aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/custom_code.py
Commit message (Collapse)AuthorAgeFilesLines
* imports cleanup for ruffAUTOMATIC2023-05-101-1/+1
|
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+1
|
* Improve custom code extensionspace-nuko2023-03-291-7/+56
| | | | | | - Uses `gr.Code` component - Includes example - Can return out of body
* rework #6329 to remove duplicate code and add prevent tab names for showing ↵AUTOMATIC2023-01-051-6/+0
| | | | in ids for scripts that only exist on one tab
* Refactor elem_prefix as function elem_idme2023-01-051-3/+6
|
* Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me2023-01-051-1/+1
| | | | prefixes from img exclusive scripts
* Add element ids for script components and a few more in ui.pyme2023-01-041-1/+3
|
* do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC2022-11-041-1/+1
| | | | components and show/hide those; this will break scripts that create invisible components and rely on UI but the earlier i make this change the better
* Move comments to scripts.pyJashoBell2022-09-171-17/+0
|
* Basic explanation for custom_code.py templateJashoBell2022-09-161-2/+21
|
* moved images toAUTOMATIC2022-09-041-3/+3
|
* scriptsAUTOMATIC2022-09-031-0/+40