Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ wks = sh[0]
|
|
26 |
base_model = "black-forest-labs/FLUX.1-dev"
|
27 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
28 |
|
29 |
-
lora_repo = "markury/AndroFlux
|
30 |
trigger_word = "" # Leave trigger_word blank if not used.
|
31 |
pipe.load_lora_weights(lora_repo)
|
32 |
|
|
|
26 |
base_model = "black-forest-labs/FLUX.1-dev"
|
27 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
28 |
|
29 |
+
lora_repo = "markury/AndroFlux"
|
30 |
trigger_word = "" # Leave trigger_word blank if not used.
|
31 |
pipe.load_lora_weights(lora_repo)
|
32 |
|