smithart / stable-diffusion-webui-extension-templates

a template of stable-diffusion-webui extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

a template of stable-diffusion-webui extension

License:Apache License 2.0


Languages

Language:Python 100.0%