TensorDock
  • Who we are
    • Welcome to TensorDock
    • Our Ethos and Commitment
  • Virtual Machines
    • How to SSH into your instance
    • How to RDP into your instance
    • Installing NVIDIA Drivers on Windows 10
    • Linux & NVIDIA Drivers
    • Cloud-init
    • File transferring with SCP and Rclone
    • Running Jupyter Notebook
    • SSH server hardening on Ubuntu
    • Running Stable Diffusion in Docker
    • Installing and running Stable Diffusion UI
    • Running Disco Diffusion on a Linux instance
    • Running Disco Diffusion on a Windows instance
    • Running SimpleTuner/Flux on a Linux instance
    • Using Parsec, Moonlight and Sunshine
  • Hosting
    • Installation Guide
  • Whitelabel
    • Overview
    • Setting Up a Storefront
    • Customization Overview
    • Customize Whitelabel Storefront
  • Legal Information
    • Company Information
    • Terms of Service (TOS)
    • Privacy Policy
    • Acceptable Use Policy (AUP)
    • Taxes, VAT, GST
    • Downtime Compensation
    • Supplier Hosting Agreement
  • Quick Links
    • Discord Server
    • TensorDock.com
    • Dashboard
    • API Documentation
Powered by GitBook
On this page
  • Deploy your Cloud GPU
  • Install dependencies
  • Install Disco Diffusion
  • Run on Jupyter Notebook
  • Using Disco Diffusion

Was this helpful?

  1. Virtual Machines

Running Disco Diffusion on a Linux instance

Disco Diffusion (aka DD) is a clip-guided diffusion model that can generate amazing images from text prompt

PreviousInstalling and running Stable Diffusion UINextRunning Disco Diffusion on a Windows instance

Last updated 2 months ago

Was this helpful?

Deploy your Cloud GPU

You can deploy a GPU on our to your specific configurations based on cost, RAM, storage, and vCPUs.

Select any TensorML PyTorch installation (or TensorML Everything). Note the required amount of disk space required for the installation.

Install dependencies

Create and activate a conda environment (inside Ubuntu) with all the appropriate dependencies.

conda create -n pytorch_110
conda activate pytorch_110

Whenever you restart your computer, or close and open Ubuntu again, you will have to run that second command (conda activate pytorch). Now install the correct version of pytorch:

conda install pytorch==1.10 torchvision torchaudio cudatoolkit==11.1 -c pytorch -c conda-forge

Type y whenever prompted.

Now install some other dependencies:

conda install jupyter pandas requests matplotlib
conda install opencv -c conda-forge

Install Disco Diffusion

You can easily install Disco Diffusion on your TensorDock instance with git clone

$ git clone https://github.com/MohamadZeina/Disco_Diffusion_Local

Run on Jupyter Notebook

Using Disco Diffusion

Congratulations! You have set up Disco Diffusion on your TensorDock instance and it ready to be run.

For examples of how to use, follow any of these tutorials:

Follow to open your Disco Diffusion .ipynb on Jupyter Notebook

this tutorial
https://www.youtube.com/watch?v=3FVW3ewlTh0
https://www.youtube.com/watch?v=1Gp5l9EUX9I
Marketplace
Any of the .ipynb files are valid versions of Disco Diffusion