prithivMLmods commited on
Commit
87fe841
·
verified ·
1 Parent(s): 1f79ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ if not torch.cuda.is_available():
28
  base_model = "black-forest-labs/FLUX.1-dev"
29
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
30
 
31
- lora_repo = "prithivMLmods/Canopus-Clothing-Flux-Dev-Florence2-LoRA"
32
  trigger_word = "realism" # Leave trigger_word blank if not used.
33
  pipe.load_lora_weights(lora_repo)
34
 
 
28
  base_model = "black-forest-labs/FLUX.1-dev"
29
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
30
 
31
+ lora_repo = "prithivMLmods/Canopus-LoRA-Flux-FaceRealism"
32
  trigger_word = "realism" # Leave trigger_word blank if not used.
33
  pipe.load_lora_weights(lora_repo)
34