Ashoka74 commited on
Commit
e70f251
1 Parent(s): 8ed36a8

Update app_merged.py

Browse files
Files changed (1) hide show
  1. 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/raw/main/flux1-fill-dev-fp16-Q5_0-GGUF.gguf", torch_dtype=torch.bfloat16
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