aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Support changing checkpoint and vae through override_settingsBilly Cao2022-11-291-2/+8
| | |
* | | remove NSFW filter and its dependency; if you still want it, find it in the ↵AUTOMATIC2022-12-101-4/+3
| | | | | | | | | | | | extensions section
* | | add Noise multiplier option to infotextAUTOMATIC2022-12-101-2/+6
| | |
* | | Merge pull request #5373 from mezotaken/masterAUTOMATIC11112022-12-101-0/+1
|\ \ \ | | | | | | | | add noise strength parameter similar to NAI
| * | | add noise strength parameter similar to NAIVladimir Repin2022-12-031-0/+1
| | |/ | |/|
* / | Depth2img model supportJay Smith2022-12-091-4/+34
|/ /
* | Merge pull request #5251 from adieyal/bug/negative-prompt-infotextAUTOMATIC11112022-12-031-1/+1
|\ \ | | | | | | Fixed incorrect negative prompt text in infotext
| * | Fixed incorrect negative prompt text in infotextAdi Eyal2022-11-301-1/+1
| |/ | | | | | | | | | | 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
* / Make VAE step sequential to prevent VRAM spikesklimaleksus2022-11-281-2/+2
|/
* fix for broken sampler selection in img2img and xy plot #4860 #4909AUTOMATIC2022-11-271-1/+1
|
* Merge pull request #4120 from aliencaocao/enable-override-hypernetAUTOMATIC11112022-11-201-2/+4
|\ | | | | Enable override_settings to take effect for hypernetworks
| * Merge branch 'master' into enable-override-hypernetBilly Cao2022-11-061-23/+40
| |\
| * | Resolve conflictBilly Cao2022-11-061-2/+2
| | |
| * | Enable override_settings to take effect for hypernetworksBilly Cao2022-11-011-2/+4
| | |
* | | prevent StableDiffusionProcessingImg2Img changing image_mask field as an ↵AUTOMATIC2022-11-191-17/+16
| | | | | | | | | | | | alternative solution to #4765
* | | make it possible for StableDiffusionProcessing to accept multiple different ↵AUTOMATIC2022-11-191-22/+24
| | | | | | | | | | | | negative prompts in a batch
* | | Merge pull request #4778 from leppie/fix_unbounded_prompt_growthAUTOMATIC11112022-11-191-0/+5
|\ \ \ | | | | | | | | Fix unbounded prompt growth/determinism in scripts that loop
| * | | Fix unbounded prompt growth scripts that loopLlewellyn Pritchard2022-11-161-0/+5
| | |/ | |/|
* | | renamed Inpainting strength infotext to Conditional mask weight, made it ↵AUTOMATIC2022-11-191-1/+8
| | | | | | | | | | | | only appear if using inpainting model, made it possible to read the setting from it using the blue arrow button
* | | Merge pull request #4679 from Eugenii10/inpaint-strength-to-infotextAUTOMATIC11112022-11-191-0/+1
|\ \ \ | | | | | | | | Add 'Inpainting strength' to the 'generation_params' of 'infotext' (params.txt or png chunks)
| * | | Fix retrieving value for 'x/y plot' script.KEV2022-11-141-1/+1
| | | |
| * | | Add 'Inpainting strength' to the 'generation_params' dictionary of ↵KEV2022-11-131-0/+1
| |/ / | | | | | | | | | | | | | | | 'infotext' which is saved into the 'params.txt' or png chunks. Value appears only if 'Denoising strength' appears too.
* / / change StableDiffusionProcessing to internally use sampler name instead of ↵AUTOMATIC2022-11-191-17/+12
|/ / | | | | | | sampler index
* | change process_one virtual function for script to process_batch, add extra ↵AUTOMATIC2022-11-041-1/+1
| | | | | | | | args and docs
* | Merge pull request #4182 from macrosoft/process_oneAUTOMATIC11112022-11-041-0/+3
|\ \ | | | | | | Process one
| * | add number of itterArtem Zagidulin2022-11-021-1/+1
| | |
| * | process_oneArtem Zagidulin2022-11-021-0/+3
| | |
* | | bugfix: save image for hires fix BEFORE upscaling latent spaceAUTOMATIC2022-11-041-4/+4
| | |
* | | move option access checking to options class out of various places scattered ↵AUTOMATIC2022-11-041-2/+2
| | | | | | | | | | | | through code
* | | Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss2022-11-031-6/+24
|\| |
| * | do not unnecessarily run VAE one more time when saving intermediate image ↵AUTOMATIC2022-11-021-19/+20
| | | | | | | | | | | | with hires fix
| * | Allow saving "before-highres-fix. (#4150)timntorres2022-11-021-2/+15
| | | | | | | | | * Save image/s before doing highres fix.
| * | Release processing resources after it finishesJairo Correa2022-11-021-3/+4
| |/
| * Unload sd_model before loading the otherJairo Correa2022-11-011-0/+3
| |
* | Replaced master branch fix with updated fix.random_thoughtss2022-10-301-2/+0
| |
* | Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss2022-10-301-3/+12
|\|
| * shorten Hypernetwork strength in infotext and omit it when it's the default ↵AUTOMATIC2022-10-301-1/+1
| | | | | | | | value.
| * Merge pull request #3831 from timntorres/3825-save-hypernet-strength-to-infoAUTOMATIC11112022-10-301-0/+1
| |\ | | | | | | Save Hypernetwork strength to infotext.
| | * Merge commit 'e7254746bbfbff45099db44a8d4d25dd6181877d' into ↵timntorres2022-10-291-3/+9
| | |\ | | | | | | | | | | | | 3825-save-hypernet-strength-to-info
| | * | Revert "Explicitly state when Hypernet is none."timntorres2022-10-291-1/+1
| | | |
| | * | Merge branch 'AUTOMATIC1111:master' into 3825-save-hypernet-strength-to-infotimntorres2022-10-291-51/+76
| | |\ \
| | * | | Explicitly state when Hypernet is none.timntorres2022-10-281-1/+1
| | | | |
| | * | | Add strength to textinfo.timntorres2022-10-281-0/+1
| | | | |
| * | | | fix broken hires fixAUTOMATIC2022-10-301-5/+2
| | |_|/ | |/| |
| * | | add postprocess call for scriptsAUTOMATIC2022-10-291-3/+9
| | |/ | |/|
* | | Re-add explicit device moverandom_thoughtss2022-10-291-0/+1
| | |
* | | Added image conditioning to latent upscale.random_thoughtss2022-10-291-18/+11
| | | | | | | | | | | | | | | Only comuted if the mask weight is not 1.0 to avoid extra memory. Also includes some code cleanup.
* | | Fix latent upscale highres fix #3888random_thoughtss2022-10-291-5/+7
|/ /
* | Highres fix works with unmasked latent.random_thoughtss2022-10-271-58/+76
| | | | | | | | Also refactor the mask creation to make it more accesible.
* | Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss2022-10-271-5/+20
|\|