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/AstrAnime_v6", 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/248011?modelVersionId=334482

Sample image I made generated by AUTOMATIC1111 :

tmpfdruz6ca.png

Sample image I made generated by huggingface's API :

1girl ,butterflies 9f31560d-b280-4fe9-9fb7-b60468e01a9a.jpeg

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

Spaces using digiplay/AstrAnime_v6 41