70 Commits (426875937048e21305ac24bea53df06523bdaa81)

Author SHA1 Message Date
space-nuko 7ea5d395c4 Add upscaler to img2img 3 years ago
space-nuko 68999d0b15 Add upscale slider to img2img 3 years ago
Vladimir Mandic 4c562a9832
convert rgba to rgb
some image format (e.g. jpg) do not support rgba
3 years ago
Kyle 6c6c6636bb Image CFG Added (Full Implementation)
Uses separate denoiser for edit (instruct-pix2pix) models

No impact to txt2img or regular img2img

"Image CFG Scale" will only apply to instruct-pix2pix models and metadata will only be added if using such model
3 years ago
AUTOMATIC c81b52ffbd add override settings component to img2img 3 years ago
Thurion 1421e95960
allow empty mask dir 3 years ago
Andrii Skaliuk 2aac1d9778 Basic inpainting batch support
Modifies batch UI to add optional inpainting support
3 years ago
AUTOMATIC 26fd444811 bump gradio to 3.16.2
change style selection to multiselect dropdown
3 years ago
AUTOMATIC d8b90ac121 big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other 3 years ago
AUTOMATIC 865228a837 change style dropdowns to multiselect 3 years ago
AUTOMATIC 0b8911d883 img2img UI rework: obsolete --gradio-img2img-tool --gradio-inpaint-tool and always show all tools each in own tab 3 years ago
AUTOMATIC f4535f6e4f make it so that memory/embeddings info is displayed in a separate UI element from generation parameters, and is preserved when you change the displayed infotext by clicking on gallery images 3 years ago
AUTOMATIC 8504db5170 fix #4459 breaking inpainting when the option is not specified. 3 years ago
AUTOMATIC1111 5cd5a672f7
Merge pull request #4459 from kavorite/color-sketch-inpainting
add `--gradio-inpaint-tool` and option to specify `color-sketch`
3 years ago
AUTOMATIC 40ca34b837 fix for broken sampler selection in img2img and xy plot #4860 #4909 3 years ago
AUTOMATIC cdc8020d13 change StableDiffusionProcessing to internally use sampler name instead of sampler index 3 years ago
kavorite 59bb1d36ea blur mask with color-sketch + add paint transparency slider 3 years ago
kavorite 9ed4a126bd add gradio-inpaint-tool; color-sketch 3 years ago
Sihan Wang 5c864be010
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
Jairo Correa c9148b2312 Release processing resources after it finishes 3 years ago
k_sugawara 525c1edf43 make save dir if save dir is not exists 3 years ago
AUTOMATIC a1e5e0d766 skip filenames starting with . for img2img and extras batch modes 3 years ago
Sihan Wang 7bd8581e46
Fix error caused by EXIF transpose when using custom scripts
Some custom scripts read image directly and no need to select image in UI, this will cause error.
3 years ago
timntorres cb49800c08 img2img, use smartphone photos' EXIF orientation 3 years ago
AUTOMATIC 2b91251637 removed aesthetic gradients as built-in
added support for extensions
3 years ago
AUTOMATIC df57064093 do not load aesthetic clip model until it's needed
add refresh button for aesthetic embeddings
add aesthetic params to images' infotext
3 years ago
AUTOMATIC 7d6b388d71 Merge branch 'ae' 3 years ago
MalumaDev 9324cdaa31 ui fix, re organization of the code 3 years ago
Trung Ngo 00117a07ef check specifically for skipped 3 years ago
Trung Ngo 786d9f63aa Add button to skip the current iteration 3 years ago
AUTOMATIC 957e29a8e9 option to not show images in web ui 3 years ago
AUTOMATIC 43a74fa595 batch processing for img2img with an empty output directory, by request 3 years ago
AUTOMATIC 3ff0de2c59 added --disable-console-progressbars to disable progressbars in console
disabled printing prompts to console by default, enabled by --enable-console-prompts
3 years ago
AUTOMATIC 1deac2b645 do nor add log messages to saved iamge parameters 3 years ago
EyeDeck b5d705e263 Disable 'batch img2img' when launched with --hide-ui-dir-config
Prevent writing to arbitrary directories, as usual
3 years ago
Johan Aires Rastén a213d3a21c Add option to always log generation info 3 years ago
AUTOMATIC 91bfc71261 A big rework, just what you were secretly hoping for!
SD upscale moved to scripts
Batch processing script removed
Batch processing added to main img2img and now works with scripts
img2img page UI reworked to use tabs
3 years ago
AUTOMATIC 75dd274dd6 prevent seed extras from having effect when extras checkbox is not checked 3 years ago
AUTOMATIC b9674e2900 add extra generation params 3 years ago
AUTOMATIC 6991f2cb27 SD upscale with Batch count>1 results broken images #512 3 years ago
AUTOMATIC 9f267af3f7 added a second style field
added the ability to use {prompt} in styles
added a button to apply style to textbox
rearranged top row for UI
3 years ago
AUTOMATIC c9430e53f6 loopback moved to scripts, added support for multiple batches, changed to honor save grids and how grids in web setting 3 years ago
JustAnOkapi f9f9d04b5f prevent extras from saving in dir
Extras have none of the vars used in dir names, so they cant be saved into dirs.
+grid code cleanup
3 years ago
AUTOMATIC c84e333622 color correction option for all img2img modes #363 3 years ago
AUTOMATIC 19a817d97d X/Y plot with denoising adds incorrect image data to individual outputs #331 3 years ago
AUTOMATIC a4416f3585 [BUG] Not Working As Intended - create a directory with name derived from the prompt #306 3 years ago
AUTOMATIC 303b75c149 save sd upscales as samples not grids 3 years ago
AUTOMATIC 8fb9c57ed6 add half() supporrt for CLIP interrogation 3 years ago
JohannesGaessler 13008bab90 Fixed prompt_style type hints: int -> str 3 years ago
AUTOMATIC ef0cdb8a42 add batch count to sd upscale #169
fix writing empty prompt pictures to rroot directory instead of 'empty'
suppress 'Denoising strength change factor' text inimage info unless using loopback mode
3 years ago