235 Commits (b5253f0dab529707f1fe2e11211a10ce2f264617)

Author SHA1 Message Date
noodleanon b5253f0dab
allow img2img api to run scripts 3 years ago
AUTOMATIC 847f869c67 experimental optimization 3 years ago
AUTOMATIC 2e30997450 move sd_model assignment to the place where we change the sd_model 3 years ago
Philpax 83ca8dd0c9
Merge branch 'AUTOMATIC1111:master' into fix-sd-arch-switch-in-override-settings 3 years ago
AUTOMATIC 99b67cff0b make hires fix not do anything if the user chooses the second pass resolution to be the same as first pass resolution 3 years ago
AUTOMATIC bc43293c64 fix incorrect display/calculation for number of steps for hires fix in progress bars 3 years ago
AUTOMATIC 8149078094 added the option to specify target resolution with possibility of truncating for hires fix; also sampling steps 3 years ago
AUTOMATIC 097a90b88b add XY plot parameters to grid image and do not add them to individual images 3 years ago
AUTOMATIC 525cea9245 use shared function from processing for creating dummy mask when training inpainting model 3 years ago
AUTOMATIC 4d66bf2c0d add infotext to "-before-highres-fix" images 3 years ago
AUTOMATIC1111 6281c1bdb4
Merge pull request #6299 from stysmmaker/feat/latent-upscale-modes
Add more latent upscale modes
3 years ago
MMaker 15fd0b8bc4
Update processing.py 3 years ago
MMaker e5b7ee910e
fix: Save full res of intermediate step 3 years ago
AUTOMATIC e9fb9bb0c2 fix hires fix not working in API when user does not specify upscaler 3 years ago
AUTOMATIC ef27a18b6b Hires fix rework 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 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