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
Add insightface support
Browse files- models/insightface/inswapper_128.onnx +3 -0
- models/{insightface2 β insightface}/models/antelopev2/1k3d68.onnx +0 -0
- models/{insightface2 β insightface}/models/antelopev2/2d106det.onnx +0 -0
- models/{insightface2 β insightface}/models/antelopev2/genderage.onnx +0 -0
- models/{insightface2 β insightface}/models/antelopev2/glintr100.onnx +0 -0
- models/{insightface2 β insightface}/models/antelopev2/scrfd_10g_bnkps.onnx +0 -0
- models/{insightface2 β insightface}/models/buffalo_l/1k3d68.onnx +0 -0
- models/{insightface2 β insightface}/models/buffalo_l/2d106det.onnx +0 -0
- models/{insightface2 β insightface}/models/buffalo_l/det_10g.onnx +0 -0
- models/{insightface2 β insightface}/models/buffalo_l/genderage.onnx +0 -0
- models/{insightface2 β insightface}/models/buffalo_l/w600k_r50.onnx +0 -0
models/insightface/inswapper_128.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4a3f08c753cb72d04e10aa0f7dbe3deebbf39567d4ead6dce08e98aa49e16af
|
| 3 |
+
size 554253681
|
models/{insightface2 β insightface}/models/antelopev2/1k3d68.onnx
RENAMED
|
File without changes
|
models/{insightface2 β insightface}/models/antelopev2/2d106det.onnx
RENAMED
|
File without changes
|
models/{insightface2 β insightface}/models/antelopev2/genderage.onnx
RENAMED
|
File without changes
|
models/{insightface2 β insightface}/models/antelopev2/glintr100.onnx
RENAMED
|
File without changes
|
models/{insightface2 β insightface}/models/antelopev2/scrfd_10g_bnkps.onnx
RENAMED
|
File without changes
|
models/{insightface2 β insightface}/models/buffalo_l/1k3d68.onnx
RENAMED
|
File without changes
|
models/{insightface2 β insightface}/models/buffalo_l/2d106det.onnx
RENAMED
|
File without changes
|
models/{insightface2 β insightface}/models/buffalo_l/det_10g.onnx
RENAMED
|
File without changes
|
models/{insightface2 β insightface}/models/buffalo_l/genderage.onnx
RENAMED
|
File without changes
|
models/{insightface2 β insightface}/models/buffalo_l/w600k_r50.onnx
RENAMED
|
File without changes
|