alexeyGod commited on
Commit
9dab425
·
verified ·
1 Parent(s): eade0aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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