182 Commits (e5b4e3f820cd09e751f1d168ab05d606d078a0d9)

Author SHA1 Message Date
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
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