Zolxys
|
701feabf49
Fix: --sd_model in "Promts from file or textbox" script is not working
|
1 年之前 |
Aarni Koskela
|
51864790fd
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
|
2 年之前 |
AUTOMATIC
|
05933840f0
rename print_error to report, use it with together with package name
|
2 年之前 |
Aarni Koskela
|
00dfe27f59
Add & use modules.errors.print_error where currently printing exception info by hand
|
2 年之前 |
AUTOMATIC
|
d274b8297e
fix broken prompts from file
|
2 年之前 |
Aarni Koskela
|
49a55b410b
Autofix Ruff W (not W605) (mostly whitespace)
|
2 年之前 |
AUTOMATIC
|
483545252f
fix broken prompts from file
|
2 年之前 |
AUTOMATIC
|
a5121e7a06
fixes for B007
|
2 年之前 |
AUTOMATIC
|
f741a98bac
imports cleanup for ruff
|
2 年之前 |
AUTOMATIC
|
924e222004
add option to show/hide warnings
|
2 年之前 |
AUTOMATIC
|
69781031e7
simplify expression in prompts from file script
|
2 年之前 |
Zaprudin Aleksey
|
d753a9df95
fix progress bar behavior for "Prompts from file or textbox" script
|
2 年之前 |
AUTOMATIC
|
f8d0cf6a6e
rework #6329 to remove duplicate code and add prevent tab names for showing in ids for scripts that only exist on one tab
|
2 年之前 |
me
|
f185baeb28
Refactor elem_prefix as function elem_id
|
2 年之前 |
me
|
c3109fa18a
Adjusted prefix from i2i/t2i to txt2img and img2img and removed those prefixes from img exclusive scripts
|
2 年之前 |
me
|
5851bc839b
Add element ids for script components and a few more in ui.py
|
2 年之前 |
Yuval Aboulafia
|
3bf5591efe
fix F541 f-string without any placeholders
|
2 年之前 |
David Vorick
|
27c0504bc4
add support for prompts, negative prompts, and sampler-by-name in text file script
|
2 年之前 |
Liam
|
81f2575df9
updating the displayed generation info when user clicks images in the gallery. feature request 4415
|
2 年之前 |
AUTOMATIC
|
4dd898b8c1
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
|
2 年之前 |
AUTOMATIC
|
55688c4880
rename the seed option from #4146
|
2 年之前 |
Keith Dreibelbis
|
315bd7c9e8
prompts_from_file: allow random seeds to be preserved for the list of prompts
|
2 年之前 |
Tony Beeman
|
99d728b5b1
Add Iterate Button and Improve PFF UI
|
2 年之前 |
AUTOMATIC
|
7d6042b908
update for commandline args for btch prompts to parse string properly
|
2 年之前 |
AUTOMATIC1111
|
f42e0aae6d
Merge branch 'master' into master
|
2 年之前 |
Tony Beeman
|
86cb16886f
Pull Request Code Review Fixes
|
2 年之前 |
Tony Beeman
|
e2930f9821
Fix for Prompts_from_file showing extra textbox.
|
2 年之前 |
shirase-0
|
0e77ee24b0
Removed unnecessary library call and added some comments
|
2 年之前 |
shirase-0
|
27fbf3de4a
Added tag parsing for prompts from file
|
2 年之前 |
Tony Beeman
|
ba295b3268
* Fix process_images where the number of images is not a multiple of (batch_size * n_iter), which would cause us to throw an exception.
|
2 年之前 |