Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | add number of itter | Artem Zagidulin | 2022-11-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | process_one | Artem Zagidulin | 2022-11-02 | 1 | -0/+3 | |
| | | | ||||||
* | | | bugfix: save image for hires fix BEFORE upscaling latent space | AUTOMATIC | 2022-11-04 | 1 | -4/+4 | |
| | | | ||||||
* | | | move option access checking to options class out of various places scattered ↵ | AUTOMATIC | 2022-11-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | through code | |||||
* | | | Merge branch 'AUTOMATIC1111:master' into master | random-thoughtss | 2022-11-03 | 1 | -6/+24 | |
|\| | | ||||||
| * | | do not unnecessarily run VAE one more time when saving intermediate image ↵ | AUTOMATIC | 2022-11-02 | 1 | -19/+20 | |
| | | | | | | | | | | | | with hires fix | |||||
| * | | Allow saving "before-highres-fix. (#4150) | timntorres | 2022-11-02 | 1 | -2/+15 | |
| | | | | | | | | | * Save image/s before doing highres fix. | |||||
| * | | Release processing resources after it finishes | Jairo Correa | 2022-11-02 | 1 | -3/+4 | |
| |/ | ||||||
| * | Unload sd_model before loading the other | Jairo Correa | 2022-11-01 | 1 | -0/+3 | |
| | | ||||||
* | | Replaced master branch fix with updated fix. | random_thoughtss | 2022-10-30 | 1 | -2/+0 | |
| | | ||||||
* | | Merge branch 'AUTOMATIC1111:master' into master | random-thoughtss | 2022-10-30 | 1 | -3/+12 | |
|\| | ||||||
| * | shorten Hypernetwork strength in infotext and omit it when it's the default ↵ | AUTOMATIC | 2022-10-30 | 1 | -1/+1 | |
| | | | | | | | | value. | |||||
| * | Merge pull request #3831 from timntorres/3825-save-hypernet-strength-to-info | AUTOMATIC1111 | 2022-10-30 | 1 | -0/+1 | |
| |\ | | | | | | | Save Hypernetwork strength to infotext. | |||||
| | * | Merge commit 'e7254746bbfbff45099db44a8d4d25dd6181877d' into ↵ | timntorres | 2022-10-29 | 1 | -3/+9 | |
| | |\ | | | | | | | | | | | | | 3825-save-hypernet-strength-to-info | |||||
| | * | | Revert "Explicitly state when Hypernet is none." | timntorres | 2022-10-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch 'AUTOMATIC1111:master' into 3825-save-hypernet-strength-to-info | timntorres | 2022-10-29 | 1 | -51/+76 | |
| | |\ \ | ||||||
| | * | | | Explicitly state when Hypernet is none. | timntorres | 2022-10-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Add strength to textinfo. | timntorres | 2022-10-28 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | fix broken hires fix | AUTOMATIC | 2022-10-30 | 1 | -5/+2 | |
| | |_|/ | |/| | | ||||||
| * | | | add postprocess call for scripts | AUTOMATIC | 2022-10-29 | 1 | -3/+9 | |
| | |/ | |/| | ||||||
* | | | Re-add explicit device move | random_thoughtss | 2022-10-29 | 1 | -0/+1 | |
| | | | ||||||
* | | | Added image conditioning to latent upscale. | random_thoughtss | 2022-10-29 | 1 | -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 #3888 | random_thoughtss | 2022-10-29 | 1 | -5/+7 | |
|/ / | ||||||
* | | Highres fix works with unmasked latent. | random_thoughtss | 2022-10-27 | 1 | -58/+76 | |
| | | | | | | | | Also refactor the mask creation to make it more accesible. | |||||
* | | Merge branch 'AUTOMATIC1111:master' into master | random-thoughtss | 2022-10-27 | 1 | -5/+20 | |
|\| | ||||||
| * | add override_settings to API as an alternative to #3629 | AUTOMATIC | 2022-10-26 | 1 | -5/+20 | |
| | | ||||||
* | | Switch to a continous blend for cond. image. | random_thoughtss | 2022-10-25 | 1 | -3/+6 | |
| | | ||||||
* | | Added conditioning image masking to xy_grid. | random_thoughtss | 2022-10-25 | 1 | -1/+1 | |
| | | | | | | | | Use `True` and `False` to select values. | |||||
* | | Added option to use unmasked conditioning image. | random_thoughtss | 2022-10-25 | 1 | -1/+5 | |
|/ | ||||||
* | fix #3517 breaking txt2img | AUTOMATIC | 2022-10-24 | 1 | -14/+19 | |
| | ||||||
* | fix whitespaces | Vladimir Repin | 2022-10-24 | 1 | -1/+1 | |
| | ||||||
* | Save properly processed image before color correction | Vladimir Repin | 2022-10-24 | 1 | -15/+18 | |
| | ||||||
* | non-implemented mask with any type | Stephen | 2022-10-23 | 1 | -1/+1 | |
| | ||||||
* | [API][Feature] - Add img2img API endpoint | Stephen | 2022-10-23 | 1 | -1/+1 | |
| | ||||||
* | fix for img2img color correction in a batch #3218 | AUTOMATIC | 2022-10-22 | 1 | -2/+4 | |
| | ||||||
* | record First pass size as 0x0 for #3328 | AUTOMATIC | 2022-10-22 | 1 | -1/+2 | |
| | ||||||
* | removed aesthetic gradients as built-in | AUTOMATIC | 2022-10-22 | 1 | -13/+22 | |
| | | | | added support for extensions | |||||
* | Refer to Hypernet's name, sensibly, by its name variable. | timntorres | 2022-10-21 | 1 | -1/+1 | |
| | ||||||
* | do not load aesthetic clip model until it's needed | AUTOMATIC | 2022-10-21 | 1 | -2/+2 | |
| | | | | | add refresh button for aesthetic embeddings add aesthetic params to images' infotext | |||||
* | Fix Hypernet infotext string split bug for PR #3283 | AUTOMATIC | 2022-10-21 | 1 | -1/+1 | |
| | ||||||
* | updated readme and some small stylistic changes to code | AUTOMATIC | 2022-10-21 | 1 | -8/+6 | |
| | ||||||
* | Made dummy latents smaller. Minor code cleanups | random_thoughtss | 2022-10-20 | 1 | -3/+4 | |
| | ||||||
* | Fixed non-square highres fix generation | random_thoughtss | 2022-10-20 | 1 | -3/+6 | |
| | ||||||
* | Don't compute latent mask if were not using it. Also added support for fixed ↵ | random_thoughtss | 2022-10-19 | 1 | -27/+45 | |
| | | | | highres_fix generation. | |||||
* | Added support for RunwayML inpainting model | random_thoughtss | 2022-10-19 | 1 | -2/+32 | |
| | ||||||
* | Infotext saves more specific hypernet name. | timntorres | 2022-10-19 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'origin/api' | AUTOMATIC | 2022-10-19 | 1 | -8/+16 | |
|\ | ||||||
| * | example API working with gradio | arcticfaded | 2022-10-17 | 1 | -7/+15 | |
| | | ||||||
| * | initial prototype by borrowing contracts | arcticfaded | 2022-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | remove dependence on TQDM for sampler progress/interrupt functionality | AUTOMATIC | 2022-10-18 | 1 | -6/+0 | |
|/ |