Instructions to use diamkan/ComfyUI_OldModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diamkan/ComfyUI_OldModel with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("diamkan/ComfyUI_OldModel", 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 Qwen-Image-Edit-2509-Q2_K.gguf
Browse files- .gitattributes +1 -0
- Qwen-Image-Edit-2509-Q2_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -49,3 +49,4 @@ hunyuan-video-t2v-720p-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 49 |
Wan2.2-Animate-14B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
wan2.2-rapid-mega-aio-ns-v10-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
Qwen_Image-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 49 |
Wan2.2-Animate-14B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
wan2.2-rapid-mega-aio-ns-v10-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
Qwen_Image-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Qwen-Image-Edit-2509-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen-Image-Edit-2509-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73b2186c61232944c36ab52e2902dce8f48dbe06f271a993d236f5aca2d18a24
|
| 3 |
+
size 7062518304
|