DSD - Workshop Vilnius
Participants' credentials
Isabela Dimarco | ws_01 |
Hartmut Bohnacker | ws_02 |
Maika Dieterich | ws_03 |
Julius Walsch | ws_04 |
Alexander Bauer | ws_05 |
Francesco Scheffczyk | ws_06 |
Jada Jui Yu Hung | ws_07 |
Inca Jentsch | ws_08 |
Polina Toumey | ws_09 |
ws_10 |
Password:
Installation
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 to your local device ---
https://drive.google.com/drive/folders/1Hxus_EZa6_hIbHbGvJhvqymXLvHYW6xq?usp=sharing
upload content of 'model' folder to
Making the installations
cd DeforumStableDiffusionLocal
python setup.py
Prompting the Model (Latest Stable Diffusion Weights)
These steps need to be executed in order to activate the environment we installed before
initialize bash shell
conda init bash
restart shell
source ~/.bashrc
then:
conda activate dsd
generate still images:
python run.py --settings "./examples/runSettings_StillImages.txt"
animation:
python run.py --enable_animation_mode --settings "./examples/runSettings_Animation.txt"
Links
Prompt search engine - find good prompts
openAI Microscope -explore CLIP