This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
stable-diffusion-webui
Watch
1
Star
0
Fork
0
You've already forked stable-diffusion-webui
mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced
2025-04-04 19:49:01 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
stable-diffusion-webui
/
scripts
History
AUTOMATIC1111
e9bf62da8b
Merge pull request
#5699
from DavidVorick/prompts-from-file
...
Improve prompts-from-file script to support negative prompts and sampler-by-name
2022-12-24 11:16:08 +03:00
..
custom_code.py
do not mess with components' visibility for scripts; instead create group 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
2022-11-04 08:38:19 +03:00
img2imgalt.py
change StableDiffusionProcessing to internally use sampler name instead of sampler index
2022-11-19 12:01:51 +03:00
loopback.py
Reset init img in loopback at start of each batch (
#2214
)
2022-10-11 11:23:47 +01:00
outpainting_mk_2.py
do not mess with components' visibility for scripts; instead create group 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
2022-11-04 08:38:19 +03:00
poor_mans_outpainting.py
do not mess with components' visibility for scripts; instead create group 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
2022-11-04 08:38:19 +03:00
prompt_matrix.py
Fix various typos
2022-12-14 21:01:32 -05:00
prompts_from_file.py
add support for prompts, negative prompts, and sampler-by-name in text file script
2022-12-13 12:03:16 -05:00
sd_upscale.py
Update SD Upscaler to include user selectable Scale Factor
2022-11-28 12:29:49 -08:00
xy_grid.py
feat: Add upscale latent, VAE, styles to X/Y plot
2022-12-18 10:47:02 -05:00