- 05 Feb, 2023 8 commits
-
-
Vladimir Repin authored
-
AUTOMATIC1111 authored
Adds options for grid margins to XYZ Plot and Prompt Matrix
-
EllangoK authored
-
AUTOMATIC1111 authored
fix symlinks in extra networks ui
-
AUTOMATIC1111 authored
Add prompt_hash option for file/dir name pattern
-
AUTOMATIC1111 authored
Catch broken model symlinks early | Quickfix modelloader.py
-
AUTOMATIC authored
-
techneconn authored
-
- 04 Feb, 2023 15 commits
-
-
Alex "mcmonkey" Goodwin authored
'absolute' and 'resolve' are equivalent, but 'resolve' resolves symlinks (which is an obscure specialty behavior usually not wanted) whereas 'absolute' treats symlinks as folders (which is the expected behavior). This commit allows you to symlink folders within your models/embeddings/etc. dirs and have preview images load as expected without issue.
-
spezialspezial authored
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.
-
AUTOMATIC authored
fix issue with switching back to checkpoint that had its checksum calculated during runtime mentioned in #7506
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Add .jpg to allowed thumb formats
-
AUTOMATIC1111 authored
Update error message WRT missing checkpoint file
-
AUTOMATIC1111 authored
Fix img2imgalt after samplers separation
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Move Mac related code to separate file
-
AUTOMATIC authored
-
AUTOMATIC authored
-
brkirch authored
-
AUTOMATIC1111 authored
img2img instruct-pix2pix support
-
Kyle authored
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"
-
Kyle authored
-
- 03 Feb, 2023 4 commits
-
-
Kyle authored
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
-
Vladimir Repin authored
-
Kyle authored
Allows instruct-pix2pix
-
- 02 Feb, 2023 1 commit
-
-
Kyle authored
-
- 01 Feb, 2023 11 commits
-
-
Cody Brownstein authored
The Safetensors format is also supported.
-
ctwrs authored
-
brkirch authored
Move most Mac related code to a separate file, don't even load it unless web UI is run under macOS.
-
AUTOMATIC1111 authored
X/Y/Z plot now saves sub grids if opts.grid_save and honors draw_legend
-
AUTOMATIC1111 authored
Fixes switch height/width btn unbound error
-
AUTOMATIC1111 authored
[Prompt Matrix] Support for negative prompt + delimiter selector
-
AUTOMATIC1111 authored
Fix missing tooltip for 'Clear prompt' button
-
AUTOMATIC1111 authored
Changes use_original_name_batch to default to True
-
AUTOMATIC1111 authored
Refactor MPS PyTorch fixes, add fix still required for PyTorch nightly builds back
-
brkirch authored
-
brkirch authored
Apparently I did not test with large enough images to trigger the bug with torch.narrow on MPS
-
- 31 Jan, 2023 1 commit
-
-
Joey Sanchez authored
Adding default true to use_original_name_batch as images should by default hold the same name to help keep sequenced images in their correct order
-