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-Q5_K_S.gguf
Browse files
.gitattributes
CHANGED
|
@@ -116,3 +116,4 @@ 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
|
|
|
|
|
|
| 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
|
| 119 |
+
models/unet/FLUX/flux1-kontext-dev-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
models/unet/FLUX/flux1-kontext-dev-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2148f87a91a55513448551511021d36632cbd3307b4086306a8c08e22615798e
|
| 3 |
+
size 8276616480
|