mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-18 04:20:46 -07:00
add link to an example extension on how to write intotext to images
parent
5d607b61aa
commit
721ba8fd97
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ def preload(parser):
|
|||
|
||||
For how to develop custom scripts, which usually will do most of extension's work, see [Developing custom scripts](Developing-custom-scripts).
|
||||
|
||||
- Example on how to write infotext (aka PNG info) to images [sd-webui-infotext-example](https://github.com/w-e-w/sd-webui-infotext-example)
|
||||
|
||||
## Localization extensions
|
||||
The preferred way to do localizations for the project is via making an extension. The basic file structure for the extension should be:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue