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 +20 -0
model_manifest.json
CHANGED
|
@@ -5863,5 +5863,25 @@
|
|
| 5863 |
]
|
| 5864 |
}
|
| 5865 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5866 |
}
|
| 5867 |
}
|
|
|
|
| 5863 |
]
|
| 5864 |
}
|
| 5865 |
}
|
| 5866 |
+
},
|
| 5867 |
+
"_FRAME_INTERPOLATION_MODELS": {
|
| 5868 |
+
"rife49.pth": {
|
| 5869 |
+
"files": [
|
| 5870 |
+
{
|
| 5871 |
+
"path": "frame_interpolation/rife49.pth",
|
| 5872 |
+
"path_type": "frame_interpolation",
|
| 5873 |
+
"size_mb": 20
|
| 5874 |
+
}
|
| 5875 |
+
]
|
| 5876 |
+
},
|
| 5877 |
+
"rife47.pth": {
|
| 5878 |
+
"files": [
|
| 5879 |
+
{
|
| 5880 |
+
"path": "frame_interpolation/rife47.pth",
|
| 5881 |
+
"path_type": "frame_interpolation",
|
| 5882 |
+
"size_mb": 20
|
| 5883 |
+
}
|
| 5884 |
+
]
|
| 5885 |
+
}
|
| 5886 |
}
|
| 5887 |
}
|