Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,12 @@ else:
|
|
| 30 |
torch_dtype = torch.float32
|
| 31 |
|
| 32 |
pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype)
|
| 33 |
-
pipe.load_lora_weights("RearViewXLV2-CruzFlesh.safetensors")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
pipe = pipe.to(device)
|
| 35 |
|
| 36 |
|
|
|
|
| 30 |
torch_dtype = torch.float32
|
| 31 |
|
| 32 |
pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype)
|
| 33 |
+
#pipe.load_lora_weights("RearViewXLV2-CruzFlesh.safetensors") #prompt fo this lora
|
| 34 |
+
#huge muscle man in the kitchen ,
|
| 35 |
+
#a naked man with loose curl messy blonde hair, rear view,
|
| 36 |
+
#<lora:RearViewXlV2-CruzFlesh:0.75>, hairy ass, asshole
|
| 37 |
+
|
| 38 |
+
#pip.load_lora_weights()
|
| 39 |
pipe = pipe.to(device)
|
| 40 |
|
| 41 |
|