Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
hf-internal-testing
/
tiny-stable-diffusion-torch
like
3
Follow
Hugging Face Internal Testing Organization
77
Text-to-Image
Diffusers
StableDiffusionPipeline
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
3
Train
Deploy
Use this model
refs/pr/2
tiny-stable-diffusion-torch
/
README.md
anton-l
HF staff
init
7cb8cf8
about 2 years ago
preview
code
|
raw
Copy download link
history
blame
Safe
189 Bytes
---
license:
apache-2.0
---
```python
from diffusers import StableDiffusionPipeline
pipe = StableDiffusionPipeline.from_pretrained("hf-internal-testing/tiny-stable-diffusion-torch")
```