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/chrysanthemumMix_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/38636/chrysanthemum-mix

Sample image I made:

(generated with Google Colab + diffusers)

δΈ‹θΌ‰ - 2023-06-12T004333.748.png

This model merge many 2.5D models, you can click the link to see the details.

The original author's demo images:

https://civitai.com/images/485276?modelVersionId=44553

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

Spaces using digiplay/chrysanthemumMix_v1 63