Skip to main content

DSD - Workshop Vilnius


Participants' credentials

Isabela Dimarcows_01
Hartmut Bohnackerws_02
Maika Dieterichws_03
Julius Walschws_04
Alexander Bauerws_05
Francesco Scheffczykws_06
Jada Jui Yu Hungws_07
Inca Jentschws_08
Polina Toumeyws_09

ws_10

Password: 

asdf1234

 



Installing DSD locally  on a Linux Device

1. clone this repository:

git clone https://github.com/HelixNGC7293/DeforumStableDiffusionLocal.git
Creating the environment

2. in case the environment should be available permanently (yes)

conda config --add envs_dirs /home/jovyan/.conda_envs

3. create environment with conda

conda create --name dsd python=3.8.5 -y

4. initialize bash shell

conda init bash

5. restart shell

source ~/.bashrc

6. activate environment:

conda activate dsd

 

--- Download the Model files ---

 

Making the installations

cd DeforumStableDiffusionLocal
python setup.py

 

Prompting the Model (Latest Stable Diffusion Weights)

initialize bash shell

conda init bash

restart shell

source ~/.bashrc

then:

conda activate dsd