Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ else:
|
|
19 |
torch_dtype = torch.float32
|
20 |
|
21 |
pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype)
|
22 |
-
pipe.load_lora_weights("alexeyGod/
|
23 |
pipe.fuse_lora()
|
24 |
pipe = pipe.to(device)
|
25 |
|
|
|
19 |
torch_dtype = torch.float32
|
20 |
|
21 |
pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype)
|
22 |
+
pipe.load_lora_weights("alexeyGod/ttttest")
|
23 |
pipe.fuse_lora()
|
24 |
pipe = pipe.to(device)
|
25 |
|