YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)
from diffusers import StableDiffusionXLPipeline 
import torch

# download from https://huggingface.co/cpuimage/mapo-beta/sd_xl_mapo-beta.safetensors

safetensors_file = "sd_xl_mapo-beta.safetensors"

pipeline = StableDiffusionXLPipeline.from_single_file(safetensors_file, torch_dtype=torch.float16).to("cuda")

prompt = "A lion with eagle wings coming out of the sea , digital Art, Greg rutkowski, Trending artstation, cinematographic, hyperrealistic"
image = pipeline(prompt=prompt, num_inference_steps=30).images[0]

license: openrail++

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.