269 Commits (c88dcc20d495dab4be2692bdff30277112dbe416)

Author SHA1 Message Date
AUTOMATIC 4af3ca5393 make it so that blank ENSD does not break image generation 3 years ago
Philpax fa931733f6 fix(api): assign sd_model after settings change 3 years ago
AUTOMATIC1111 064f7b8fd2
Merge pull request #5718 from space-nuko/feature/save-hypernetwork-hash
Save hypernetwork hash and fix hypernetwork parameter restoring
3 years ago
AUTOMATIC c0a8401b5a rename the option for img2img latent upscale 3 years ago
AUTOMATIC1111 b2dbd4d698
Merge pull request #5521 from AndrewRyanChama/ryan/img2imglatentscale
Add latent upscale option to img2img
3 years ago
AUTOMATIC1111 7578b50ba6
Merge pull request #5873 from philpax/override-settings-restore-afterwards
feat(api): add override_settings_restore_afterwards
3 years ago
AUTOMATIC1111 fac92610d2
Merge pull request #5753 from calvinballing/master
Fix various typos
3 years ago
AUTOMATIC 9441c28c94 add an option for img2img background color 3 years ago
Philpax 22f1527fa7 feat(api): add override_settings_restore_afterwards 3 years ago
Jim Hays c0355caefe Fix various typos 3 years ago
space-nuko 7077428209 Save hypernetwork hash in infotext 3 years ago
ThereforeGames 2e8b5418e3
Improve color correction with luminosity blend 3 years ago
AUTOMATIC1111 94a35ca9d6
Merge pull request #5191 from aliencaocao/enable_checkpoint_switching_in_override_settings
Support changing checkpoint and vae through override_settings
3 years ago
AUTOMATIC 991e2dcee9 remove NSFW filter and its dependency; if you still want it, find it in the extensions section 3 years ago
AUTOMATIC bab91b1279 add Noise multiplier option to infotext 3 years ago
AUTOMATIC1111 8ee1acc1e4
Merge pull request #5373 from mezotaken/master
add noise strength parameter similar to NAI
3 years ago
Jay Smith 1ed4f0e228 Depth2img model support 3 years ago
Andrew Ryan 358a8628f6 Add latent upscale option to img2img
Recently, the option to do latent upscale was added to txt2img highres
fix. This feature runs by scaling the latent sample of the image, and
then running a second pass of img2img.

But, in this edition of highres fix, the image and parameters cannot be
changed between the first pass and second pass. We might want to do a
fixup in img2img before doing the second pass, or might want to run the
second pass at a different resolution.

This change adds the option for img2img to perform its upscale in latent
space, rather than image space, giving very similar results to highres
fix with latent upscale.  The result is not exactly the same because
there is an additional latent -> decoder -> image -> encoder -> latent
that won't happen in highres fix, but this conversion has relatively
small losses
3 years ago
Vladimir Repin cf3e844d1d add noise strength parameter similar to NAI 3 years ago
AUTOMATIC1111 d2e5b4edfa
Merge pull request #5251 from adieyal/bug/negative-prompt-infotext
Fixed incorrect negative prompt text in infotext
3 years ago
Adi Eyal a44994e2c9 Fixed incorrect negative prompt text in infotext
Previously only the first negative prompt in all_negative_prompts was
being used for infotext. This fixes that by selecting the index-th
negative prompt
3 years ago
Billy Cao 9a8678f61e Support changing checkpoint and vae through override_settings 3 years ago
klimaleksus 67efee33a6
Make VAE step sequential to prevent VRAM spikes 3 years ago
AUTOMATIC 40ca34b837 fix for broken sampler selection in img2img and xy plot #4860 #4909 3 years ago
AUTOMATIC1111 828438b4a1
Merge pull request #4120 from aliencaocao/enable-override-hypernet
Enable override_settings to take effect for hypernetworks
3 years ago
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
Billy Cao c13e234444
Merge branch 'master' into enable-override-hypernet 3 years ago
Billy Cao 55ca040958 Resolve conflict 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
Billy Cao bc60768606 Enable override_settings to take effect for hypernetworks 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
AUTOMATIC bf30673f51 Fix Hypernet infotext string split bug for PR #3283 3 years ago
AUTOMATIC 4587218190 updated readme and some small stylistic changes to code 3 years ago
random_thoughtss 92a17a7a4a Made dummy latents smaller. Minor code cleanups 3 years ago
random_thoughtss aa7ff2a197 Fixed non-square highres fix generation 3 years ago
random_thoughtss c418467c03 Don't compute latent mask if were not using it. Also added support for fixed highres_fix generation. 3 years ago
random_thoughtss 8e7097d06a Added support for RunwayML inpainting model 3 years ago
timntorres 5e012e4dfa Infotext saves more specific hypernet name. 3 years ago
AUTOMATIC 5daf9cbb98 Merge remote-tracking branch 'origin/api' 3 years ago
AUTOMATIC cbf15edbf9 remove dependence on TQDM for sampler progress/interrupt functionality 3 years ago
arcticfaded f80e914ac4 example API working with gradio 3 years ago
arcticfaded 60251c9456 initial prototype by borrowing contracts 3 years ago
CookieHCl c9836279f5 Only make output dir when creating output 3 years ago
AUTOMATIC 0c5fa9a681 do not reload embeddings from disk when doing textual inversion 3 years ago
AUTOMATIC 97f0727489 add First pass size always regardless of whether it was auto chosen or specified 3 years ago
AUTOMATIC f7ca63937a bring back scale latent option in settings 3 years ago
githublsx a13af34b90 Set to -1 when seed input is none 3 years ago
AUTOMATIC 368f4cc4c7 set firstpass w/h to 0 by default and rever to old behavior when any are 0 3 years ago
AUTOMATIC e644b5a80b remove scale latent and no-crop options from hires fix
support copy-pasting new parameters for hires fix
3 years ago
Buckzor b382de2d77 Fixed Scale ratio problem 3 years ago
Buckzor 40d1c6e423 Option between stretch and crop for Highres. fix 3 years ago
Buckzor b2261b53ae Added first_pass_width and height as adjustable inputs to "High Res Fix" 3 years ago
Trung Ngo e72adc999b Restore last generation params 3 years ago