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/COCOtiFaMix_v2", 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/83231?modelVersionId=115201

Original Author's DEMO image:

00098-909043136.png

DEMO images generated by Huggingface's API :

6a535246-b6e1-4049-a07c-d2d0a4f9ab49.jpeg

prompt:

1girl,rainbow,raincoat,yellow raincoat,rubber boots,hydrangea,flower,long hair,twintails,boots,blush,umbrella,open mouth,hair ornament,white background,hood,solo,teruterubouzu,very long hair,hood up,long sleeves,low twintails,bow,bangs,smile,animal hood,blue eyes,rabbit,closed umbrella,puddle,full body,:d,snail,yellow footwear,simple background,pink flower,standing,leaf umbrella,holding umbrella,food-themed hair ornament,hair bow,animal ears,holding,blonde hair,hair flower,rain,animal,

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

Spaces using digiplay/COCOtiFaMix_v2 40