|
60 | 60 | "modelType": "TextToImage",
|
61 | 61 | "filename": "flux1-schnell.safetensors",
|
62 | 62 | "path": "/data/models/unet",
|
63 |
| - "dependsOn": ["flux_vae","flux-text-encoder-clip-l","flux-text-encoder-t5xxl-fp8-e4m3fn"], |
| 63 | + "dependsOn": ["flux_vae","clip-l","t5xxl_fp8_e4m3fn"], |
64 | 64 | "cfgScale": 3.5,
|
65 | 65 | "steps": 4,
|
66 | 66 | "scheduler": "simple",
|
|
72 | 72 | "downloadUrl": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.safetensors",
|
73 | 73 | "vae": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors?download=true"
|
74 | 74 | },
|
| 75 | + { |
| 76 | + "id": "hidream-i1-dev", |
| 77 | + "name": "HiDream I1 Dev", |
| 78 | + "apiModels": { |
| 79 | + "ComfyUI": "hidream_i1_dev_fp8.safetensors" |
| 80 | + }, |
| 81 | + "installer": { |
| 82 | + "name": "Text to Image (HiDream I1 Dev)", |
| 83 | + "value": "hidream-i1-dev" |
| 84 | + }, |
| 85 | + "modelType": "TextToImage", |
| 86 | + "filename": "hidream_i1_dev_fp8.safetensors", |
| 87 | + "path": "/data/models/unet", |
| 88 | + "dependsOn": ["clip-l","clip-g","t5xxl_fp8_e4m3fn","llama_3.1_8b_instruct_fp8_scaled","flux_vae"], |
| 89 | + "cfgScale": 5, |
| 90 | + "steps": 50, |
| 91 | + "scheduler": "normal", |
| 92 | + "sampler": "lcm", |
| 93 | + "width": 1024, |
| 94 | + "height": 1024, |
| 95 | + "type": "sd3", |
| 96 | + "url": "https://comfyanonymous.github.io/ComfyUI_examples/hidream/", |
| 97 | + "downloadUrl": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/diffusion_models/hidream_i1_dev_fp8.safetensors?download=true", |
| 98 | + "vae": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors?download=true" |
| 99 | + }, |
75 | 100 | {
|
76 | 101 | "id": "sd-3.5-large",
|
77 | 102 | "name": "Stable Diffusion 3.5 Large",
|
|
83 | 108 | "modelType": "TextToImage",
|
84 | 109 | "filename": "sd3.5_large.safetensors",
|
85 | 110 | "path": "/data/models/checkpoints",
|
86 |
| - "dependsOn": ["stable-diffusion-clip-g","stable-diffusion-clip-l","stable-diffusion-encoder-t5xxl_fp16"], |
| 111 | + "dependsOn": ["clip-g","clip-l","t5xxl_fp16"], |
87 | 112 | "cfgScale": 1.0,
|
88 | 113 | "steps": 40,
|
89 | 114 | "scheduler": "sgm_uniform",
|
|
105 | 130 | "modelType": "TextToImage",
|
106 | 131 | "filename": "sd3.5_large_turbo.safetensors",
|
107 | 132 | "path": "/data/models/checkpoints",
|
108 |
| - "dependsOn": ["stable-diffusion-clip-g","stable-diffusion-clip-l","stable-diffusion-encoder-t5xxl_fp16"], |
| 133 | + "dependsOn": ["clip-g","clip-l","t5xxl_fp16"], |
109 | 134 | "cfgScale": 1.0,
|
110 | 135 | "steps": 4,
|
111 | 136 | "scheduler": "sgm_uniform",
|
|
289 | 314 | "url": "https://github.com/rhasspy/piper/blob/master/VOICES.md"
|
290 | 315 | },
|
291 | 316 | {
|
292 |
| - "id": "flux-text-encoder-clip-l", |
293 |
| - "name": "FLUX Text Encoder (CLIP-L)", |
294 |
| - "modelType": "TextEncoder", |
295 |
| - "filename": "clip_l.safetensors", |
296 |
| - "path": "/data/models/clip", |
297 |
| - "downloadUrl": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors?download=true", |
298 |
| - "url": "https://huggingface.co/comfyanonymous/flux_text_encoders" |
299 |
| - }, |
300 |
| - { |
301 |
| - "id": "flux-text-encoder-t5xxl-fp8-e4m3fn", |
| 317 | + "id": "t5xxl_fp8_e4m3fn", |
302 | 318 | "name": "FLUX Text Encoder (T5-XXL-FP8)",
|
303 | 319 | "modelType": "TextEncoder",
|
304 | 320 | "filename": "t5xxl_fp8_e4m3fn.safetensors",
|
|
307 | 323 | "url": "https://huggingface.co/comfyanonymous/flux_text_encoders"
|
308 | 324 | },
|
309 | 325 | {
|
310 |
| - "id": "stable-diffusion-clip-g", |
| 326 | + "id": "clip-g", |
311 | 327 | "name": "Stable Diffusion Text Encoder (CLIP-G)",
|
312 | 328 | "modelType": "TextEncoder",
|
313 | 329 | "filename": "clip_g.safetensors",
|
|
316 | 332 | "url": "https://huggingface.co/stabilityai/stable-diffusion-3-medium/tree/main/text_encoders"
|
317 | 333 | },
|
318 | 334 | {
|
319 |
| - "id": "stable-diffusion-clip-l", |
| 335 | + "id": "clip-l", |
320 | 336 | "name": "Stable Diffusion Text Encoder (CLIP-L)",
|
321 | 337 | "modelType": "TextEncoder",
|
322 | 338 | "filename": "clip_l.safetensors",
|
|
325 | 341 | "url": "https://huggingface.co/stabilityai/stable-diffusion-3-medium/tree/main/text_encoders"
|
326 | 342 | },
|
327 | 343 | {
|
328 |
| - "id": "stable-diffusion-encoder-t5xxl_fp16", |
| 344 | + "id": "t5xxl_fp16", |
329 | 345 | "name": "Stable Diffusion Text Encoder (T5-XXL-FP16)",
|
330 | 346 | "modelType": "TextEncoder",
|
331 | 347 | "filename": "t5xxl_fp16.safetensors",
|
|
334 | 350 | "url": "https://huggingface.co/stabilityai/stable-diffusion-3-medium/tree/main/text_encoders"
|
335 | 351 | },
|
336 | 352 | {
|
337 |
| - "id": "sd-fp8-clip-g", |
338 |
| - "name": "Stable Diffusion FP8 Text Encoder (CLIP-G)", |
339 |
| - "modelType": "TextEncoder", |
340 |
| - "filename": "fp8_clip_g.safetensors", |
341 |
| - "path": "/data/models/clip", |
342 |
| - "downloadUrl": "https://huggingface.co/Comfy-Org/stable-diffusion-3.5-fp8/resolve/main/text_encoders/clip_g.safetensors?download=true", |
343 |
| - "url": "https://huggingface.co/Comfy-Org/stable-diffusion-3.5-fp8/tree/main/text_encoders" |
344 |
| - }, |
345 |
| - { |
346 |
| - "id": "sd-fp8-clip-l", |
347 |
| - "name": "Stable Diffusion FP8 Text Encoder (CLIP-L)", |
| 353 | + "id": "t5xxl_fp8_e4m3fn", |
| 354 | + "name": "Stable Diffusion FP8 Text Encoder (T5-XXL-FP8)", |
348 | 355 | "modelType": "TextEncoder",
|
349 |
| - "filename": "fp8_clip_l.safetensors", |
| 356 | + "filename": "t5xxl_fp8_e4m3fn.safetensors", |
350 | 357 | "path": "/data/models/clip",
|
351 |
| - "downloadUrl": "https://huggingface.co/Comfy-Org/stable-diffusion-3.5-fp8/resolve/main/text_encoders/clip_l.safetensors?download=true", |
| 358 | + "downloadUrl": "https://huggingface.co/Comfy-Org/stable-diffusion-3.5-fp8/resolve/main/text_encoders/t5xxl_fp8_e4m3fn.safetensors?download=true", |
352 | 359 | "url": "https://huggingface.co/Comfy-Org/stable-diffusion-3.5-fp8/tree/main/text_encoders"
|
353 | 360 | },
|
354 | 361 | {
|
355 |
| - "id": "sd-fp8-encoder-t5xxl_fp16", |
356 |
| - "name": "Stable Diffusion FP8 Text Encoder (T5-XXL-FP8)", |
| 362 | + "id": "llama_3.1_8b_instruct_fp8_scaled", |
| 363 | + "name": "LLama 3.1:8b FP8 Scaled Text Encoder", |
357 | 364 | "modelType": "TextEncoder",
|
358 |
| - "filename": "t5xxl_fp8_e4m3fn.safetensors", |
| 365 | + "filename": "llama_3.1_8b_instruct_fp8_scaled.safetensors", |
359 | 366 | "path": "/data/models/clip",
|
360 |
| - "downloadUrl": "https://huggingface.co/Comfy-Org/stable-diffusion-3.5-fp8/resolve/main/text_encoders/t5xxl_fp8_e4m3fn.safetensors?download=true", |
361 |
| - "url": "https://huggingface.co/Comfy-Org/stable-diffusion-3.5-fp8/tree/main/text_encoders" |
| 367 | + "downloadUrl": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/llama_3.1_8b_instruct_fp8_scaled.safetensors?download=true", |
| 368 | + "url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/tree/main/split_files/text_encoders" |
362 | 369 | },
|
363 | 370 | {
|
364 | 371 | "id": "clip-t5-base",
|
|
0 commit comments