- 12月 16, 2023
-
-
由 AUTOMATIC1111 创作于
-
由 AUTOMATIC1111 创作于
default False js_live_preview_in_modal_lightbox
-
- 12月 14, 2023
-
-
由 AUTOMATIC1111 创作于
#13354 : solve lora loading issue
-
由 AUTOMATIC1111 创作于
change state dict comparison to ref compare
-
由 AUTOMATIC1111 创作于
add option: Live preview in full page image viewer
-
由 AUTOMATIC1111 创作于
[IPEX] Fix embedding and ControlNet
-
由 AUTOMATIC1111 创作于
Re-add setting lost as part of e294e46d
-
由 AUTOMATIC1111 创作于
Fix styles
-
由 AUTOMATIC1111 创作于
Assign id for "extra_options". Replace numeric field with slider.
-
由 AUTOMATIC1111 创作于
Allow pasting in WIDTHxHEIGHT strings into the width/height fields
-
由 AUTOMATIC1111 创作于
Fix wrong implementation in network_oft
-
- 12月 05, 2023
-
-
由 AUTOMATIC1111 创作于
remove clean_text()
-
- 12月 04, 2023
-
-
由 AUTOMATIC1111 创作于
-
由 AUTOMATIC1111 创作于
-
由 AUTOMATIC1111 创作于
-
由 AUTOMATIC1111 创作于
-
由 AUTOMATIC1111 创作于
-
由 AUTOMATIC1111 创作于
Update launch_utils.py - fixes repetead package reinstalls
-
由 missionfloyd 创作于
-
由 illtellyoulater 创作于
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 创作于
Add import_hook hack to work around basicsr/torchvision incompatibility
-
由 AUTOMATIC1111 创作于
slight optimization for mask and mask_composite
-
- 12月 03, 2023
-
-
由 Aarni Koskela 创作于
Fixes #13985
-
由 w-e-w 创作于
-
由 AUTOMATIC1111 创作于
Fix `save_samples` being checked early when saving masked composite
-
由 AUTOMATIC1111 创作于
Re-add `keyedit_delimiters_whitespace` setting lost as part of commit e294e46d
-
由 catboxanon 创作于
-
由 catboxanon 创作于
-
由 AUTOMATIC1111 创作于
-
由 AUTOMATIC1111 创作于
Initial IPEX support for Intel Arc GPU
-
- 12月 02, 2023
-
-
由 AUTOMATIC1111 创作于
-
由 AUTOMATIC1111 创作于
-
由 Nuullll 创作于
-
由 AUTOMATIC1111 创作于
preprocessing upscale: do not do an extra upscale step if it's not needed
-
由 Nuullll 创作于
-
由 AUTOMATIC1111 创作于
dir buttons start with / so only the correct dir will be shown and no…
-
由 AUTOMATIC1111 创作于
use extension name for determining an extension is installed in the index
-
由 AUTOMATIC1111 创作于
-
由 AUTOMATIC1111 创作于
catch uncaught exception with ui creation scripts
-
由 AUTOMATIC1111 创作于
Allow use of mutiple styles csv files
-