Age | Commit message (Collapse) | Author |
|
os.path.getmtime(filename) throws exception later in codepath when meeting broken symlink. For now catch it here early but more checks could be added for robustness.
|
|
during runtime mentioned in #7506
|
|
|
|
Add .jpg to allowed thumb formats
|
|
cbrownstein-lambda/update-error-message-no-checkpoint
Update error message WRT missing checkpoint file
|
|
|
|
Move Mac related code to separate file
|
|
|
|
|
|
|
|
If image_cfg_scale is =1 then the original image is not used for the output. We can then use the original CFGDenoiser to get the same result to support AND functionality.
Maybe in the future AND can be supported with "Image CFG Scale"
|
|
|
|
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
|
|
Allows instruct-pix2pix
|
|
This reverts commit 269833067de1e7d0b6a6bd65724743d6b88a133f.
|
|
|
|
The Safetensors format is also supported.
|
|
|
|
Move most Mac related code to a separate file, don't even load it unless web UI is run under macOS.
|
|
Fixes switch height/width btn unbound error
|
|
Changes use_original_name_batch to default to True
|
|
|
|
Apparently I did not test with large enough images to trigger the bug with torch.narrow on MPS
|
|
hold the same name to help keep sequenced images in their correct order
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do not get applied directly and instead are added as temporary overrides
|
|
|
|
|
|
|
|
|