Skip to content

WebUI extension in automatic1111 for sharing gallery images to IPFS (Interplanetary File System)

License

Notifications You must be signed in to change notification settings

tinhalo/sd-webui-ipfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Pattern 3. ui on settings

see scripts/template_on_settings.py

Ref.

About

WebUI extension in automatic1111 for sharing gallery images to IPFS (Interplanetary File System)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%