stable-diffusion-v1-5-alchemist

52
3
1 language
license:apache-2.0
by
yandex
Image Model
OTHER
5B params
New
52 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
12GB+ RAM
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
5GB+ RAM

Code Examples

Using with Diffuserspythonpytorch
import torch
from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained("yandex/stable-diffusion-v1-5-alchemist", torch_dtype=torch.float16)
pipe = pipe.to("cuda")
image = pipe(
    "a man standing under a tree",
    num_inference_steps=50,
    guidance_scale=7.5,
).images[0]
image.save("man.png")

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.