摘要: pre 本文SVC指的是歌声转换(Singing Voice Conversion (SVC)),例如常见且开源的 So-VITS-SVC, RVC, DDSP-SVC 关键词:歌声转换、声音克隆、音色 DDSP-SVC训练快,但总是有音色泄漏,瞎改了几下似乎也没啥帮助。于是试试RIFT-SVC,并 阅读全文
posted @ 2025-11-09 20:22 NoNoe 阅读(11) 评论(0) 推荐(0)
摘要: pre 本文SVC指的是歌声转换(Singing Voice Conversion (SVC)),例如常见且开源的 So-VITS-SVC, RVC, DDSP-SVC 关键词:歌声转换、声音克隆、音色 最早在23年刷到了惠惠的冬之花翻唱,惊为天人,一直对这块很感兴趣,奈何当时有其他研究,平时时间太 阅读全文
posted @ 2025-10-29 22:14 NoNoe 阅读(21) 评论(0) 推荐(0)
摘要: Pre title: IF-Font: Ideographic Description Sequence-Following Font Generation source: NeurIPS 2024 paper: https://proceedings.neurips.cc/paper_files/ 阅读全文
posted @ 2025-03-20 13:24 NoNoe 阅读(686) 评论(5) 推荐(1)
摘要: Pre 想认真整理却没时间,很无奈,大概就这样吧 Zero-Shot Text-to-Image Generation (DALL-E) code https://github.com/openai/DALL-E Idea 提出 dVAE 将离散采样问题放松为连续近似,VQ-VAE迫使模型在所有情况 阅读全文
posted @ 2024-12-30 19:21 NoNoe 阅读(263) 评论(0) 推荐(0)
摘要: Pre title: Few shot font generation via transferring similarity guided global style and quantization local style accepted: ICCV 2023 paper: https://ar 阅读全文
posted @ 2024-12-30 19:20 NoNoe 阅读(305) 评论(2) 推荐(0)
摘要: Pre title: Language Model Beats Diffusion - Tokenizer is Key to Visual Generation accepted: ICLR 2024 paper: https://arxiv.org/abs/2310.05737 code: no 阅读全文
posted @ 2024-12-30 19:17 NoNoe 阅读(226) 评论(0) 推荐(1)
摘要: Pre title: Vector Quantized Image-to-Image Translation accepted: ECCV 2022 paper: https://arxiv.org/abs/2207.13286 code: https://github.com/cyj407/VQ- 阅读全文
posted @ 2024-12-30 19:10 NoNoe 阅读(187) 评论(2) 推荐(0)
摘要: # from pathlib.py; 省略了不相关部分 class _WindowsFlavour(_Flavour): def casefold(self, s): return s.lower() def casefold_parts(self, parts): return [p.lower( 阅读全文
posted @ 2024-12-25 11:11 NoNoe 阅读(27) 评论(0) 推荐(0)
摘要: Pre title: VQ-Font: Few-Shot Font Generation with Structure-Aware Enhancement and Quantization accepted: arXiv 2023 paper: https://arxiv.org/abs/2308. 阅读全文
posted @ 2024-12-12 22:26 NoNoe 阅读(334) 评论(0) 推荐(0)
摘要: Pre title: Radical Analysis Network for Zero-Shot Learning in Printed Chinese Character Recognition accepted: ICME 2018 paper: https://arxiv.org/abs/1 阅读全文
posted @ 2024-12-12 22:23 NoNoe 阅读(154) 评论(0) 推荐(0)