Skip to content

theweaklink/stable_diffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion

Example taken from Stable Diffision Keras Example

Installation

pip install -r requirements.txt

Run

# Run with the default prompts
python main.py

# Run with another parameter set
#   - Extract the parameter file format
onecode-extract params.json

#   - Edit the prompts in the params.json file
#   - Run with it
python main.py params.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages