Intro image

Stable Diffusion 3.5 Medium Alchemist πŸ‘¨β€πŸ”¬

Stable Diffusion 3.5 Medium Alchemist is finetuned version of Stable Diffusion 3.5 Medium on Alchemist dataset, proposed in the research paper "Alchemist: Turning Public Text-to-Image Data into Generative Gold". Model generates images with improved aesthetics and complexity. Find more details about dataset and training details in the paer

Using with Diffusers

Upgrade to the latest version of the 🧨 diffusers library

pip install -U diffusers

and then you can run

import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("yandex/stable-diffusion-3.5-medium-alchemist", torch_dtype=torch.bfloat16)
pipe = pipe.to("cuda")
image = pipe(
    "a man standing under a tree",
    num_inference_steps=40,
    guidance_scale=4.5,
).images[0]
image.save("man.png")
Downloads last month
169
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for yandex/stable-diffusion-3.5-medium-alchemist

Finetuned
(18)
this model

Dataset used to train yandex/stable-diffusion-3.5-medium-alchemist

Collection including yandex/stable-diffusion-3.5-medium-alchemist