/stable-diffusion-webui-extension-templates

a template of stable-diffusion-webui extension

Primary LanguagePythonApache License 2.0Apache-2.0

stable-diffusion-webui-extension-templates

a template of stable-diffusion-webui extension for understand and develop quickly

basic design

├── install.py (optional)
└── scripts
    ├── ${extension_name}.py
    ... (if extension need module division)

Pattern 1. custom script

see scripts/template.py

Pattern 2. ui on tab

see scripts/template_on_tab.py

Ref.