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/calicomixreal_v2.0_diffusers", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Pretty fine model, developer Kybalico is very kind.

Model info:

https://civitai.com/user/Kybalico/models

https://civitai.com/models/83593?modelVersionId=93282

I use pruned v2 version.

prompt & image DEMO generated by Huggingface's API :

real,(8k, RAW photo, realistic, photo-realistic:1.5), masterpiece, best quality, high resolution, extremely detailed, detailed background, cinematic lighting, 1girl,beautiful , teal color hair, cat ears,spaceship,blue machines,milkyway window,control panel and monitors,sitting ,close-up ,22y.o, 5f21e964-a998-4c93-bab8-d212e1304860.jpeg


δΈ‹θΌ‰ - 2023-06-14T033742.342.png δΈ‹θΌ‰ - 2023-06-14T033852.052.png δΈ‹θ½½ - 2023-06-14T025335.961.png

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

Spaces using digiplay/calicomixreal_v2.0_diffusers 53