fantos commited on
Commit
450db89
1 Parent(s): c43703f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ translator = pipeline("translation", model="Helsinki-NLP/opus-mt-ko-en")
16
  base_model = "black-forest-labs/FLUX.1-dev"
17
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
18
 
19
- lora_repo = "strangerzonehf/Flux-Pixel-Background-LoRA"
20
  trigger_word = ""
21
  pipe.load_lora_weights(lora_repo)
22
 
 
16
  base_model = "black-forest-labs/FLUX.1-dev"
17
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
18
 
19
+ lora_repo = "strangerzonehf/Flux-Xmas-Realpix-LoRA"
20
  trigger_word = ""
21
  pipe.load_lora_weights(lora_repo)
22