Instructions to use Azng0/autoshade-mirror-stable-diffusion-2-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Azng0/autoshade-mirror-stable-diffusion-2-1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Azng0/autoshade-mirror-stable-diffusion-2-1", 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
Mirror of sd2-community/stable-diffusion-2-1 @ bb2154823665
This repository is a byte-exact mirror, kept by the AutoShade project so that a pinned model stays installable if its upstream host changes. It is not a new model, a fine-tune or a re-quantisation: every file here was copied from the upstream revision below and accepted only after its SHA-256 matched the checksum AutoShade's sidecars already enforce at download time. AutoShade fetches from here first and falls back to the upstream repository; either way the same checksum decides whether the bytes are used.
| upstream | sd2-community/stable-diffusion-2-1 |
| upstream revision | bb2154823665391b4fb29b0b9cf82a198964ee05 |
| licence | openrail++, as declared by the upstream model card |
Licence. The bytes are passed on under the licence upstream publishes them under, unchanged. That repository ships no licence file: like most model repositories it declares its licence through the card metadata, and the declaration above is the same one, read from the Hub API for that exact repo. Whatever the upstream licence permits or restricts applies to this copy too — mirroring changes where the bytes live, never the terms they carry.
Provenance. The file list here, with its sizes and LFS digests, is the
evidence: each one equals the pin in AutoShade's sidecar for
sd2-community/stable-diffusion-2-1 at revision bb2154823665391b4fb29b0b9cf82a198964ee05.
- Downloads last month
- -