Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -26,11 +26,8 @@ if not torch.cuda.is_available():
|
|
26 |
base_model = "black-forest-labs/FLUX.1-dev"
|
27 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
lora_repo = "strangerzonehf/Ghibli-Cartoon-Art"
|
33 |
-
trigger_word = "Ghibli Art" # Leave trigger_word blank if not used.
|
34 |
|
35 |
pipe.load_lora_weights(lora_repo)
|
36 |
pipe.to("cuda")
|
|
|
26 |
base_model = "black-forest-labs/FLUX.1-dev"
|
27 |
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
|
28 |
|
29 |
+
lora_repo = "strangerzonehf/Flux-Super-Realism-LoRA"
|
30 |
+
trigger_word = "Super Realism" # Leave trigger_word blank if not used.
|
|
|
|
|
|
|
31 |
|
32 |
pipe.load_lora_weights(lora_repo)
|
33 |
pipe.to("cuda")
|