Spaces:
Sleeping
Sleeping
Update app_merged.py
Browse files- app_merged.py +6 -4
app_merged.py
CHANGED
@@ -151,11 +151,13 @@ hf_hub_download(repo_id="Kijai/DepthAnythingV2-safetensors", filename="depth_any
|
|
151 |
hf_hub_download(repo_id="black-forest-labs/FLUX.1-dev", filename="ae.safetensors", local_dir="models/vae/FLUX1")
|
152 |
hf_hub_download(repo_id="comfyanonymous/flux_text_encoders", filename="clip_l.safetensors", local_dir="models/text_encoders")
|
153 |
t5_path = hf_hub_download(repo_id="comfyanonymous/flux_text_encoders", filename="t5xxl_fp16.safetensors", local_dir="models/text_encoders/t5")
|
|
|
154 |
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
|
|
159 |
|
160 |
|
161 |
# fill_pipe = FluxFillPipeline.from_pretrained(
|
|
|
151 |
hf_hub_download(repo_id="black-forest-labs/FLUX.1-dev", filename="ae.safetensors", local_dir="models/vae/FLUX1")
|
152 |
hf_hub_download(repo_id="comfyanonymous/flux_text_encoders", filename="clip_l.safetensors", local_dir="models/text_encoders")
|
153 |
t5_path = hf_hub_download(repo_id="comfyanonymous/flux_text_encoders", filename="t5xxl_fp16.safetensors", local_dir="models/text_encoders/t5")
|
154 |
+
hf_hub_download(repo_id="YarvixPA/FLUX.1-Fill-dev-gguf", filename="flux1-fill-dev-Q5_K_S.gguf", local_dir="models/")
|
155 |
|
156 |
+
|
157 |
+
# fill_pipe = FluxFillPipeline.from_pretrained(
|
158 |
+
# "black-forest-labs/FLUX.1-Fill-dev",
|
159 |
+
# torch_dtype=torch.bfloat16
|
160 |
+
# ).to("cuda")
|
161 |
|
162 |
|
163 |
# fill_pipe = FluxFillPipeline.from_pretrained(
|