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_name": "ltx-2.3-22b-dev", | |
| "model_name": "ltx-2.3-22b-dev", | |
| "file_path": "/workspace/runpod-slim/ComfyUI/models/checkpoints/ltx-2.3-22b-dev.safetensors", | |
| "size": 46149344974, | |
| "modified": 1774071622.315998, | |
| "sha256": "", | |
| "base_model": "Unknown", | |
| "preview_url": "", | |
| "preview_nsfw_level": 0, | |
| "notes": "", | |
| "from_civitai": false, | |
| "civitai": {}, | |
| "tags": [], | |
| "modelDescription": "", | |
| "civitai_deleted": false, | |
| "favorite": false, | |
| "exclude": false, | |
| "db_checked": false, | |
| "skip_metadata_refresh": false, | |
| "metadata_source": null, | |
| "last_checked_at": 0, | |
| "hash_status": "pending", | |
| "sub_type": "checkpoint" | |
| } |