/stable_diffusion

Primary LanguagePythonMIT LicenseMIT

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