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
Sync upload model_manifest.json
Browse files- model_manifest.json +32 -2
model_manifest.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
| 47 |
{
|
| 48 |
"path": "preprocessors/depth/Intel-zoedepth-nyu-kitti/model.safetensors",
|
| 49 |
"path_type": "preprocessors/depth/Intel-zoedepth-nyu-kitti",
|
| 50 |
-
"sha256": "
|
| 51 |
"size_mb": 1316
|
| 52 |
},
|
| 53 |
{
|
|
@@ -4889,6 +4889,36 @@
|
|
| 4889 |
"path_type": "controlnet"
|
| 4890 |
}
|
| 4891 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4892 |
}
|
| 4893 |
}
|
| 4894 |
-
}
|
|
|
|
| 47 |
{
|
| 48 |
"path": "preprocessors/depth/Intel-zoedepth-nyu-kitti/model.safetensors",
|
| 49 |
"path_type": "preprocessors/depth/Intel-zoedepth-nyu-kitti",
|
| 50 |
+
"sha256": "c5494fa0938f18d71e215e245472470c3aefebd7b434abd89750e5ae4008e2dc",
|
| 51 |
"size_mb": 1316
|
| 52 |
},
|
| 53 |
{
|
|
|
|
| 4889 |
"path_type": "controlnet"
|
| 4890 |
}
|
| 4891 |
]
|
| 4892 |
+
},
|
| 4893 |
+
"illustrious-xl-canny.safetensors": {
|
| 4894 |
+
"min_vram": 8,
|
| 4895 |
+
"files": [
|
| 4896 |
+
{
|
| 4897 |
+
"path": "controlnet/illustrious-xl-canny.safetensors",
|
| 4898 |
+
"sha256": "e14d12e39587f3269f73f62c16734262b8ded6f47f102b953a708a6b4c6e5974",
|
| 4899 |
+
"path_type": "controlnet"
|
| 4900 |
+
}
|
| 4901 |
+
]
|
| 4902 |
+
},
|
| 4903 |
+
"illustrious-xl-depth.safetensors": {
|
| 4904 |
+
"min_vram": 8,
|
| 4905 |
+
"files": [
|
| 4906 |
+
{
|
| 4907 |
+
"path": "controlnet/illustrious-xl-depth.safetensors",
|
| 4908 |
+
"sha256": "a0074d06af003bf3f31af06e8810f2011eb8a3f7f76cb7a6a4ad9536bb2a3e63",
|
| 4909 |
+
"path_type": "controlnet"
|
| 4910 |
+
}
|
| 4911 |
+
]
|
| 4912 |
+
},
|
| 4913 |
+
"illustrious-xl-openpose.safetensors": {
|
| 4914 |
+
"min_vram": 8,
|
| 4915 |
+
"files": [
|
| 4916 |
+
{
|
| 4917 |
+
"path": "controlnet/illustrious-xl-openpose.safetensors",
|
| 4918 |
+
"sha256": "0d8bacf24534dc6f2716f5d0ffa6085571928776f8687565ef290a17d9f3615c",
|
| 4919 |
+
"path_type": "controlnet"
|
| 4920 |
+
}
|
| 4921 |
+
]
|
| 4922 |
}
|
| 4923 |
}
|
| 4924 |
+
}
|