aifeifei798 commited on
Commit
dfd2cf6
·
verified ·
1 Parent(s): 140c980

Update feifeilib/feifeimodload.py

Browse files
Files changed (1) hide show
  1. feifeilib/feifeimodload.py +1 -1
feifeilib/feifeimodload.py CHANGED
@@ -13,7 +13,7 @@ def feifeimodload():
13
  device = "cuda" if torch.cuda.is_available() else "cpu"
14
 
15
  pipe = DiffusionPipeline.from_pretrained(
16
- "aifeifei798/DarkIdol-flux-v1.1", torch_dtype=dtype
17
  ).to(device)
18
 
19
  pipe.load_lora_weights(
 
13
  device = "cuda" if torch.cuda.is_available() else "cpu"
14
 
15
  pipe = DiffusionPipeline.from_pretrained(
16
+ "aifeifei798/DarkIdol-flux-v1", torch_dtype=dtype
17
  ).to(device)
18
 
19
  pipe.load_lora_weights(