How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("digiplay/Dolka_Rusalka_v0.5.1", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Model info:

https://civitai.com/models/236251?modelVersionId=267511

Sample images generated by Hugginface's API:

4k ,lake,duck,1girl,picnic, close up ,

dafe9eb8-7ae5-4930-a064-7af761e3fb02.jpeg

4k ,lake,duck,1girl,picnic, close up , sakura trees, 417aa341-2598-42d5-b6ef-57a2544a0a3f.jpeg

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using digiplay/Dolka_Rusalka_v0.5.1 43