Skip to content

Commit 5bd7889

Browse files
committed
Stage FLUX workflow so its models sync to the volume
1 parent 365b5f9 commit 5bd7889

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

manifest/workflows.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,39 @@
2828
"timeout_s": null,
2929
"thresholds": null,
3030
"golden_tag": null
31+
},
32+
"flux_dev_t2i": {
33+
"enabled": false,
34+
"workflow_path": "manifest/workflows/flux_dev_t2i_api.json",
35+
"seed_overrides": {
36+
"16": { "noise_seed": 987654321 }
37+
},
38+
"models": [
39+
{
40+
"name": "flux1-dev.safetensors",
41+
"url": "https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors",
42+
"directory": "diffusion_models"
43+
},
44+
{
45+
"name": "clip_l.safetensors",
46+
"url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors",
47+
"directory": "text_encoders"
48+
},
49+
{
50+
"name": "t5xxl_fp16.safetensors",
51+
"url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors",
52+
"directory": "text_encoders"
53+
},
54+
{
55+
"name": "ae.safetensors",
56+
"url": "https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/ae.safetensors",
57+
"directory": "vae"
58+
}
59+
],
60+
"gpu_type": null,
61+
"timeout_s": 900,
62+
"thresholds": null,
63+
"golden_tag": null
3164
}
3265
}
3366
}

0 commit comments

Comments
 (0)