Instructions to use UmeAiRT/ComfyUI-Auto-Installer-Assets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use UmeAiRT/ComfyUI-Auto-Installer-Assets with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("UmeAiRT/ComfyUI-Auto-Installer-Assets", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload model_manifest.json
Browse files- model_manifest.json +127 -1
model_manifest.json
CHANGED
|
@@ -358,6 +358,24 @@
|
|
| 358 |
"path_type": "flux_diff",
|
| 359 |
"sha256": "03e289f530df51d014f48e675a9ffa2141bc003259bf5f25d75b957e920a41ca",
|
| 360 |
"size_mb": 23800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 361 |
}
|
| 362 |
]
|
| 363 |
},
|
|
@@ -369,6 +387,24 @@
|
|
| 369 |
"path_type": "flux_diff",
|
| 370 |
"sha256": "0320d505ca42bca99c5bd600b1839ced2b2e980ea985917965d411d98a710729",
|
| 371 |
"size_mb": 11900
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 372 |
}
|
| 373 |
]
|
| 374 |
},
|
|
@@ -380,6 +416,24 @@
|
|
| 380 |
"path_type": "flux_diff",
|
| 381 |
"sha256": "345ffd7acf39148e391133ae2a2fa7cc3f85e8dd0dbdb4636e760c3e7fe7952d",
|
| 382 |
"size_mb": 12900
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 383 |
}
|
| 384 |
]
|
| 385 |
},
|
|
@@ -391,6 +445,24 @@
|
|
| 391 |
"path_type": "flux_diff",
|
| 392 |
"sha256": "d538635d81ed5eca59fa2f5a7b68709f0b5584d936570a8695e4d1ae4d518a72",
|
| 393 |
"size_mb": 9970
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 394 |
}
|
| 395 |
]
|
| 396 |
},
|
|
@@ -402,6 +474,24 @@
|
|
| 402 |
"path_type": "flux_diff",
|
| 403 |
"sha256": "555e1cc1d84d5d27b394cdcb6e8f3be9bea9111649fd0c466e77b3747e708115",
|
| 404 |
"size_mb": 8600
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 405 |
}
|
| 406 |
]
|
| 407 |
},
|
|
@@ -413,6 +503,24 @@
|
|
| 413 |
"path_type": "flux_diff",
|
| 414 |
"sha256": "3782c22eda0622d50eb8683d2aa664e8534a8c1e29ce9e91df491cc400944dc8",
|
| 415 |
"size_mb": 7320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 416 |
}
|
| 417 |
]
|
| 418 |
},
|
|
@@ -424,6 +532,24 @@
|
|
| 424 |
"path_type": "flux_diff",
|
| 425 |
"sha256": "acc2a48ebfd3f7b983ff044f7be8cc7e3cfdd3013bf4187828ddda94315f3998",
|
| 426 |
"size_mb": 6180
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 427 |
}
|
| 428 |
]
|
| 429 |
}
|
|
@@ -4765,4 +4891,4 @@
|
|
| 4765 |
]
|
| 4766 |
}
|
| 4767 |
}
|
| 4768 |
-
}
|
|
|
|
| 358 |
"path_type": "flux_diff",
|
| 359 |
"sha256": "03e289f530df51d014f48e675a9ffa2141bc003259bf5f25d75b957e920a41ca",
|
| 360 |
"size_mb": 23800
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"path": "text_encoders/T5/t5xxl_fp16.safetensors",
|
| 364 |
+
"path_type": "text_encoders_t5",
|
| 365 |
+
"sha256": "6e480b09fae049a72d2a8c5fbccb8d3e92febeb233bbe9dfe7256958a9167635",
|
| 366 |
+
"size_mb": 9790
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"path": "clip/clip_l.safetensors",
|
| 370 |
+
"path_type": "clip",
|
| 371 |
+
"sha256": "660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd",
|
| 372 |
+
"size_mb": 235
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"path": "vae/ae.safetensors",
|
| 376 |
+
"path_type": "vae",
|
| 377 |
+
"sha256": "afc8e28272cd15db3919bacdb6918ce9c1ed22e96cb12c4d5ed0fba823529e38",
|
| 378 |
+
"size_mb": 335
|
| 379 |
}
|
| 380 |
]
|
| 381 |
},
|
|
|
|
| 387 |
"path_type": "flux_diff",
|
| 388 |
"sha256": "0320d505ca42bca99c5bd600b1839ced2b2e980ea985917965d411d98a710729",
|
| 389 |
"size_mb": 11900
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"path": "text_encoders/T5/t5xxl_fp8_e4m3fn.safetensors",
|
| 393 |
+
"path_type": "text_encoders_t5",
|
| 394 |
+
"sha256": "7d330da4816157540d6bb7838bf63a0f02f573fc48ca4d8de34bb0cbfd514f09",
|
| 395 |
+
"size_mb": 4890
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"path": "clip/clip_l.safetensors",
|
| 399 |
+
"path_type": "clip",
|
| 400 |
+
"sha256": "660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd",
|
| 401 |
+
"size_mb": 235
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"path": "vae/ae.safetensors",
|
| 405 |
+
"path_type": "vae",
|
| 406 |
+
"sha256": "afc8e28272cd15db3919bacdb6918ce9c1ed22e96cb12c4d5ed0fba823529e38",
|
| 407 |
+
"size_mb": 335
|
| 408 |
}
|
| 409 |
]
|
| 410 |
},
|
|
|
|
| 416 |
"path_type": "flux_diff",
|
| 417 |
"sha256": "345ffd7acf39148e391133ae2a2fa7cc3f85e8dd0dbdb4636e760c3e7fe7952d",
|
| 418 |
"size_mb": 12900
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"path": "text_encoders/T5/t5-v1_1-xxl-encoder-Q8_0.gguf",
|
| 422 |
+
"path_type": "text_encoders_t5",
|
| 423 |
+
"sha256": "9ec60f6028534b7fe5af439fcb535d75a68592a9ca3fcdeb175ef89e3ee99825",
|
| 424 |
+
"size_mb": 5250
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"path": "clip/clip_l.safetensors",
|
| 428 |
+
"path_type": "clip",
|
| 429 |
+
"sha256": "660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd",
|
| 430 |
+
"size_mb": 235
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"path": "vae/ae.safetensors",
|
| 434 |
+
"path_type": "vae",
|
| 435 |
+
"sha256": "afc8e28272cd15db3919bacdb6918ce9c1ed22e96cb12c4d5ed0fba823529e38",
|
| 436 |
+
"size_mb": 335
|
| 437 |
}
|
| 438 |
]
|
| 439 |
},
|
|
|
|
| 445 |
"path_type": "flux_diff",
|
| 446 |
"sha256": "d538635d81ed5eca59fa2f5a7b68709f0b5584d936570a8695e4d1ae4d518a72",
|
| 447 |
"size_mb": 9970
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"path": "text_encoders/T5/t5-v1_1-xxl-encoder-Q6_K.gguf",
|
| 451 |
+
"path_type": "text_encoders_t5",
|
| 452 |
+
"sha256": "d80116f6fc39801e4eef425a584e7a7a41cbe5119797bef2dad67299909fe2ae",
|
| 453 |
+
"size_mb": 4370
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"path": "clip/clip_l.safetensors",
|
| 457 |
+
"path_type": "clip",
|
| 458 |
+
"sha256": "660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd",
|
| 459 |
+
"size_mb": 235
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"path": "vae/ae.safetensors",
|
| 463 |
+
"path_type": "vae",
|
| 464 |
+
"sha256": "afc8e28272cd15db3919bacdb6918ce9c1ed22e96cb12c4d5ed0fba823529e38",
|
| 465 |
+
"size_mb": 335
|
| 466 |
}
|
| 467 |
]
|
| 468 |
},
|
|
|
|
| 474 |
"path_type": "flux_diff",
|
| 475 |
"sha256": "555e1cc1d84d5d27b394cdcb6e8f3be9bea9111649fd0c466e77b3747e708115",
|
| 476 |
"size_mb": 8600
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"path": "text_encoders/T5/t5-v1_1-xxl-encoder-Q5_K_M.gguf",
|
| 480 |
+
"path_type": "text_encoders_t5",
|
| 481 |
+
"sha256": "b51cbb10b1a7aac6dd1c3b62f0ed908bfd06e0b42d2f3577d43e061361f51dae",
|
| 482 |
+
"size_mb": 3930
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"path": "clip/clip_l.safetensors",
|
| 486 |
+
"path_type": "clip",
|
| 487 |
+
"sha256": "660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd",
|
| 488 |
+
"size_mb": 235
|
| 489 |
+
},
|
| 490 |
+
{
|
| 491 |
+
"path": "vae/ae.safetensors",
|
| 492 |
+
"path_type": "vae",
|
| 493 |
+
"sha256": "afc8e28272cd15db3919bacdb6918ce9c1ed22e96cb12c4d5ed0fba823529e38",
|
| 494 |
+
"size_mb": 335
|
| 495 |
}
|
| 496 |
]
|
| 497 |
},
|
|
|
|
| 503 |
"path_type": "flux_diff",
|
| 504 |
"sha256": "3782c22eda0622d50eb8683d2aa664e8534a8c1e29ce9e91df491cc400944dc8",
|
| 505 |
"size_mb": 7320
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"path": "text_encoders/T5/t5-v1_1-xxl-encoder-Q4_K_S.gguf",
|
| 509 |
+
"path_type": "text_encoders_t5",
|
| 510 |
+
"sha256": "88b696cfae098f03bb078cc5944ef03aec1e91ec020a6b016b723a0f0532558c",
|
| 511 |
+
"size_mb": 3270
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"path": "clip/clip_l.safetensors",
|
| 515 |
+
"path_type": "clip",
|
| 516 |
+
"sha256": "660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd",
|
| 517 |
+
"size_mb": 235
|
| 518 |
+
},
|
| 519 |
+
{
|
| 520 |
+
"path": "vae/ae.safetensors",
|
| 521 |
+
"path_type": "vae",
|
| 522 |
+
"sha256": "afc8e28272cd15db3919bacdb6918ce9c1ed22e96cb12c4d5ed0fba823529e38",
|
| 523 |
+
"size_mb": 335
|
| 524 |
}
|
| 525 |
]
|
| 526 |
},
|
|
|
|
| 532 |
"path_type": "flux_diff",
|
| 533 |
"sha256": "acc2a48ebfd3f7b983ff044f7be8cc7e3cfdd3013bf4187828ddda94315f3998",
|
| 534 |
"size_mb": 6180
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"path": "text_encoders/T5/t5-v1_1-xxl-encoder-Q3_K_S.gguf",
|
| 538 |
+
"path_type": "text_encoders_t5",
|
| 539 |
+
"sha256": "31ebe18e901bfb6e5709a20ec1c95fce29bce2b9545073231e0f909a53239f5c",
|
| 540 |
+
"size_mb": 2730
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"path": "clip/clip_l.safetensors",
|
| 544 |
+
"path_type": "clip",
|
| 545 |
+
"sha256": "660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd",
|
| 546 |
+
"size_mb": 235
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"path": "vae/ae.safetensors",
|
| 550 |
+
"path_type": "vae",
|
| 551 |
+
"sha256": "afc8e28272cd15db3919bacdb6918ce9c1ed22e96cb12c4d5ed0fba823529e38",
|
| 552 |
+
"size_mb": 335
|
| 553 |
}
|
| 554 |
]
|
| 555 |
}
|
|
|
|
| 4891 |
]
|
| 4892 |
}
|
| 4893 |
}
|
| 4894 |
+
}
|