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
File size: 1,040 Bytes
f941328 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {
"seedvr2_ema_7b_fp16.safetensors": {
"size": 16479334424,
"mtime": 1774481802.0,
"hash": "7b8241aa957606ab6cfb66edabc96d43234f9819c5392b44d2492d9f0b0bbe4a"
},
"ema_vae_fp16.safetensors": {
"size": 501324814,
"mtime": 1772964043.0,
"hash": "20678548f420d98d26f11442d3528f8b8c94e57ee046ef93dbb7633da8612ca1"
},
"seedvr2_ema_7b_sharp_fp16.safetensors": {
"size": 16479334424,
"mtime": 1774481910.0,
"hash": "20a93e01ff24beaeebc5de4e4e5be924359606c356c9c51509fba245bd2d77dd"
},
"seedvr2_ema_3b_fp8_e4m3fn.safetensors": {
"size": 3391544696,
"mtime": 1773624501.0,
"hash": "3bf1e43ebedd570e7e7a0b1b60d6a02e105978f505c8128a241cde99a8240cff"
},
"seedvr2_ema_3b-Q8_0.gguf": {
"size": 3660613984,
"mtime": 1773944449.0,
"hash": "be0d60083a2051a265eb4b77f28edf494e6db67ffc250216f32b72292e5cbd96"
},
"seedvr2_ema_3b-Q4_K_M.gguf": {
"size": 1995344224,
"mtime": 1775254156.0,
"hash": "e665e3909de1a8c88a69c609bca9d43ff5a134647face2ce4497640cc3597f0e"
}
} |