AUTOMATIC1111
80873b1538
fix #14497
2024-01-02 07:05:05 +03:00
Jibaku789
a5b6a5a3ad
Add inpaint options to img2img.py
2024-01-01 14:58:55 -06:00
AUTOMATIC1111
5d7d1823af
rename infotext.py again, this time to infotext_utils.py; I didn't realize infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
2024-01-01 17:25:30 +03:00
AUTOMATIC1111
0aa7c53c0b
fix borked merge, rename fields to better match what they do, change setting default to true for #13653
2024-01-01 16:50:59 +03:00
AUTOMATIC1111
dfd6438221
Merge branch 'dev' into feat/interrupted-end
2024-01-01 16:39:51 +03:00
AUTOMATIC1111
d859cec696
infotext.py: rename usages in the codebase
2024-01-01 13:53:12 +03:00
w-e-w
dea5e43c83
Option to show batch img2img results in UI
...
shared.opts.img2img_batch_show_results_limit
limit the number of images return to the UI for batch img2img
default limit 32
0 no images are shown
-1 unlimited, all images are shown
2023-11-19 17:37:32 +09:00
Anthony Fu
8aa13d5dce
Interrupt after current generation
2023-10-16 14:12:18 +08:00
w-e-w
f8042cb323
Ensure not override images with script enabled
2023-09-09 22:35:07 +09:00
AUTOMATIC1111
558808c748
Merge pull request #13119 from AUTOMATIC1111/enable_console_prompts-in-settings
...
enable console prompts in settings
2023-09-09 10:02:02 +03:00
w-e-w
46ef185709
deprecate --enable-console-prompts
...
use --enable-console-prompts as the default value for shared.opts.enable_console_prompts
2023-09-09 15:53:10 +09:00
w-e-w
340fce2113
enable console prompts in settings
2023-09-07 10:01:16 +09:00
w-e-w
657404b75b
use original filename batch img2img with scripts
2023-09-06 20:33:43 +09:00
w-e-w
bd9b3d15e8
fix batch img2img output dir with script
2023-09-01 04:05:58 +09:00
w-e-w
4130e5db3d
img2img batch PNG info model hash
2023-08-25 10:12:19 +09:00
catboxanon
46e8898f65
Fix img2img background color not being used
2023-08-17 19:35:34 -04:00
catboxanon
0f77139253
Fix inpaint upload for alpha masks, create reusable function
2023-08-15 14:24:55 -04:00
AUTOMATIC1111
f0b72b8121
move seed, variation seed and variation seed strength to a single row, dump resize seed from UI
...
add a way for scripts to register a callback for before/after just a single component's creation
2023-08-12 17:46:13 +03:00
AUTOMATIC1111
33446acf47
face restoration and tiling moved to settings - use "Options in main UI" setting if you want them back
2023-08-10 12:41:41 +03:00
AUTOMATIC1111
70c63c1208
pass samplers from UI by name, make it possible to use a sampler from infotext even if it's hidden in the dropdown
2023-08-08 21:28:34 +03:00
catboxanon
99f5f8e76b
Fix string quotes
2023-08-04 05:47:25 -04:00
catboxanon
cd4e053e5e
Simply img2img mask conversion, fix threshold
2023-08-04 05:43:53 -04:00
catboxanon
2dc2bc4ab5
Fix string quotes
2023-08-04 05:40:13 -04:00
catboxanon
e219211ff6
Remove unused import in img2img
2023-08-04 05:35:47 -04:00
catboxanon
df9fd1d3ae
Fix inpaint mask for Gradio 3.39.0
2023-08-04 05:31:38 -04:00
w-e-w
fb44838176
strip output_dir
2023-07-30 14:47:24 +09:00
w-e-w
53ccdefc01
don't override default if output_dir is blank
2023-07-30 00:34:04 +09:00
w-e-w
9857537053
lint
2023-07-30 00:06:25 +09:00
w-e-w
b95a41ad72
rework img2img batch image save
2023-07-30 00:02:31 +09:00
DiabolicDiabetic
9cbf3461f7
IMG2IMG TIF batch fix img2img.py
...
IMG2IMG batch tab wouldn't process tif images
2023-07-27 20:15:50 -05:00
AUTOMATIC1111
127635409a
add padding and identification to generation log section (Failed to find Loras, Used embeddings, etc...)
2023-07-15 08:07:25 +03:00
missionfloyd
e0218c4f22
Merge branch 'dev' into img2img-save
2023-07-12 02:57:57 -06:00
missionfloyd
3fee3c34f1
Save img2img batch with images.save_image()
2023-07-12 02:45:03 -06:00
Aarni Koskela
44c27ebc73
Use closing() with processing classes everywhere
...
Follows up on #11569
2023-07-10 20:08:23 +03:00
AUTOMATIC1111
e161b5a025
rework #10436 to use shared.walk_files
2023-07-08 16:54:03 +03:00
AUTOMATIC1111
993dd9a892
Merge branch 'dev' into patch-1
2023-07-08 16:50:23 +03:00
AUTOMATIC1111
274a3e21ba
small rework for img2img PNG info
2023-07-08 15:42:00 +03:00
AUTOMATIC1111
1d71c36de2
third time's the charm
2023-07-08 15:21:29 +03:00
AUTOMATIC1111
b88645d9eb
additional changes for merge conflict for #11337
2023-07-08 15:14:14 +03:00
AUTOMATIC1111
ec9bbda3da
Merge branch 'dev' into img2img-batch-png-info
2023-07-08 15:10:10 +03:00
AUTOMATIC1111
4147fd6b2f
Merge branch 'dev' into 10141-gradio-user-exif
2023-06-27 09:05:53 +03:00
Ferdinand Weynschenk
c4c63dd5e4
resolve linter
2023-06-20 14:03:42 +02:00
Ferdinand Weynschenk
7ad48120d4
use ui params when retreiving png info fails
...
Don't want to interrupt the process since batches can be huge. This makes more sense to me than using the previous images parameters
2023-06-20 13:50:02 +02:00
Ferdinand Weynschenk
928bd42da4
PNG info support at img2img batch
2023-06-20 13:33:36 +02:00
Jared Deckard
d3c86e5178
Note the Gradio user in the Exif data
2023-06-14 17:15:52 -05:00
AUTOMATIC
18acc0b30d
revert the message to how it was
2023-06-05 11:08:57 +03:00
AUTOMATIC1111
7a7a201d81
Merge pull request #10956 from akx/len
...
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-05 11:06:37 +03:00
AUTOMATIC1111
b2fa0a921d
Merge pull request #10838 from breengles/img2img-batch-processing
...
Img2img batch processing
2023-06-03 17:23:41 +03:00
Aarni Koskela
51864790fd
Simplify a bunch of len(x) > 0
/len(x) == 0
style expressions
2023-06-02 15:07:10 +03:00
Artem Kotov
ba110bf093
fallback to original file retrieving; skip img if mask not found
...
usage of `shared.walk_files` breaks controlnet extension
images are processed in different order
which leads to unmatched img file used for img2img and img file used for controlnet
(if no folder is specified for control net
or the same as img2img input dir used for it)
2023-06-01 15:44:55 +04:00