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/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:
DEMO images generated by Huggingface's API :
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

