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("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("oddlyspaced/android-genmoji")

prompt = "skull with party hat"
image = pipe(prompt).images[0]

open-genmoji

Prompt
skull with party hat
Prompt
turtle wearing sunglasses
Prompt
emoji wearing sunglasses and party hat
Prompt
kitten eating soup
Prompt
emoji wearing sunglasses that say hip hop
Prompt
flying pig
Downloads last month
4
Inference Providers NEW
Examples

Model tree for oddlyspaced/android-genmoji

Adapter
(36849)
this model

Space using oddlyspaced/android-genmoji 1