- 08 Jan, 2024 1 commit
-
-
nanahira authored
-
- 06 Jan, 2024 1 commit
-
-
nanahira authored
-
- 05 Jan, 2024 4 commits
- 16 Dec, 2023 2 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
default False js_live_preview_in_modal_lightbox
-
- 14 Dec, 2023 9 commits
-
-
AUTOMATIC1111 authored
#13354 : solve lora loading issue
-
AUTOMATIC1111 authored
change state dict comparison to ref compare
-
AUTOMATIC1111 authored
add option: Live preview in full page image viewer
-
AUTOMATIC1111 authored
[IPEX] Fix embedding and ControlNet
-
AUTOMATIC1111 authored
Re-add setting lost as part of e294e46d
-
AUTOMATIC1111 authored
Fix styles
-
AUTOMATIC1111 authored
Assign id for "extra_options". Replace numeric field with slider.
-
AUTOMATIC1111 authored
Allow pasting in WIDTHxHEIGHT strings into the width/height fields
-
AUTOMATIC1111 authored
Fix wrong implementation in network_oft
-
- 05 Dec, 2023 1 commit
-
-
AUTOMATIC1111 authored
remove clean_text()
-
- 04 Dec, 2023 10 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Update launch_utils.py - fixes repetead package reinstalls
-
missionfloyd authored
-
illtellyoulater authored
Fixes failing dependency checks for extensions having a different package name and import name (for example ffmpeg-python / ffmpeg), which currently is causing the unneeded reinstall of packages at runtime. In fact with current code, the same string is used when installing a package and when checking for its presence, as you can see in the following example: > launch_utils.run_pip("install ffmpeg-python", "required package") [ Installing required package: "ffmpeg-python" ... ] [ Installed ] > launch_utils.is_installed("ffmpeg-python") False ... which would actually return true with: > launch_utils.is_installed("ffmpeg") True
-
AUTOMATIC1111 authored
Add import_hook hack to work around basicsr/torchvision incompatibility
-
AUTOMATIC1111 authored
slight optimization for mask and mask_composite
-
- 03 Dec, 2023 8 commits
-
-
Aarni Koskela authored
Fixes #13985
-
w-e-w authored
-
AUTOMATIC1111 authored
Fix `save_samples` being checked early when saving masked composite
-
AUTOMATIC1111 authored
Re-add `keyedit_delimiters_whitespace` setting lost as part of commit e294e46d
-
catboxanon authored
-
catboxanon authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Initial IPEX support for Intel Arc GPU
-
- 02 Dec, 2023 4 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
Nuullll authored
-
AUTOMATIC1111 authored
preprocessing upscale: do not do an extra upscale step if it's not needed
-