191 Commits (47a44c7e421b98ca07e92dbf88769b04c9e28f86)

Author SHA1 Message Date
AUTOMATIC 413c077969 prevent StableDiffusionProcessingImg2Img changing image_mask field as an alternative solution to #4765 3 years ago
AUTOMATIC 617c5b486f make it possible for StableDiffusionProcessing to accept multiple different negative prompts in a batch 3 years ago
AUTOMATIC1111 e35d8b493f
Merge pull request #4778 from leppie/fix_unbounded_prompt_growth
Fix unbounded prompt growth/determinism in scripts that loop
3 years ago
AUTOMATIC 0d702930b0 renamed Inpainting strength infotext to Conditional mask weight, made it only appear if using inpainting model, made it possible to read the setting from it using the blue arrow button 3 years ago
AUTOMATIC1111 ff35ae9abb
Merge pull request #4679 from Eugenii10/inpaint-strength-to-infotext
Add 'Inpainting strength' to the 'generation_params' of 'infotext' (params.txt or png chunks)
3 years ago
AUTOMATIC cdc8020d13 change StableDiffusionProcessing to internally use sampler name instead of sampler index 3 years ago
Llewellyn Pritchard 9bbe1e3c2e Fix unbounded prompt growth scripts that loop 3 years ago
KEV 40ae95d532 Fix retrieving value for 'x/y plot' script. 3 years ago
KEV 6fa891b934 Add 'Inpainting strength' to the 'generation_params' dictionary of 'infotext' which is saved into the 'params.txt' or png chunks.
Value appears only if 'Denoising strength' appears too.
3 years ago
AUTOMATIC eeb0733013 change process_one virtual function for script to process_batch, add extra args and docs 3 years ago
AUTOMATIC1111 c250d2a08f
Merge pull request #4182 from macrosoft/process_one
Process one
3 years ago
AUTOMATIC f674c488d9 bugfix: save image for hires fix BEFORE upscaling latent space 3 years ago
AUTOMATIC f2b69709ea move option access checking to options class out of various places scattered through code 3 years ago
random-thoughtss 243253ff4a
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
Artem Zagidulin de64146ad2 add number of itter 3 years ago
Artem Zagidulin a9e979977a process_one 3 years ago
AUTOMATIC eb5e82c7dd do not unnecessarily run VAE one more time when saving intermediate image with hires fix 3 years ago
timntorres 9c67408004
Allow saving "before-highres-fix. (#4150)
* Save image/s before doing highres fix.
3 years ago
Jairo Correa c9148b2312 Release processing resources after it finishes 3 years ago
Jairo Correa af758e97fa Unload sd_model before loading the other 3 years ago
random_thoughtss 71571e3f05 Replaced master branch fix with updated fix. 3 years ago
random-thoughtss 15468c9939
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
AUTOMATIC 61836bd544 shorten Hypernetwork strength in infotext and omit it when it's the default value. 3 years ago
AUTOMATIC1111 470f184176
Merge pull request #3831 from timntorres/3825-save-hypernet-strength-to-info
Save Hypernetwork strength to infotext.
3 years ago
AUTOMATIC 05a657dd35 fix broken hires fix 3 years ago
timntorres e709afb0f7 Merge commit 'e7254746bbfbff45099db44a8d4d25dd6181877d' into 3825-save-hypernet-strength-to-info 3 years ago
random_thoughtss 39f55c3c35 Re-add explicit device move 3 years ago
AUTOMATIC 9bb6b6509a add postprocess call for scripts 3 years ago
random_thoughtss 6e2ce4e735 Added image conditioning to latent upscale.
Only comuted  if the mask weight is not 1.0 to avoid extra memory.
Also includes some code cleanup.
3 years ago
random_thoughtss 44ab954fab Fix latent upscale highres fix #3888 3 years ago
timntorres 2c4d203884 Revert "Explicitly state when Hypernet is none." 3 years ago
timntorres e98f72be33
Merge branch 'AUTOMATIC1111:master' into 3825-save-hypernet-strength-to-info 3 years ago
timntorres c0677b3316 Explicitly state when Hypernet is none. 3 years ago
timntorres 9e465c8aa5 Add strength to textinfo. 3 years ago
random_thoughtss 26a3fd2fe9 Highres fix works with unmasked latent.
Also refactor the mask creation to make it more accesible.
3 years ago
random-thoughtss f3f2ffd448
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
AUTOMATIC 1e428238db add override_settings to API as an alternative to #3629 3 years ago
random_thoughtss 8b4f32779f Switch to a continous blend for cond. image. 3 years ago
random_thoughtss 605d27687f Added conditioning image masking to xy_grid.
Use `True` and `False` to select values.
3 years ago
random_thoughtss f9549d1cbb Added option to use unmasked conditioning image. 3 years ago
AUTOMATIC 6cbb04f7a5 fix #3517 breaking txt2img 3 years ago
Vladimir Repin f2cc3f32d5 fix whitespaces 3 years ago
Vladimir Repin 9741969325 Save properly processed image before color correction 3 years ago
Stephen 9e1a8b7734 non-implemented mask with any type 3 years ago
Stephen a7c213d0f5 [API][Feature] - Add img2img API endpoint 3 years ago
AUTOMATIC ca5a9e79dc fix for img2img color correction in a batch #3218 3 years ago
AUTOMATIC 324c7c732d record First pass size as 0x0 for #3328 3 years ago
AUTOMATIC 2b91251637 removed aesthetic gradients as built-in
added support for extensions
3 years ago
timntorres fccad18a59 Refer to Hypernet's name, sensibly, by its name variable. 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