mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update diffusers
This commit is contained in:
@@ -66,6 +66,8 @@ To use and of the new models, simply select model from *Networks -> Reference* a
|
||||
*note*: Optimum Quanto requires PyTorch 2.4
|
||||
- new prompt attention mode: **xhinker** which brings support for prompt attention to new models such as FLUX.1 and SD3
|
||||
to use, enable in *Settings -> Execution -> Prompt attention*
|
||||
- use [PEFT](https://huggingface.co/docs/peft/main/en/index) for **LoRA** handling on all models other than SD15/SD21/SDXL
|
||||
this improves LoRA compatibility for SC, SD3, AuraFlow, Flux, etc.
|
||||
|
||||
**Changes & Fixes...**
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@ class NetworkOnDisk:
|
||||
self.fullname = os.path.splitext(filename[len(shared.cmd_opts.lora_dir):].strip("/"))[0]
|
||||
else:
|
||||
self.fullname = name
|
||||
print('HERE', self.fullname, self.filename)
|
||||
self.metadata = {}
|
||||
self.is_safetensors = os.path.splitext(filename)[1].lower() == ".safetensors"
|
||||
if self.is_safetensors:
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ fasteners
|
||||
orjson
|
||||
invisible-watermark
|
||||
pi-heif
|
||||
diffusers==0.30.1
|
||||
diffusers==0.30.2
|
||||
safetensors==0.4.4
|
||||
tensordict==0.1.2
|
||||
peft==0.11.1
|
||||
|
||||
Reference in New Issue
Block a user