update diffusers

This commit is contained in:
Vladimir Mandic
2024-08-30 20:22:22 -04:00
parent 264460b90f
commit 1b6ebd95a2
3 changed files with 3 additions and 2 deletions
+2
View File
@@ -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...**
-1
View File
@@ -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
View File
@@ -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