Spaces:
Runtime error
Runtime error
Update app_merged.py
Browse files- app_merged.py +2 -0
app_merged.py
CHANGED
@@ -170,6 +170,8 @@ fill_pipe = FluxFillPipeline.from_single_file(
|
|
170 |
"https://huggingface.co/SporkySporkness/FLUX.1-Fill-dev-GGUF/flux1-fill-dev-fp16-Q5_0-GGUF.gguf",
|
171 |
text_encoder= text_encoder,
|
172 |
text_encoder_2 = t5_path,
|
|
|
|
|
173 |
torch_dtype=torch.bfloat16
|
174 |
).to("cuda")
|
175 |
|
|
|
170 |
"https://huggingface.co/SporkySporkness/FLUX.1-Fill-dev-GGUF/flux1-fill-dev-fp16-Q5_0-GGUF.gguf",
|
171 |
text_encoder= text_encoder,
|
172 |
text_encoder_2 = t5_path,
|
173 |
+
ignore_mismatched_sizes=True,
|
174 |
+
low_cpu_mem_usage=False,
|
175 |
torch_dtype=torch.bfloat16
|
176 |
).to("cuda")
|
177 |
|