prithivMLmods commited on
Commit
643618d
·
verified ·
1 Parent(s): 0ad9af9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ if not torch.cuda.is_available():
26
  base_model = "black-forest-labs/FLUX.1-dev"
27
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
28
 
29
- lora_repo = "strangerzonehf/Blaze.1-Portrait"
30
  trigger_word = "b1 portrait" # Leave trigger_word blank if not used.
31
 
32
  pipe.load_lora_weights(lora_repo)
 
26
  base_model = "black-forest-labs/FLUX.1-dev"
27
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
28
 
29
+ lora_repo = "strangerzonehf/Blaze.1-Portrait-Revised"
30
  trigger_word = "b1 portrait" # Leave trigger_word blank if not used.
31
 
32
  pipe.load_lora_weights(lora_repo)