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 +65 -0
model_manifest.json
CHANGED
|
@@ -4569,5 +4569,70 @@
|
|
| 4569 |
]
|
| 4570 |
}
|
| 4571 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4572 |
}
|
| 4573 |
}
|
|
|
|
| 4569 |
]
|
| 4570 |
}
|
| 4571 |
}
|
| 4572 |
+
},
|
| 4573 |
+
"_UPSCALE_MODELS": {
|
| 4574 |
+
"4x-AnimeSharp.pth": {
|
| 4575 |
+
"files": [
|
| 4576 |
+
{
|
| 4577 |
+
"path": "upscale_models/4x-AnimeSharp.pth",
|
| 4578 |
+
"path_type": "latent_upscale",
|
| 4579 |
+
"filename": "4x-AnimeSharp.pth"
|
| 4580 |
+
}
|
| 4581 |
+
]
|
| 4582 |
+
},
|
| 4583 |
+
"4x-UltraSharp.pth": {
|
| 4584 |
+
"files": [
|
| 4585 |
+
{
|
| 4586 |
+
"path": "upscale_models/4x-UltraSharp.pth",
|
| 4587 |
+
"path_type": "latent_upscale",
|
| 4588 |
+
"filename": "4x-UltraSharp.pth"
|
| 4589 |
+
}
|
| 4590 |
+
]
|
| 4591 |
+
},
|
| 4592 |
+
"4x_NMKD-Siax_200k.pth": {
|
| 4593 |
+
"files": [
|
| 4594 |
+
{
|
| 4595 |
+
"path": "upscale_models/4x_NMKD-Siax_200k.pth",
|
| 4596 |
+
"path_type": "latent_upscale",
|
| 4597 |
+
"filename": "4x_NMKD-Siax_200k.pth"
|
| 4598 |
+
}
|
| 4599 |
+
]
|
| 4600 |
+
},
|
| 4601 |
+
"RealESRGAN_x2.pth": {
|
| 4602 |
+
"files": [
|
| 4603 |
+
{
|
| 4604 |
+
"path": "upscale_models/RealESRGAN_x2.pth",
|
| 4605 |
+
"path_type": "latent_upscale",
|
| 4606 |
+
"filename": "RealESRGAN_x2.pth"
|
| 4607 |
+
}
|
| 4608 |
+
]
|
| 4609 |
+
},
|
| 4610 |
+
"RealESRGAN_x4.pth": {
|
| 4611 |
+
"files": [
|
| 4612 |
+
{
|
| 4613 |
+
"path": "upscale_models/RealESRGAN_x4.pth",
|
| 4614 |
+
"path_type": "latent_upscale",
|
| 4615 |
+
"filename": "RealESRGAN_x4.pth"
|
| 4616 |
+
}
|
| 4617 |
+
]
|
| 4618 |
+
},
|
| 4619 |
+
"RealESRGAN_x4plus.pth": {
|
| 4620 |
+
"files": [
|
| 4621 |
+
{
|
| 4622 |
+
"path": "upscale_models/RealESRGAN_x4plus.pth",
|
| 4623 |
+
"path_type": "latent_upscale",
|
| 4624 |
+
"filename": "RealESRGAN_x4plus.pth"
|
| 4625 |
+
}
|
| 4626 |
+
]
|
| 4627 |
+
},
|
| 4628 |
+
"RealESRGAN_x4plus_anime_6B.pth": {
|
| 4629 |
+
"files": [
|
| 4630 |
+
{
|
| 4631 |
+
"path": "upscale_models/RealESRGAN_x4plus_anime_6B.pth",
|
| 4632 |
+
"path_type": "latent_upscale",
|
| 4633 |
+
"filename": "RealESRGAN_x4plus_anime_6B.pth"
|
| 4634 |
+
}
|
| 4635 |
+
]
|
| 4636 |
+
}
|
| 4637 |
}
|
| 4638 |
}
|