File size: 469 Bytes
94cbe9f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
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 |