mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
@@ -5,6 +5,7 @@
|
||||
- **Models**
|
||||
- **Chroma** final versions: [Chroma1-HD](https://huggingface.co/lodestones/Chroma1-HD), [Chroma1-Base](https://huggingface.co/lodestones/Chroma1-Base) and [Chroma1-Flash](https://huggingface.co/lodestones/Chroma1-Flash)
|
||||
- **Qwen-Image** [InstantX ControlNet Union](https://huggingface.co/InstantX/Qwen-Image-ControlNet-Union) support
|
||||
*note* qwen-image is already a very large model and controlnet adds 3.5GB on top of that so quantization and offloading are highly recommended!
|
||||
- updated [SD.Next Model Samples Gallery](https://vladmandic.github.io/sd-samples/compare.html)
|
||||
- **Core**
|
||||
- enable offload during pre-forward by default
|
||||
|
||||
+1
-1
@@ -601,7 +601,7 @@ def check_diffusers():
|
||||
if args.skip_git:
|
||||
install('diffusers')
|
||||
return
|
||||
sha = '9a7ae77a4eda5b4f819fd22ce9b713fb79993201' # diffusers commit hash
|
||||
sha = '865ba102b397b6f761423705142cbf9078d7b6d7' # diffusers commit hash
|
||||
pkg = pkg_resources.working_set.by_key.get('diffusers', None)
|
||||
minor = int(pkg.version.split('.')[1] if pkg is not None else -1)
|
||||
cur = opts.get('diffusers_version', '') if minor > -1 else ''
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ torchsde==0.2.6
|
||||
antlr4-python3-runtime==4.9.3
|
||||
requests==2.32.4
|
||||
tqdm==4.67.1
|
||||
accelerate==1.10.0
|
||||
accelerate==1.10.1
|
||||
opencv-contrib-python-headless==4.11.0.86
|
||||
einops==0.8.1
|
||||
huggingface_hub==0.34.4
|
||||
|
||||
Reference in New Issue
Block a user