prithivMLmods commited on
Commit
bd0fc15
·
verified ·
1 Parent(s): 38720b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
29
  #lora_repo = "strangerzonehf/Flux-Super-Realism-LoRA"
30
  #trigger_word = "Super Realism" # Leave trigger_word blank if not used.
31
 
32
- lora_repo = "strangerzonehf/Realism-H6-Flux"
33
- trigger_word = "Realism H6" # Leave trigger_word blank if not used.
34
 
35
  pipe.load_lora_weights(lora_repo)
36
  pipe.to("cuda")
 
29
  #lora_repo = "strangerzonehf/Flux-Super-Realism-LoRA"
30
  #trigger_word = "Super Realism" # Leave trigger_word blank if not used.
31
 
32
+ lora_repo = "strangerzonehf/Midjourney-Mix3-Flux"
33
+ trigger_word = "Midjourney Mix3" # Leave trigger_word blank if not used.
34
 
35
  pipe.load_lora_weights(lora_repo)
36
  pipe.to("cuda")