KingNish commited on
Commit
7a8e778
·
verified ·
1 Parent(s): 736dc83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ if torch.cuda.is_available():
29
  add_watermarker=False
30
  )
31
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
32
- pipe.load_lora_weights("Kvikontent/midjourney-v6", weight_name="mj6-10.safetensors", adapter_name="dalle")
33
  pipe.set_adapters("dalle")
34
 
35
  pipe.to("cuda")
 
29
  add_watermarker=False
30
  )
31
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
32
+ pipe.load_lora_weights("ehristoforu/dalle-3-xl-v2", weight_name="dalle-3-xl-lora-v2.safetensors", adapter_name="dalle")
33
  pipe.set_adapters("dalle")
34
 
35
  pipe.to("cuda")