Instructions to use EvanZhouDev/open-genmoji with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EvanZhouDev/open-genmoji with Diffusers:
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("EvanZhouDev/open-genmoji") prompt = "fireplace" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload whatsapp_freemoji.safetensors
#4
by henil08 - opened
Freemoji: Genmoji for WhatsApp
Whatsapp-freemoji.safetensors
Model Finetuned: Flux.1 Dev
Finished Finetuning: January 15, 2025
Finetuned By: Henil Gajjar (@henil08 )
Finetuned On: M4 Pro MacBook Pro (24GB Unified Memory, 20 core GPU)
Finetuned With: SimpleTuner
Finetuning Time: ~17 hours
Finetuning Steps: 10,000
Image Resolution: 160x160
Emoji Dataset: All WhatsApp Emojis as of January 15, 2024, with skin tone variants filtered to reduce training time.