mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-03-04 13:04:53 +08:00
Add some user template extensions
parent
6b6e74301a
commit
75cba173dc
@ -1,3 +1,5 @@
|
|||||||
|
[Adding to Index](#Official-Extension-Index)
|
||||||
|
|
||||||
An extension is just a subdirectory in the `extensions` directory.
|
An extension is just a subdirectory in the `extensions` directory.
|
||||||
|
|
||||||
Web ui interacts with installed extensions in the following way:
|
Web ui interacts with installed extensions in the following way:
|
||||||
@ -51,14 +53,20 @@ This code goes into extension's script:
|
|||||||
path = os.path.join(modules.scripts.basedir(), "embeddings")
|
path = os.path.join(modules.scripts.basedir(), "embeddings")
|
||||||
modules.sd_hijack.model_hijack.embedding_db.add_embedding_dir(path)
|
modules.sd_hijack.model_hijack.embedding_db.add_embedding_dir(path)
|
||||||
```
|
```
|
||||||
|
## User Examples
|
||||||
|
https://github.com/udon-universe/stable-diffusion-webui-extension-templates \
|
||||||
|
https://github.com/AliceQAQ/sd-webui-gradio-demo \
|
||||||
|
https://github.com/wcdnail/sd-web-ui-wexperimental
|
||||||
|
|
||||||
## Official Extension Index
|
## Official Extension Index
|
||||||
Add extensions here - https://github.com/AUTOMATIC1111/stable-diffusion-webui-extensions
|
- Add extensions here - https://github.com/AUTOMATIC1111/stable-diffusion-webui-extensions
|
||||||
|
|
||||||
(additionally, you could add working commit versions of your extensions+webui here: https://github.com/camenduru/sd-webui-extension-records )
|
(additionally, you could add working commit versions of your extensions+webui here: )
|
||||||
|
|
||||||
|
- https://github.com/camenduru/sd-webui-extension-records
|
||||||
|
|
||||||
## Internals Diagram by [@hananbeer](https://github.com/hananbeer)
|
## Internals Diagram by [@hananbeer](https://github.com/hananbeer)
|
||||||
https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/8601
|
- https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/8601
|
||||||
|
|
||||||
https://miro.com/app/board/uXjVMdgY-TY=/?share_link_id=547908852229
|
https://miro.com/app/board/uXjVMdgY-TY=/?share_link_id=547908852229
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user