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", torch_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 flux1-kontext-dev-Q8_0.gguf
Browse files
.gitattributes
CHANGED
|
@@ -115,3 +115,4 @@ models/clip/t5-v1_1-xxl-encoder-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 115 |
models/clip/t5-v1_1-xxl-encoder-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 116 |
images/173219_IN_00001-ezgif.com-optimize.gif filter=lfs diff=lfs merge=lfs -text
|
| 117 |
images/ume.gif filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 115 |
models/clip/t5-v1_1-xxl-encoder-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 116 |
images/173219_IN_00001-ezgif.com-optimize.gif filter=lfs diff=lfs merge=lfs -text
|
| 117 |
images/ume.gif filter=lfs diff=lfs merge=lfs -text
|
| 118 |
+
models/unet/FLUX/flux1-kontext-dev-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
models/unet/FLUX/flux1-kontext-dev-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff2ff71c3755c8ab394398a412252c23382a83138b65190b16e736d457b80f73
|
| 3 |
+
size 12714452256
|