Age | Commit message (Collapse) | Author |
|
|
|
|
|
add branch support for extension installation
|
|
|
|
add tiled inference support for ScuNET
|
|
copypaste support to RNG source
|
|
Option to make images generated from a given manual seed consistent across CUDA and MPS devices
|
|
adds label to buttons to make them hide
|
|
fix ui img2img scripts
|
|
Automatically select current word when adjusting weight with ctrl+up/down
|
|
|
|
Fix CLIP FileExistsError
|
|
Add support for saving init images in img2img
|
|
Add filename pattern for CLIP_stop_at_last_layers (clip skip).
|
|
|
|
Add "None" option to extra networks dropdowns
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Makes a given manual seed generate the same images across different
platforms, independently of the GPU architecture in use.
Fixes #9613.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This change fixes an issue where an incorrect type was passed to the PIL.Image.open() function that caused the whole process to fail.
Scope of this change is limited to only batch image processing, and it shouldn't affect other functionality.
|
|
|