Update app.py
Browse files
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-
|
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 |
|