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/DetailAsianRealistic_v2.5_hinablue", 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/150169/detail-asian-realistic

Sample prompt and DEMO image :

1girl,realistic ,4k,National Geographic photography ,blonde hair ,forest ,ultra-detailed skin ,European ,white wings ,white dress ,face detailed ,

image (28) (17).webp

Note:

This model is a mix of several different models. Although the name has Asian, I think it is more suitable to show European faces,

Using the keyword "1girl" alone does not work well, please refer to the above prompt words to use this model.

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

Spaces using digiplay/DetailAsianRealistic_v2.5_hinablue 29