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/NWSJRealMix_SDXL_v1", 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/125026/nwsjrealmixsdxl

Original Author's DEMO images :

fa13491022d97ebe7a70eafd2c55ddcf.png!mfit_w2048_h2048.jpg 01253-1812402531-a girl is walking,best quality,looking at viewers,pink hair,blue hair,fashion style,pretty face,sailor collar,lmasterpiece,photo.png cebc56c27fe5325df1eccad0245fe32f.png!mfit_w2048_h2048.jpg

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

Spaces using digiplay/NWSJRealMix_SDXL_v1 2