Commit Graph

7755 Commits

Author SHA1 Message Date
Won-Kyu Park
1318f6118e
fix load_vae() to check size mismatch 2024-11-01 12:34:34 +09:00
Won-Kyu Park
1e73a28707
fix for float8_e5m2 freeze model 2024-11-01 12:34:32 +09:00
Won-Kyu Park
2ffdf01e05
fix position_ids 2024-11-01 12:34:30 +09:00
Won-Kyu Park
3b18b6f482
revert to use without_autocast() 2024-11-01 12:34:28 +09:00
Won-Kyu Park
3cdc26af30
fix lora without backup 2024-11-01 12:34:26 +09:00
Won-Kyu Park
9617f15fd9
pytest with --precision full --no-half 2024-11-01 12:34:24 +09:00
Won-Kyu Park
44a8480f0c
minor update
* use dtype_inference
2024-11-01 12:34:22 +09:00
Won-Kyu Park
789bfc7db4
add cheap approximation for flux 2024-11-01 12:34:20 +09:00
Won-Kyu Park
9e57c722b2
fix to support float8_* 2024-11-01 12:34:18 +09:00
Won-Kyu Park
219a0e2429
support Flux1 2024-11-01 12:34:16 +09:00
Won-Kyu Park
9c0fd83b5e
vae fix for flux 2024-11-01 12:34:14 +09:00
Won-Kyu Park
7e2d51965f
fix for t5xxl 2024-11-01 12:34:12 +09:00
Won-Kyu Park
51c285265f
fix for Lora flux 2024-11-01 12:34:10 +09:00
Won-Kyu Park
d6a609a539
add diffusers weight mapping for flux lora
* add QkvLinear class for Flux lora
2024-11-01 12:34:08 +09:00
Won-Kyu Park
477ff35517
preserve detected dtype_inference 2024-11-01 12:34:06 +09:00
Won-Kyu Park
24f2c1b9e4
fix to support dtype_inference != dtype case 2024-11-01 12:34:04 +09:00
Won-Kyu Park
2f72fd89ff
support copy option to reduce ram usage 2024-11-01 12:34:02 +09:00
Won-Kyu Park
2060886450
add shared.opts.lora_without_backup_weight option to reduce ram usage 2024-11-01 12:34:00 +09:00
Won-Kyu Park
537d9dd71c
misc fixes to support float8 dtype_unet
* devices.dtype_unet, dtype_vae could be considered as storage dtypes (current_dtype)
 * use devices.dtype_inference as computational dtype (taget_dtype)
 * misc fixes to support float8 unet storage
2024-11-01 12:33:58 +09:00
Won-Kyu Park
fcd609f4b4
simplified get_loadable_dtype 2024-11-01 12:33:56 +09:00
Won-Kyu Park
c972951cf6
check Unet/VAE and load as is
- check float8 unet dtype to save memory
 - check vae/ text_encoders dtype and use as intended
2024-11-01 12:33:54 +09:00
Won-Kyu Park
39328bd7db
fix misc
* check supported dtypes
 * detect non_blocking
 * update autocast() to use non_blocking, target_device and current_dtype
2024-11-01 12:33:52 +09:00
Won-Kyu Park
821e76a415
use empty_like for speed 2024-11-01 12:33:50 +09:00
Won-Kyu Park
2d1db1a2d0
fix for flux 2024-11-01 12:33:48 +09:00
Won-Kyu Park
d38732efae
add flux model wrapper 2024-11-01 12:33:46 +09:00
Won-Kyu Park
853551bd6e
import Flux from https://github.com/black-forest-labs/flux/
License: Apache 2.0
original author: Tim Dockhorn @timudk
2024-11-01 12:33:44 +09:00
w-e-w
1b16c62608
use shared.hf_endpoint (#16611) 2024-10-30 13:01:32 -04:00
w-e-w
91de919451
Warn if WebUI is installed under a dot directory (#16584) 2024-10-30 09:34:37 -04:00
w-e-w
aa52408aab
Merge pull request #16606 from AUTOMATIC1111/fix/vweighting
Fix config for SDXL v-pred
2024-10-30 09:51:41 +09:00
catboxanon
e6f36d9cdc
sd_xl_v.yaml: use_checkpoint = False
In accordance with https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15803
2024-10-29 13:27:32 -04:00
w-e-w
28323cf8ee
XYZ option to disable grid (#16416) 2024-10-29 13:18:38 -04:00
w-e-w
533c7b7b7f
Fix Default system None filter logic (#16309) 2024-10-29 13:13:16 -04:00
catboxanon
ac28cad998
Fix weighting config for SDXL v-pred
Fixes a small oversight I made.
2024-10-29 11:49:09 -04:00
w-e-w
5206b938ef
InputAccordion duplicate elem_id handling (#16381) 2024-10-29 11:03:21 -04:00
w-e-w
59481435f4
addEventListener {passive: false} (#16575) 2024-10-29 10:59:04 -04:00
viking1304
f31faf6f14
pyenv-win compatibility - another approach (#16287) 2024-10-29 10:54:58 -04:00
w-e-w
14c6d6cb3a
Disable Hires checkpoint if same as First pass checkpoint (#16269) 2024-10-29 10:45:45 -04:00
w-e-w
4ec10bcdc1
Fix postprocessing_enable_in_main_ui ScriptPostprocessing elem_id (#16373) 2024-10-29 10:38:55 -04:00
w-e-w
0bf36cf2ad
extra_only / main_ui_only ScriptPostprocessing (#16374) 2024-10-29 10:35:46 -04:00
w-e-w
820fe8d2b5
Allow newline in Extra Network activation text (#16428) 2024-10-29 10:30:08 -04:00
w-e-w
deb3803a3a
image embedding data cache (#16556) 2024-10-29 10:28:21 -04:00
w-e-w
d88a3c15f7
Merge pull request #16588 from bluelovers/patch-3
chore(js): avoid lots of `Wake Lock is not supported.`
2024-10-27 10:28:23 +09:00
w-e-w
38c8043229
Merge pull request #16523 from changeworld/fix/typo
Fix typo: Github -> GitHub
2024-10-27 01:09:41 +09:00
bluelovers
ee0ad5cceb
chore(js): avoid lots of Wake Lock is not supported. 2024-10-25 09:59:45 +08:00
w-e-w
984b952eb3
Fix DAT models download (#16302) 2024-10-24 09:05:51 -04:00
w-e-w
5865da28d1
Merge pull request #16569 from AUTOMATIC1111/feat/ztsnr-auto
Automatically enable ztSNR based on existence of key in `state_dict`
2024-10-20 11:40:02 +09:00
w-e-w
bb1f39196e
clarify readme: weget ... chmod +x webui.sh (#16251) 2024-10-19 20:58:53 -04:00
w-e-w
6a59766313
Add Skip Early CFG to XYZ (#16282)
Co-authored-by: Yevhenii Hurin <evgeny.gurin@gmail.com>
2024-10-19 20:56:12 -04:00
w-e-w
65423d2b33
MIME type text/css (#16406) 2024-10-19 20:52:47 -04:00
w-e-w
c2bc187ce7
fix modalImageViewer preview/result flicker (#16426) 2024-10-19 20:51:59 -04:00