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/A80S_v1.0", 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/260741/a80s

Original Author's DEMO images: (ComfyUI)

ComfyUI_04234_ (1).png ComfyUI_04236_ (1).png

Generated by Hugginface's API:

masterpiece HDR victorian portrait painting of woman, blonde hair, mountain nature, blue sky

f1fe5ea0-8e5a-46bb-9a5b-df08794c6d6b.jpeg

masterpiece HDR victorian portrait painting of woman, blonde hair, mountain nature, blue sky,lighter tones,bright colors,

773c339d-c3e2-48ac-974f-9bf541654d61.jpeg

Downloads last month
22
Safetensors
Model size
0.9B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using digiplay/A80S_v1.0 38