AUTOMATIC1111
9d2299ed0b
implement undo hijack for SDXL
2023-08-19 10:16:27 +03:00
AUTOMATIC1111
35db3665b3
possible fix for dictionary changed size during iteration
2023-08-19 08:39:48 +03:00
AUTOMATIC1111 and GitHub
5a5913828c
Merge pull request #12616 from catboxanon/extra-noise-callback
...
Add extra noise callback
2023-08-19 08:36:44 +03:00
AUTOMATIC1111 and GitHub
448d6bef37
Merge pull request #12599 from AUTOMATIC1111/ram_optim
...
RAM optimization round 2
2023-08-19 08:36:20 +03:00
AUTOMATIC1111 and GitHub
7056fdf2be
Merge pull request #12630 from catboxanon/fix/nans-mk2
...
Attempt to resolve NaN issue with unstable VAEs in fp32 mk2
2023-08-19 08:34:46 +03:00
AUTOMATIC1111 and GitHub
3d81fd714b
Merge pull request #12633 from catboxanon/fix/img2img-bg-color
...
Fix img2img background color for transparent images option not being used
2023-08-19 08:33:22 +03:00
AUTOMATIC1111 and GitHub
58a9082411
Merge pull request #12635 from catboxanon/fix/full-page-img
...
Make image viewer actually fit the whole page
2023-08-19 08:32:45 +03:00
AUTOMATIC1111
99a64edea8
do not assign to vae_dict
2023-08-19 08:31:06 +03:00
AUTOMATIC1111 and GitHub
d75b521af8
Merge pull request #12638 from Cschlaefli/fix-api-vae-model-refresh
...
fix issues with api model-refresh and vae-refresh
2023-08-19 08:28:47 +03:00
AUTOMATIC1111 and GitHub
296c8f6a4a
Merge pull request #12639 from AUTOMATIC1111/more-hash
...
More hash filename patterns
2023-08-19 08:28:00 +03:00
AUTOMATIC1111 and GitHub
99cd8de234
Merge pull request #12645 from catboxanon/css/sticky-column
...
Make results column sticky
2023-08-19 08:27:28 +03:00
AUTOMATIC1111 and GitHub
5590be7a8c
Merge pull request #12644 from AUTOMATIC1111/fix-model-override-logic
...
fix model override logic
2023-08-19 08:26:39 +03:00
AUTOMATIC1111
f084e6bbd0
revert xformers back to 0.0.20
2023-08-19 08:22:12 +03:00
AUTOMATIC1111 and GitHub
cd719b08bd
Merge pull request #12663 from SpenserCai/get_image_from_url
...
api support get image from url
2023-08-19 08:08:19 +03:00
AUTOMATIC1111 and GitHub
90e560bb75
Merge pull request #12648 from catboxanon/feat/gallery-tweaks
...
Gallery: Set preview to `True`, allow custom height
2023-08-19 08:06:13 +03:00
AUTOMATIC1111 and GitHub
9182dd7e5d
Merge pull request #12634 from catboxanon/feat/live-preview-fast-interrupt
...
Improve interrupt speed
2023-08-19 08:05:36 +03:00
AUTOMATIC1111
f739e3e05d
second appearance
2023-08-19 08:04:48 +03:00
AUTOMATIC1111 and GitHub
e7a044a2d1
Merge pull request #12653 from S-Del/fix/typo
...
fix typo `txt2txt` -> `txt2img`
2023-08-19 08:03:40 +03:00
AUTOMATIC1111 and GitHub
ca72db23d2
Merge pull request #12660 from dansgithubuser/fork
...
Get python print statements to show up in docker logs
2023-08-19 08:03:19 +03:00
AUTOMATIC1111 and GitHub
e4a2a705ad
Merge pull request #12661 from XDOneDude/master
...
update xformers to 0.0.21 and some fixes
2023-08-19 08:02:18 +03:00
AUTOMATIC1111 and GitHub
bb91bb5e83
Merge pull request #12662 from bluelovers/bluelovers-patch-1-1
...
refactor: Update ui.js
2023-08-19 08:01:05 +03:00
AUTOMATIC1111
0dc74545c0
resolve the issue with loading fp16 checkpoints while using --no-half
2023-08-17 07:54:07 +03:00
AUTOMATIC1111 and GitHub
541ef9247c
Merge pull request #12607 from AUTOMATIC1111/return-empty-list-if-extensions_dir-not-exist-
...
fix Return empty list if extensions dir not exist
2023-08-16 18:41:02 +03:00
AUTOMATIC1111 and GitHub
fc3a57ff96
Merge pull request #12603 from AUTOMATIC1111/auto-add-data-dir-to-gradio-allowed-path
...
auto add data-dir to gradio-allowed-path
2023-08-16 14:48:37 +03:00
AUTOMATIC1111
eaba3d7349
send weights to target device instead of CPU memory
2023-08-16 12:11:01 +03:00
AUTOMATIC1111
57e59c14c8
Revert "send weights to target device instead of CPU memory"
...
This reverts commit 0815c45bcd .
2023-08-16 11:28:00 +03:00
AUTOMATIC1111
0815c45bcd
send weights to target device instead of CPU memory
2023-08-16 10:44:17 +03:00
AUTOMATIC1111 and GitHub
023a3a98a1
Merge pull request #12596 from AUTOMATIC1111/fix-taesd-scale
...
Remove wrong TAESD Latent scale
2023-08-16 09:56:12 +03:00
AUTOMATIC1111
86221269f9
RAM optimization round 2
2023-08-16 09:55:35 +03:00
AUTOMATIC1111 and GitHub
a7f7701b64
Merge pull request #12589 from catboxanon/fix/css-overflow
...
CSS: Remove forced visible overflow for Gradio group child divs
2023-08-15 21:47:49 +03:00
AUTOMATIC1111 and GitHub
fd563e3274
Merge pull request #12586 from catboxanon/fix/rng-shape
...
RNG: Make all elements of shape `int`s
2023-08-15 21:47:02 +03:00
AUTOMATIC1111 and GitHub
d09d33bc2d
Merge pull request #12588 from catboxanon/fix/inpaint-upload
...
Fix inpaint upload for alpha masks
2023-08-15 21:46:19 +03:00
AUTOMATIC1111
85fcb7b8df
lint
2023-08-15 19:25:03 +03:00
AUTOMATIC1111 and GitHub
8b181c812f
Merge pull request #12584 from AUTOMATIC1111/full-module-with-bias
...
Add ex_bias into full module
2023-08-15 19:24:15 +03:00
AUTOMATIC1111
f01682ee01
store patches for Lora in a specialized module
2023-08-15 19:23:40 +03:00
AUTOMATIC1111 and GitHub
7327be97aa
Merge pull request #12570 from NoCrypt/add-miku-theme
...
Add NoCrypt/miku gradio theme
2023-08-15 16:31:12 +03:00
AUTOMATIC1111 and GitHub
63f881a5f0
Merge pull request #12577 from brkirch/fix-vae-near-checkpoint-exception
...
Fix `sd_vae_as_default` being accessed instead of `sd_vae_overrides_per_model_preferences`
2023-08-15 15:29:48 +03:00
AUTOMATIC1111 and GitHub
dc0e63a48a
Merge pull request #12578 from AUTOMATIC1111/changelog-fix
...
Changelog minor correction
2023-08-15 15:29:15 +03:00
AUTOMATIC1111 and GitHub
ec505bac41
Merge pull request #12573 from catboxanon/changelog
...
Add PR refs to changelog
2023-08-15 11:47:20 +03:00
AUTOMATIC1111
9ab52caf02
update changelog file
2023-08-15 09:50:57 +03:00
AUTOMATIC1111 and GitHub
bc61ad9ec8
Merge pull request #12564 from catboxanon/feat/img2img-noise
...
Add extra noise param for img2img operations
2023-08-15 09:50:20 +03:00
AUTOMATIC1111
79d4e81984
fix processing error that happens if batch_size is not a multiple of how many prompts/negative prompts there are #12509
2023-08-15 08:46:17 +03:00
AUTOMATIC1111
7e77a38cbc
get XYZ plot to work with recent changes to refined specified in fields of p rather than in settings
2023-08-15 08:27:50 +03:00
AUTOMATIC1111 and GitHub
d6b79b9963
Merge pull request #12476 from AnyISalIn/dev
...
xyz_grid: support refiner_checkpoint and refiner_switch_at
2023-08-15 08:26:38 +03:00
AUTOMATIC1111 and GitHub
6f86573247
Merge pull request #12552 from brkirch/update-sdxl-commit-hash
...
Update SD XL commit hash
2023-08-15 08:12:21 +03:00
AUTOMATIC1111
45be87afc6
correctly add Eta DDIM to infotext when it's 1.0 and do not add it when it's 0.0.
2023-08-14 21:48:05 +03:00
AUTOMATIC1111
5daf7983d1
when refreshing cards in extra networks UI, do not discard user's custom resolution
2023-08-14 19:27:04 +03:00
AUTOMATIC1111
f23e5ce2da
revert changed inpainting mask conditioning calculation after #12311
2023-08-14 17:59:03 +03:00
AUTOMATIC1111 and GitHub
e56b7c8419
Merge pull request #12547 from whitebell/fix-typo
...
Fix typo in shared_options.py
2023-08-14 13:36:10 +03:00
AUTOMATIC1111 and GitHub
2359c07ddf
Merge pull request #12551 from AUTOMATIC1111/separate-Extra-options
...
separate Extra options
2023-08-14 13:35:41 +03:00
AUTOMATIC1111
6bfd4dfecf
add second_order to samplers that mistakenly didn't have it
2023-08-14 12:07:38 +03:00
AUTOMATIC1111
353c876172
fix API always using -1 as seed
2023-08-14 10:43:18 +03:00
AUTOMATIC1111
f3b96d4998
return seed controls UI to how it was before
2023-08-14 10:22:52 +03:00
AUTOMATIC1111
abbecb3e73
further repair the /docs page to not break styles with the attempted fix
2023-08-14 10:15:10 +03:00
AUTOMATIC1111
c7c16f805c
repair /docs page
2023-08-14 09:49:51 +03:00
AUTOMATIC1111 and GitHub
f37cc5f5e1
Merge pull request #12542 from AUTOMATIC1111/res-sampler
...
Add RES sampler and reorder the sampler list
2023-08-14 09:02:10 +03:00
AUTOMATIC1111 and GitHub
3a4bee1096
Merge pull request #12543 from AUTOMATIC1111/extra-norm-module
...
Fix MHA error with ex_bias and support ex_bias for layers which don't have bias
2023-08-14 09:01:34 +03:00
AUTOMATIC1111
c1a31ec9f7
revert to applying mask before denoising for k-diffusion, like it was before
2023-08-14 08:59:15 +03:00
AUTOMATIC1111
cda2f0a162
make on_before_component/on_after_component possible earlier
2023-08-14 08:49:39 +03:00
AUTOMATIC1111
aeb76ef174
repair DDIM/PLMS/UniPC batches
2023-08-14 08:49:02 +03:00
AUTOMATIC1111
007ecfbb29
also use setup callback for the refiner instead of before_process
2023-08-13 21:01:13 +03:00
AUTOMATIC1111 and GitHub
9cd0475c08
Merge pull request #12526 from brkirch/mps-adjust-sub-quad
...
Fixes for `git checkout`, MPS/macOS fixes and optimizations
2023-08-13 20:28:49 +03:00
AUTOMATIC1111 and GitHub
8452708560
Merge pull request #12530 from eltociear/eltociear-patch-1
...
Fix typo in launch_utils.py
2023-08-13 20:27:17 +03:00
AUTOMATIC1111
16781ba09a
fix 2 for git code botched by previous PRs
2023-08-13 20:15:20 +03:00
AUTOMATIC1111
f093c9d39d
fix broken XYZ plot seeds
...
add new callback for scripts to be used before processing
2023-08-13 17:31:10 +03:00
AUTOMATIC1111
3163d1269a
fix for the broken run_git calls
2023-08-13 16:51:21 +03:00
AUTOMATIC1111 and GitHub
1c6ca09992
Merge pull request #12510 from catboxanon/feat/extnet/hashes
...
Support search and display of hashes for all extra network items
2023-08-13 16:46:32 +03:00
AUTOMATIC1111 and GitHub
d73db17ee3
Merge pull request #12515 from catboxanon/fix/gc1
...
Clear sampler and garbage collect before decoding images to reduce VRAM
2023-08-13 16:45:38 +03:00
AUTOMATIC1111 and GitHub
127ab9114f
Merge pull request #12514 from catboxanon/feat/batch-encode
...
Encode batch items individually to significantly reduce VRAM
2023-08-13 16:41:07 +03:00
AUTOMATIC1111 and GitHub
d53f3b5596
Merge pull request #12520 from catboxanon/eta
...
Update description of eta setting
2023-08-13 16:40:17 +03:00
AUTOMATIC1111 and GitHub
d41a5bb97d
Merge pull request #12521 from catboxanon/feat/more-s-noise
...
Add `s_noise` param to more samplers
2023-08-13 16:39:25 +03:00
AUTOMATIC1111 and GitHub
551d2fabcc
Merge pull request #12522 from catboxanon/fix/extra_params
...
Restore `extra_params` that was lost in merge
2023-08-13 16:38:27 +03:00
AUTOMATIC1111
db40d26d08
linter
2023-08-13 16:38:10 +03:00
AUTOMATIC1111
d8419762c1
Lora: output warnings in UI rather than fail for unfitting loras; switch to logging for error output in console
2023-08-13 15:07:37 +03:00
AUTOMATIC1111 and GitHub
da80d649fd
Merge pull request #12503 from AUTOMATIC1111/extra-norm-module
...
Add Norm Module to lora ext and add "bias" support
2023-08-13 08:28:48 +03:00
AUTOMATIC1111 and GitHub
61673451ff
Merge pull request #12491 from AUTOMATIC1111/xyz-csv-and-dropdown-mode
...
Bring back CSV mode for XYZ grid
2023-08-13 08:25:15 +03:00
AUTOMATIC1111
599f61a1e0
use dataclass for StableDiffusionProcessing
2023-08-13 08:24:16 +03:00
AUTOMATIC1111
fa9370b741
add refiner to StableDiffusionProcessing class
...
write out correct model name in infotext, rather than the refiner model
2023-08-13 06:07:30 +03:00
AUTOMATIC1111
b2080756fc
make "send to" buttons into small tool buttons
2023-08-12 19:03:33 +03:00
AUTOMATIC1111
9d0ec13596
fix quicksettings on Chrome
2023-08-12 18:42:59 +03:00
AUTOMATIC1111
6816ad5ed8
fix broken reuse seed
2023-08-12 18:36:30 +03:00
AUTOMATIC1111
4e8690906c
update seed/subseed HTML widths
2023-08-12 18:00:30 +03:00
AUTOMATIC1111
f0b72b8121
move seed, variation seed and variation seed strength to a single row, dump resize seed from UI
...
add a way for scripts to register a callback for before/after just a single component's creation
2023-08-12 17:46:13 +03:00
AUTOMATIC1111
6aa26a26d5
change quicksettings items to have variable width
2023-08-12 16:47:39 +03:00
AUTOMATIC1111
b293ed3061
make it possible to use hires fix together with refiner
2023-08-12 12:54:32 +03:00
AUTOMATIC1111
64311faa68
put refiner into main UI, into the new accordions section
...
add VAE from main model into infotext, not from refiner model
option to make scripts UI without gr.Group
fix inconsistencies with refiner when usings samplers that do more denoising than steps
2023-08-12 12:39:59 +03:00
AUTOMATIC1111 and GitHub
26c92f056a
Merge pull request #12480 from catboxanon/fix/cc
...
Fix color correction by converting image to RGB
2023-08-12 09:12:30 +03:00
AUTOMATIC1111 and GitHub
ebc1bafb03
Merge pull request #12479 from catboxanon/fix/extras-generator
...
Refactor postprocessing/extras tab to use generator to resolve OOM issues
2023-08-12 08:58:14 +03:00
AUTOMATIC1111 and GitHub
9dae70da79
Merge pull request #12487 from AUTOMATIC1111/disable-extensions-installer-with-arg
...
pathc: also disable extensions installer with arg
2023-08-12 08:57:35 +03:00
AUTOMATIC1111 and GitHub
ae6b30907d
Merge pull request #12470 from Splendide-Imaginarius/mask-blur-property+kernel
...
Make `StableDiffusionProcessingImg2Img.mask_blur` a property, make more inline with PIL `GaussianBlur`
2023-08-11 15:03:18 +03:00
AUTOMATIC1111
77c52ea701
fix accordion style on img2img
2023-08-11 11:59:11 +03:00
AUTOMATIC1111 and GitHub
3c00e41ec0
Merge pull request #12458 from daswer123/auto-expand
...
Zoom and pan: Some fixes for the auto-expand
2023-08-11 07:56:31 +03:00
AUTOMATIC1111 and GitHub
340c1cc68d
Merge pull request #12463 from catboxanon/fix/vae-hash
...
Properly return `None` for VAE hash when using `--no-hashing`
2023-08-11 07:55:42 +03:00
AUTOMATIC1111 and GitHub
2c79f2af6e
Merge pull request #12466 from catboxanon/fix/lora-old-mk2
...
Fix broken `Lora/Networks: use old method` option
2023-08-11 07:53:12 +03:00
AUTOMATIC1111 and GitHub
458eda1321
Merge pull request #12456 from AUTOMATIC1111/patch-#12453
...
Patch #12453
2023-08-10 17:55:31 +03:00
AUTOMATIC1111 and GitHub
9af5cce4c7
Merge pull request #12454 from wfjsw/no-autofix-on-fetch
...
rm dir on failed clone, disable autofix for fetch
2023-08-10 17:28:29 +03:00
AUTOMATIC1111
e0906096c5
remove unnecessary GFPGAN_PACKAGE (we install GFPGAN from the requirements file)
2023-08-10 17:22:08 +03:00
AUTOMATIC1111
4549f2a9cc
lint
2023-08-10 17:21:01 +03:00
AUTOMATIC1111
f4979422dd
return the line lost during the merge
2023-08-10 17:18:33 +03:00
AUTOMATIC1111 and GitHub
36762f0eaf
Merge pull request #12371 from AUTOMATIC1111/refiner
...
initial refiner support
2023-08-10 17:05:32 +03:00