File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments