- 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 22 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
Nuullll authored
-
AUTOMATIC1111 authored
preprocessing upscale: do not do an extra upscale step if it's not needed
-
Nuullll authored
-
AUTOMATIC1111 authored
dir buttons start with / so only the correct dir will be shown and no…
-
AUTOMATIC1111 authored
use extension name for determining an extension is installed in the index
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
catch uncaught exception with ui creation scripts
-
AUTOMATIC1111 authored
Allow use of mutiple styles csv files
-
AUTOMATIC1111 authored
Support XYZ scripts / split hires path from unet
-
AUTOMATIC1111 authored
Update devices.py - Make 'use-cpu all' actually apply to 'all'
-
AUTOMATIC1111 authored
Fix auto focal point crop for opencv >= 4.8
-
AUTOMATIC1111 authored
add Block component creation callback
-
AUTOMATIC1111 authored
Add FP32 fallback support on sd_vae_approx
-
AUTOMATIC1111 authored
fix not able to exit metadata popup when pop up is too big
-
AUTOMATIC1111 authored
Add support for SD 2.1 Turbo
-
AUTOMATIC1111 authored
-
Nuullll authored
-
AUTOMATIC1111 authored
infotext updates: add option to disregard certain infotext fields, add option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page
-
MrCheeze authored
-
MrCheeze authored
Fix bug where is_using_v_parameterization_for_sd2 fails because the sd_hijack is only partially undone
-