You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rework DDIM, PLMS, UniPC to use CFG denoiser same as in k-diffusion samplers:
makes all of them work with img2img
makes prompt composition posssible (AND)
makes them available for SDXL
always show extra networks tabs in the UI (#11808)
use less RAM when creating models (#11958, #12599)
textual inversion inference support for SDXL
extra networks UI: show metadata for SD checkpoints
checkpoint merger: add metadata support
prompt editing and attention: add support for whitespace after the number ([ red : green : 0.5 ]) (seed breaking change) (#12177)
VAE: allow selecting own VAE for each checkpoint (in user metadata editor)
VAE: add selected VAE to infotext
options in main UI: add own separate setting for txt2img and img2img, correctly read values from pasted infotext, add setting for column count (#12551)
add resize handle to txt2img and img2img tabs, allowing to change the amount of horizontable space given to generation parameters and resulting image gallery (#12687, #12723)
change default behavior for batching cond/uncond -- now it's on by default, and is disabled by an UI setting (Optimizatios -> Batch cond/uncond) - if you are on lowvram/medvram and are getting OOM exceptions, you will need to enable it
show current position in queue and make it so that requests are processed in the order of arrival (#12707)
add --medvram-sdxl flag that only enables --medvram for SDXL models
prompt editing timeline has separate range for first pass and hires-fix pass (seed breaking change) (#12457)
Discussed in #12751
Originally posted by AUTOMATIC1111 August 24, 2023
Features:
--medvram-sdxl
flag that only enables--medvram
for SDXL modelsMinor:
Extensions and API:
StableDiffusionProcessingImg2Img.mask_blur
a property, make more inline with PILGaussianBlur
(#12470)Bug Fixes:
Lora/Networks: use old method
option (#12466)None
for VAE hash when using--no-hashing
(#12463)Full Changelog: v1.5.1...v1.6.0-RC
This discussion was created from the release 1.6.0-RC.
The text was updated successfully, but these errors were encountered: