Instructions to use Snapmap/diffcheckstuffiused with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Snapmap/diffcheckstuffiused with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Snapmap/diffcheckstuffiused", 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 folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -50,3 +50,4 @@ SEEDVR2/seedvr2_ema_3b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 50 |
text_encoders/qwen2.5-vl-7b-instruct-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
unet/z_image_turbo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
unet/Wan2.2-I2V-A14B-HighNoise-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 50 |
text_encoders/qwen2.5-vl-7b-instruct-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
unet/z_image_turbo-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
unet/Wan2.2-I2V-A14B-HighNoise-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
text_encoders/Qwen_3_4b-imatrix-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
text_encoders/Qwen_3_4b-imatrix-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44ab0366e0a805e1b10adc78304e301184a2e86a20fa9897c5d81e418eb4340a
|
| 3 |
+
size 2270751136
|