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("Yntec/Emoticons", dtype=torch.bfloat16, device_map="cuda")

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

Emoticons

Samples and prompts:

Emoticons samples 768

(Click for larger)

Top left: masterpiece, top quality, best quality, official art, beautiful and aesthetic,8k, best quality, masterpiece, no humans,a brown teddy bear with a ribbon and hearts, solo, simple_background, white_background, full_body, pokemon_\creature,

Top right: masterpiece, top quality, best quality, official art, beautiful and aesthetic,8k, best quality, masterpiece, a white bunny rabbit with an orange umbrella, solo, simple_background, white_background, full_body, pokemon_\creature,

Bottom left: masterpiece, top quality, best quality, official art, beautiful and aesthetic,8k, best quality, masterpiece, a adorable multiple multicolored hearts in rainbow basket, solo, simple_background, blue_background, full_body, pokemon_\creature,

Bottom right: masterpiece, top quality, best quality, official art, beautiful and aesthetic,8k, best quality, masterpiece, a adorable pineapple with long leaves, solo, simple_background, blue_background, full_body, pokemon_\creature,

Emoticons sample 512

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

Spaces using Yntec/Emoticons 46