Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,8 +35,8 @@ pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype)
|
|
| 35 |
#a naked man with loose curl messy blonde hair, rear view,
|
| 36 |
#<lora:RearViewXlV2-CruzFlesh:0.75>, hairy ass, asshole
|
| 37 |
|
| 38 |
-
pipe.load_lora_weights("HairyManXLV1-CruzFlesh.safetensors")
|
| 39 |
-
pipe.load_lora_weights("FaceNpenisV4XL.safetensors")
|
| 40 |
pipe = pipe.to(device)
|
| 41 |
|
| 42 |
|
|
|
|
| 35 |
#a naked man with loose curl messy blonde hair, rear view,
|
| 36 |
#<lora:RearViewXlV2-CruzFlesh:0.75>, hairy ass, asshole
|
| 37 |
|
| 38 |
+
#pipe.load_lora_weights("HairyManXLV1-CruzFlesh.safetensors")
|
| 39 |
+
#pipe.load_lora_weights("FaceNpenisV4XL.safetensors")
|
| 40 |
pipe = pipe.to(device)
|
| 41 |
|
| 42 |
|