killwithabass commited on
Commit
4ef5bd9
·
verified ·
1 Parent(s): fa21a1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
28
 
29
  lora_repo = "markury/AndroFlux"
30
  trigger_word = "" # Leave trigger_word blank if not used.
31
- pipe.load_lora_weights(lora_repo)
32
 
33
  pipe.to("cuda")
34
 
 
28
 
29
  lora_repo = "markury/AndroFlux"
30
  trigger_word = "" # Leave trigger_word blank if not used.
31
+ pipe.load_lora_weights(lora_repo, weight_name = "AndroFlux-v19.safetensors")
32
 
33
  pipe.to("cuda")
34