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 Git-2.49.0-64-bit.exe
Browse files- .gitattributes +1 -0
- others/Git-2.49.0-64-bit.exe +3 -0
.gitattributes
CHANGED
|
@@ -87,3 +87,4 @@ models/unet/WAN/wan2.1-t2v-14b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 87 |
models/unet/WAN/wan2.1-t2v-14b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 88 |
models/unet/WAN/wan2.1-t2v-14b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 89 |
others/7z2409-x64.exe filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 87 |
models/unet/WAN/wan2.1-t2v-14b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 88 |
models/unet/WAN/wan2.1-t2v-14b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 89 |
others/7z2409-x64.exe filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
others/Git-2.49.0-64-bit.exe filter=lfs diff=lfs merge=lfs -text
|
others/Git-2.49.0-64-bit.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:726056328967f242fe6e9afbfe7823903a928aff577dcf6f517f2fb6da6ce83c
|
| 3 |
+
size 70287136
|