Instructions to use smegmarip/ComfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use smegmarip/ComfyUI with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("smegmarip/ComfyUI", 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 diffusion_models/Qwen-Image-Edit-2509-Q4_0.gguf with huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ diffusion_models/wan2.2_i2v_high_noise_14B_Q8_0.gguf filter=lfs diff=lfs merge=l
|
|
| 40 |
diffusion_models/wan2.2_i2v_low_noise_14B_Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
diffusion_models/Wan2.1_14B_VACE-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
vae/ae.sft filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
diffusion_models/wan2.2_i2v_low_noise_14B_Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
diffusion_models/Wan2.1_14B_VACE-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
vae/ae.sft filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
diffusion_models/Qwen-Image-Edit-2509-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
diffusion_models/Qwen-Image-Edit-2509-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f6cda402e1dbc36ee4b601b10b9ee0da2dbefedfbfa53eae3efb0ddff48c3e2
|
| 3 |
+
size 11928271392
|