emoji / README.md
AI-RABBIT's picture
Create README.md
94cbe9f verified
---
sdk: gradio
---
# SDXL Emoji Generator
This Hugging Face Space uses the SDXL model with LoRA fine-tuning to generate custom emojis based on a description.
## How to use:
1. Enter a description (e.g., "a man", "a cat").
2. Click "Submit" to generate an emoji of the description.
This is powered by the Stable Diffusion XL model, fine-tuned for emojis.
## Dependencies:
- Gradio (for the web interface)
- Hugging Face Transformers, Diffusers, and other utilities