diff --git a/comfyui/workflows/text-to-music/acestep-chinese-rap-v1.json b/comfyui/workflows/text-to-music/acestep-chinese-rap-v1.json deleted file mode 100644 index ab2a1b1..0000000 --- a/comfyui/workflows/text-to-music/acestep-chinese-rap-v1.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "last_node_id": 5, - "last_link_id": 4, - "nodes": [], - "links": [], - "groups": [], - "config": {}, - "extra": { - "workflow_info": { - "name": "ACE Step Chinese RAP with LoRA v1", - "description": "Chinese hip-hop generation using ACE Step with specialized Chinese RAP LoRA", - "version": "1.0.0", - "author": "valknar@pivoine.art", - "category": "text-to-music", - "tags": ["acestep", "chinese-rap", "lora", "hip-hop", "zh-language"], - "requirements": { - "models": [ - "ace_step_v1_3.5b.safetensors", - "ace-step-chinese-rap-lora.safetensors (ACE-Step/ACE-Step-v1-chinese-rap-LoRA)" - ], - "vram_min": "8GB", - "vram_recommended": "16GB", - "custom_nodes": ["ComfyUI_ACE-Step (for LoRA loading)"] - }, - "usage": { - "lora_strength": "0.8-1.0 (recommended for Chinese RAP)", - "language_tag": "[zh] prefix for Chinese lyrics", - "genre_tags": "chinese rap, hip-hop, trap, 90 BPM, 808 bass hi-hats snare, aggressive gritty, E minor", - "lyric_structure": "[verse], [chorus], [bridge] with Chinese characters", - "workflow": "LoadCheckpoint → LoadLoRA (strength 0.8-1.0) → TextEncode ([zh] + tags + lyrics) → KSampler → SaveAudio" - }, - "benefits": { - "pronunciation": "Significantly improved Chinese pronunciation accuracy", - "genre_adherence": "Better hip-hop/electronic/trap style generation", - "cultural_authenticity": "More authentic Chinese rap flow and cadence", - "lyric_clarity": "Clearer articulation of Chinese characters" - }, - "examples": { - "aggressive_rap": { - "tags": "chinese rap, 90 BPM, 808 bass hi-hats snare, aggressive gritty dark, E minor", - "lyrics": "[zh]\n[verse]\n在这个城市的夜晚 我独自前行\n没有人能够阻挡 我的决心\n[chorus]\n我要冲破这黑暗 找到光明\n不管有多少困难 我都不停" - }, - "melodic_trap": { - "tags": "melodic trap, 85 BPM, 808 synth pad vocal chops, emotional melancholic, A minor", - "lyrics": "[zh]\n[verse]\n回忆像雨滴 落在我心里\n那些过去的日子 已经离去\n[chorus]\n但我还在这里 等待着奇迹\n希望有一天 能再次遇见你" - }, - "boom_bap": { - "tags": "boom bap, 95 BPM, vinyl samples drums bass scratches, classic nostalgic, D minor", - "lyrics": "[zh]\n[verse]\n从街头到舞台 我一路走来\n用我的音乐 讲述我的未来\n[chorus]\n这就是我的故事 真实不虚伪\n中国说唱 永远不会退" - } - }, - "notes": [ - "LoRA specifically trained for Chinese hip-hop pronunciation and flow", - "Recommended strength: 0.8-1.0 (higher = stronger LoRA effect)", - "Works with aggressive rap, melodic trap, boom bap, and electronic styles", - "Improves pronunciation of complex Chinese characters and tones", - "Can combine with English sections using [en] language tags", - "BPM range: 80-120 for various hip-hop subgenres", - "Use aggressive/gritty tags for harder styles, emotional/melancholic for melodic", - "808 bass and hi-hats are characteristic of modern Chinese trap" - ] - } - }, - "version": 0.4 -} diff --git a/comfyui/workflows/text-to-music/acestep-multilang-t2m-v1.json b/comfyui/workflows/text-to-music/acestep-multilang-t2m-v1.json deleted file mode 100644 index a4747e6..0000000 --- a/comfyui/workflows/text-to-music/acestep-multilang-t2m-v1.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "last_node_id": 5, - "last_link_id": 4, - "nodes": [], - "links": [], - "groups": [], - "config": {}, - "extra": { - "workflow_info": { - "name": "ACE Step Multi-Language Text-to-Music v1", - "description": "Multi-language music generation with ACE Step (19 languages supported)", - "version": "1.0.0", - "author": "valknar@pivoine.art", - "category": "text-to-music", - "tags": ["acestep", "music-generation", "multi-language", "19-languages"], - "requirements": { - "models": ["ace_step_v1_3.5b.safetensors"], - "vram_min": "8GB", - "vram_recommended": "16GB", - "custom_nodes": ["ComfyUI_ACE-Step (optional, for language switching)"] - }, - "supported_languages": [ - "English [en]", "Chinese [zh]", "Japanese [ja]", "Korean [ko]", - "French [fr]", "Spanish [es]", "German [de]", "Italian [it]", - "Portuguese [pt]", "Russian [ru]", "Arabic [ar]", "Hindi [hi]", - "Thai [th]", "Vietnamese [vi]", "Indonesian [id]", "Malay [ms]", - "Filipino [fil]", "Turkish [tr]", "Polish [pl]" - ], - "usage": { - "language_tags": "Prefix lyrics with [en], [zh], [ja], [ko], etc.", - "mixed_language": "Use multiple language tags in same song", - "example_english": "[en]\\n[verse]\\nLet the music play\\n[chorus]\\nWe dance the night away", - "example_chinese": "[zh]\\n[verse]\\n让音乐响起\\n[chorus]\\n我们彻夜起舞", - "example_japanese": "[ja]\\n[verse]\\n音楽を鳴らそう\\n[chorus]\\n夜通し踊ろう", - "example_korean": "[ko]\\n[verse]\\n음악을 틀자\\n[chorus]\\n밤새 춤추자", - "example_mixed": "[en]\\n[verse]\\nLet the music play\\n[zh]\\n[chorus]\\n我们彻夜起舞\\n[ja]\\n[bridge]\\n夜通し踊ろう" - }, - "notes": [ - "10 languages have optimal support: en, zh, ja, ko, fr, es, de, it, pt, ru", - "Other 9 languages have good support but may have minor accent variations", - "Use ComfyUI_ACE-Step custom node for automatic language detection", - "Mixed-language songs work well - ACE Step handles transitions smoothly", - "Language-specific pronunciation is excellent (better than most TTS models)" - ] - } - }, - "version": 0.4 -} diff --git a/comfyui/workflows/text-to-music/acestep-remix-m2m-v1.json b/comfyui/workflows/text-to-music/acestep-remix-m2m-v1.json deleted file mode 100644 index 5ef6497..0000000 --- a/comfyui/workflows/text-to-music/acestep-remix-m2m-v1.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "last_node_id": 5, - "last_link_id": 4, - "nodes": [], - "links": [], - "groups": [], - "config": {}, - "extra": { - "workflow_info": { - "name": "ACE Step Music-to-Music Remix v1", - "description": "Music-to-music remixing with style transfer and lyric changes", - "version": "1.0.0", - "author": "valknar@pivoine.art", - "category": "text-to-music", - "tags": ["acestep", "music-to-music", "remix", "style-transfer"], - "requirements": { - "models": ["ace_step_v1_3.5b.safetensors"], - "vram_min": "8GB", - "vram_recommended": "16GB" - }, - "usage": { - "denoise_ranges": { - "subtle_changes": "0.1-0.3 (minor style tweaks)", - "moderate_remix": "0.4-0.6 (noticeable changes)", - "major_transformation": "0.7-1.0 (completely different style)" - }, - "workflow": "LoadAudio → TextEncode (new style) → KSampler (denoise 0.1-0.7) → SaveAudio", - "vocal_control": "Use LatentOperationTonemapReinhard with multiplier 0.5-2.0" - }, - "notes": [ - "Lower denoise preserves more of the original audio structure", - "Higher denoise creates more dramatic transformations", - "Can change genre, tempo, instruments while keeping melody", - "Excellent for remixing existing songs or creating variations" - ] - } - }, - "version": 0.4 -}