Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
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 ,
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
