Commit Graph

37 Commits

Author SHA1 Message Date
lllyasviel
ab1814bde9 i 2024-01-27 18:38:11 -08:00
lllyasviel
40518feb6f
Merge branch 'main' into dev 2024-01-27 15:48:30 -08:00
lllyasviel
7b1a1e510f i 2024-01-27 13:53:18 -08:00
lllyasviel
2591f16eb3 Update sd_samplers_cfg_denoiser.py 2024-01-27 13:29:00 -08:00
lllyasviel
57a294b111 better sampler 2024-01-27 13:21:25 -08:00
AUTOMATIC1111
757dda9ade Add Pad conds v0 option 2024-01-27 22:30:47 +03:00
lllyasviel
31a1ee761c fix cast 2024-01-26 15:14:55 -08:00
lllyasviel
a0e3b71fab i 2024-01-25 21:01:30 -08:00
lllyasviel
ed495d7286 i 2024-01-25 20:22:04 -08:00
lllyasviel
01c422678c Update sd_samplers_cfg_denoiser.py 2024-01-25 19:52:03 -08:00
lllyasviel
d3cb546cc5 Update sd_samplers_cfg_denoiser.py 2024-01-25 19:44:25 -08:00
lllyasviel
54f07f1d1d Update sd_samplers_cfg_denoiser.py 2024-01-25 19:43:06 -08:00
lllyasviel
c5d26cc807 Update sd_samplers_cfg_denoiser.py 2024-01-25 19:32:17 -08:00
lllyasviel
4cd7437b62 Update sd_samplers_cfg_denoiser.py 2024-01-25 19:24:32 -08:00
lllyasviel
8135fac2d1 Update sd_samplers_cfg_denoiser.py 2024-01-25 19:19:46 -08:00
lllyasviel
161a0938d7 Update sd_samplers_cfg_denoiser.py 2024-01-25 19:00:42 -08:00
lllyasviel
4a597743f0 i 2024-01-25 12:21:44 -08:00
lllyasviel
b641c5a68a i 2024-01-25 07:52:29 -08:00
lllyasviel
b731bb860c Update webui.py
i

Update initialization.py

initialization

initialization

Update initialization.py

i

i

Update sd_samplers_common.py

Update sd_hijack.py

i

Update sd_models.py

Update sd_models.py

Update forge_loader.py

Update sd_models.py

i

Update sd_model.py

i

Update sd_models.py

Create sd_model.py

i

i

Update sd_models.py

i

Update sd_models.py

Update sd_models.py

i

i

Update sd_samplers_common.py

i

Update sd_models.py

Update sd_models.py

Update sd_samplers_common.py

Update sd_models.py

Update sd_models.py

Update sd_models.py

Update sd_models.py

Update sd_samplers_common.py

i

Update shared_options.py

Update prompt_parser.py

Update sd_hijack_unet.py

i

Update sd_models.py

Update sd_models.py

Update sd_models.py

Update devices.py

i

Update sd_vae.py

Update sd_models.py

Update processing.py

Update ui_settings.py

Update sd_models_xl.py

i

i

Update sd_samplers_kdiffusion.py

Update sd_samplers_timesteps.py

Update ui_settings.py

Update cmd_args.py

Update cmd_args.py

Update initialization.py

Update shared_options.py

Update initialization.py

Update shared_options.py

i

Update cmd_args.py

Update initialization.py

Update initialization.py

Update initialization.py

Update cmd_args.py

Update cmd_args.py

Update sd_hijack.py
2024-01-16 02:33:39 -08:00
continue-revolution
f56cebf5ba add self instead 2024-01-07 12:35:35 -06:00
continue-revolution
425507bd10 add p to cfgdenoiserparams 2024-01-07 10:25:01 -06:00
CodeHatchling
ac45789123 Removed soft inpainting, added hooks for softpainting to work instead. 2023-12-06 21:16:27 -07:00
CodeHatchling
e90d4334ad A custom blending function can be provided by p, replacing the use of soft_inpainting. 2023-12-06 18:02:07 -07:00
CodeHatchling
976c1053ef Cleaned up code, moved main code contributions into soft_inpainting.py 2023-12-04 16:06:58 -07:00
CodeHatchling
aaacf48232 Organized the settings and UI of soft inpainting to allow for toggling the feature, and centralizes default values to reduce the amount of copy-pasta. 2023-12-04 01:27:22 -07:00
CodeHatchling
bb04d400c9 Rewrote latent_blend() to use in-place operations and to aggressively "del" references with the intention of minimizing allocations and easing garbage collection. 2023-12-02 21:08:26 -07:00
CodeHatchling
c7a1ff8720 Tweaked default values. 2023-11-28 23:31:10 -07:00
CodeHatchling
c5c7fa06aa Added slider for detail preservation strength, removed largely needless offset parameter, changed labels in UI and for saving to/pasting data from PNG files. 2023-11-28 22:35:07 -07:00
CodeHatchling
e715e46b6a Implements "scheduling" for blending of the original latents and a latent blending formula that preserves details in blend transition areas. 2023-11-28 16:10:22 -07:00
AUTOMATIC1111
dfd6ea3fca ditch --always-batch-cond-uncond in favor of an UI setting 2023-08-21 15:07:10 +03:00
AUTOMATIC1111
c1a31ec9f7 revert to applying mask before denoising for k-diffusion, like it was before 2023-08-14 08:59:15 +03:00
AUTOMATIC1111
64311faa68 put refiner into main UI, into the new accordions section
add VAE from main model into infotext, not from refiner model
option to make scripts UI without gr.Group
fix inconsistencies with refiner when usings samplers that do more denoising than steps
2023-08-12 12:39:59 +03:00
AUTOMATIC1111
f8ff8c0638 merge errors 2023-08-08 22:09:51 +03:00
AUTOMATIC1111
a8a256f9b5 REMOVE 2023-08-08 21:08:50 +03:00
AUTOMATIC1111
8285a149d8 add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit when you can run both old and new implementations to compare them) 2023-08-08 21:04:44 +03:00
AUTOMATIC1111
2d8e4a6544 split sd_samplers_kdiffusion into two 2023-08-08 18:35:31 +03:00
AUTOMATIC1111
7e88f57aaa Split history: mv modules/sd_samplers_kdiffusion.py modules/sd_samplers_cfg_denoiser.py 2023-08-08 18:32:17 +03:00