Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing
changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
|
|
Add `Upscale by` and `Upscaler` options to img2img
|
|
|
|
Temporary disable extensions option
|
|
Add support for the unclip (Variations) models, unclip-h and unclip-l
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix for API running unwanted alwayson scripts
|
|
Transfer generation parameters to previews
|
|
|
|
Make extra networks button togglable
|
|
feat: try sort as ignore-case
|
|
|
|
|
|
Fix padding on accordion/dropdown list elements
|
|
|
|
upscaler is not found
|
|
|
|
|
|
|
|
|
|
|
|
|
|
will be initialized on the first api request and then reused afterwards. The init_script_args copies the corresponding default list and applies the modifications asked by the api request.
|