Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
copypaste parameters support
|
|
(Optimization) Option to remove negative conditioning at low sigma values
|
|
Fix image mask/composite for weird resolutions
|
|
Fix prompt schedule for second order samplers
|
|
copypaste support to RNG source
|
|
|
|
|
|
|
|
|
|
|
|
version
|
|
|
|
|
|
work again. Remove ratio flag. Remove warning about controlnet being incompatible
|
|
|
|
feature to only apply to hr-fix. Install package using requirements_versions.txt
|
|
|
|
This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing
changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
|
|
Add `Upscale by` and `Upscaler` options to img2img
|
|
Add support for the unclip (Variations) models, unclip-h and unclip-l
|
|
|
|
|
|
|
|
For inpainting, this exposes the mask and masked composite and gives
the user the ability to display these in the web UI,
save to disk, or both.
|
|
|
|
|
|
Add `before_process_batch` script callback
|
|
|
|
|
|
|
|
|
|
Image processing changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Uses separate denoiser for edit (instruct-pix2pix) models
No impact to txt2img or regular img2img
"Image CFG Scale" will only apply to instruct-pix2pix models and metadata will only be added if using such model
|