prithivMLmods commited on
Commit
9a2e8dc
·
verified ·
1 Parent(s): 5cc41bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ base_model = "black-forest-labs/FLUX.1-dev"
38
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
39
 
40
 
41
- lora_repo = "prithivMLmods/Bold-Shadows-Flux-LoRA"
42
- trigger_word = "Bold Shadows" # Leave trigger_word blank if not used.
43
  pipe.load_lora_weights(lora_repo)
44
 
45
 
 
38
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
39
 
40
 
41
+ lora_repo = "prithivMLmods/Yellow-Laser-Flux-LoRA"
42
+ trigger_word = "Yellow Lasers" # Leave trigger_word blank if not used.
43
  pipe.load_lora_weights(lora_repo)
44
 
45