wilsonHuggingFace commited on
Commit
e1ed31f
·
verified ·
1 Parent(s): ec1e02d

Update t2i/Fluently-XL-v2.py

Browse files
Files changed (1) hide show
  1. t2i/Fluently-XL-v2.py +1 -0
t2i/Fluently-XL-v2.py CHANGED
@@ -22,6 +22,7 @@ def t2i(prompt):
22
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
23
 
24
  ## lora
 
25
  # pipe.load_lora_weights("ehristoforu/dalle-3-xl-v2", weight_name="dalle-3-xl-lora-v2.safetensors", adapter_name="dalle")
26
  # pipe.set_adapters("dalle")
27
 
 
22
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
23
 
24
  ## lora
25
+ # wget -c https://hf-mirror.com/ehristoforu/dalle-3-xl-v2/resolve/main/dalle-3-xl-lora-v2.safetensors
26
  # pipe.load_lora_weights("ehristoforu/dalle-3-xl-v2", weight_name="dalle-3-xl-lora-v2.safetensors", adapter_name="dalle")
27
  # pipe.set_adapters("dalle")
28