Spaces:
Sleeping
Sleeping
Bobby Collins Claude Opus 4.6 commited on
Commit Β·
648252f
1
Parent(s): eadf3b8
Add CHANGELOG.md
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- CHANGELOG.md +34 -0
CHANGELOG.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Changelog
|
| 2 |
+
|
| 3 |
+
## [1.0.0] - 2025-02-18
|
| 4 |
+
|
| 5 |
+
### Added
|
| 6 |
+
- Initial release of Suno Prompt Generator
|
| 7 |
+
- Gradio web UI with dark theme and orange accent
|
| 8 |
+
- OpenRouter API integration using OpenAI-compatible SDK
|
| 9 |
+
- Model selector with 5 presets:
|
| 10 |
+
- Google Gemini 3 Pro
|
| 11 |
+
- Google Gemini 3 Flash
|
| 12 |
+
- Anthropic Claude Sonnet 4.6
|
| 13 |
+
- OpenAI GPT-5.2
|
| 14 |
+
- xAI Grok 4
|
| 15 |
+
- Custom model ID input
|
| 16 |
+
- Natural language song idea input
|
| 17 |
+
- Weirdness slider (0-100) controlling creative hallucination intensity:
|
| 18 |
+
- 0-20: Conventional, straightforward prompts
|
| 19 |
+
- 21-50: Mild β unusual genre combos, abstract descriptors
|
| 20 |
+
- 51-80: Medium β genre collisions, paradox emotions, impossible textures, surreal environments
|
| 21 |
+
- 81-100: Maximum β full hallucination arsenal with abstract directives
|
| 22 |
+
- Five output sections, each with copy button:
|
| 23 |
+
- **Song Title** β AI-generated evocative title
|
| 24 |
+
- **Style Prompt** β paste directly into Suno's Style Prompt field
|
| 25 |
+
- **Lyrics with Tags** β paste directly into Suno's Lyrics field, includes structure tags and performance cues
|
| 26 |
+
- **Suno UI Settings** β recommended Weirdness and Style Influence values (0-100) with reasoning
|
| 27 |
+
- **Cover Art Image Prompt** β rich visual description for AI image generation (Grok, Midjourney, DALL-E)
|
| 28 |
+
- Consolidated knowledge base from three source documents:
|
| 29 |
+
- Suno Database (genre/subgenre trees, instruments, vocals, production parameters)
|
| 30 |
+
- Suno AI Prompt Mechanics Guide (tag weighting, character limits, working vs ignored terms)
|
| 31 |
+
- Suno Prompt Generator / Gemini Instructions (creative hallucination framework)
|
| 32 |
+
- Knowledge base covers: genres, subgenres, genre qualities, genre fusion strategy, era modifiers, working production terms (drums, bass, reverb, delay, texture, synths, guitars, keys, strings, percussion, compression, tonal balance), performance & humanization (microtiming, velocity, energy, arrangement density/layering/focus), vocal treatment (delivery, registers, harmony, articulation, effects, persona tags), structure tags (sections, bar counts, performance cues, energy/mood/harmony/lyric tone/chord tags), harmony/tempo/groove (key, modes, BPM, groove feel, drum style, time signatures), language/accent/narrative (accent, diction, POV, localization), prompt construction priority order, and common fixes
|
| 33 |
+
- `.env` file for API key storage
|
| 34 |
+
- `Launch Suno Prompter.bat` for double-click startup
|