Spaces:
Sleeping
Sleeping
Update app_merged.py
Browse files- app_merged.py +1 -1
app_merged.py
CHANGED
@@ -99,7 +99,7 @@ transform_image = transforms.Compose(
|
|
99 |
|
100 |
|
101 |
fill_pipe = FluxFillPipeline.from_single_file(
|
102 |
-
"https://huggingface.co/SporkySporkness/FLUX.1-Fill-dev-GGUF/
|
103 |
).to("cuda")
|
104 |
|
105 |
|
|
|
99 |
|
100 |
|
101 |
fill_pipe = FluxFillPipeline.from_single_file(
|
102 |
+
"https://huggingface.co/SporkySporkness/FLUX.1-Fill-dev-GGUF/flux1-fill-dev-fp16-Q5_0-GGUF.gguf", torch_dtype=torch.bfloat16
|
103 |
).to("cuda")
|
104 |
|
105 |
|