AI-RABBIT commited on
Commit
94cbe9f
·
verified ·
1 Parent(s): aa8a741

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ sdk: gradio
3
+ ---
4
+
5
+ # SDXL Emoji Generator
6
+
7
+ This Hugging Face Space uses the SDXL model with LoRA fine-tuning to generate custom emojis based on a description.
8
+
9
+ ## How to use:
10
+ 1. Enter a description (e.g., "a man", "a cat").
11
+ 2. Click "Submit" to generate an emoji of the description.
12
+
13
+ This is powered by the Stable Diffusion XL model, fine-tuned for emojis.
14
+
15
+ ## Dependencies:
16
+ - Gradio (for the web interface)
17
+ - Hugging Face Transformers, Diffusers, and other utilities