nickdigger commited on
Commit
efcf517
ยท
verified ยท
1 Parent(s): 83034d8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +66 -16
README.md CHANGED
@@ -1,16 +1,66 @@
1
- ---
2
- title: JoyCaption Enhanced
3
- emoji: ๐ŸŽจ
4
- colorFrom: purple
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 5.12.0
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- short_description: Enhanced JoyCaption with multiple tones and Q&A
12
- suggested_hardware: zero-a10g
13
- suggested_storage: small
14
- ---
15
-
16
- # ๐ŸŽจ JoyCaption Three-Tone + Q&A (v2.5)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: JoyCaption Five-Tone Individual
3
+ emoji: ๐ŸŽจ
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 5.12.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ short_description: Five-tone individual caption generation system
12
+ suggested_hardware: zero-a10g
13
+ suggested_storage: small
14
+ ---
15
+
16
+ # ๐ŸŽจ JoyCaption Five-Tone Individual
17
+
18
+ A specialized JoyCaption system with five distinct tones for individual caption generation.
19
+
20
+ ## ๐ŸŽฏ Five-Tone System
21
+
22
+
23
+ โœจ **Engaging**: Natural, flowing descriptions that capture appeal and mood
24
+ ๐Ÿ˜Ž **Casual Friend**: Relaxed, friendly descriptions as if talking to a buddy
25
+ ๐Ÿ”ฅ **NSFW Visible**: Focuses on what's actually visible in explicit content
26
+ ๐Ÿ”ด **Uncensored + Keywords**: Bold, explicit descriptions enhanced with your keywords
27
+ ๐ŸŽฏ **Body Parts Focus**: Detailed focus on specific body parts with custom instructions
28
+
29
+ ## ๐ŸŽฎ Features
30
+
31
+ ### Individual Control
32
+ - Generate only the tone you want, when you want
33
+ - No simultaneous processing - true individual control
34
+ - Each button works independently
35
+
36
+ ### Smart Inputs
37
+ - **Keywords Input**: Used by Uncensored + Keywords tone
38
+ - **Custom Instructions**: Used by Body Parts Focus tone
39
+ - Both inputs only apply when their corresponding tone is used
40
+
41
+ ### Complete Sentences
42
+ - Smart truncation at sentence boundaries
43
+ - No more cut-off descriptions
44
+ - Optimized prompt engineering for each tone
45
+
46
+ ### Copy-Friendly Output
47
+ - Each caption has its own copy button
48
+ - Reload buttons to regenerate specific tones
49
+ - Clear labeling for each tone
50
+
51
+ ## ๐Ÿš€ Usage
52
+
53
+ 1. Upload an image
54
+ 2. Add keywords (for Uncensored + Keywords tone) - optional
55
+ 3. Add custom instruction (for Body Parts Focus tone) - optional
56
+ 4. Click ONLY the tone button you want
57
+ 5. Copy the result and use as needed
58
+ 6. Use reload button to regenerate that specific tone
59
+
60
+ ## ๐Ÿ”ง Technical Details
61
+
62
+ - Built on JoyCaption Beta One model
63
+ - Individual GPU-decorated functions for each tone
64
+ - Tone-specific temperature and top_p settings
65
+ - Smart error handling and corrections
66
+ - Optimized for individual generation workflow