Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ MAX_SEED = np.iinfo(np.int32).max
|
|
18 |
|
19 |
# Use the local path for the base model as in your test.py
|
20 |
pipe = FluxKontextPipeline.from_pretrained(
|
21 |
-
"/
|
22 |
torch_dtype=torch.bfloat16
|
23 |
).to("cuda")
|
24 |
|
|
|
18 |
|
19 |
# Use the local path for the base model as in your test.py
|
20 |
pipe = FluxKontextPipeline.from_pretrained(
|
21 |
+
"black-forest-labs/FLUX.1-Kontext-dev",
|
22 |
torch_dtype=torch.bfloat16
|
23 |
).to("cuda")
|
24 |
|