yangjianli
yangjianli
> 想问一下生成的melody有什么办法可以播放吗?谢谢 这是我处理的方法,把生成的midi做成正式的midi文件,然后可以用库乐队来放 ``` import pretty_midi def midi_list2file(note_list): # Create a PrettyMIDI object cello_c_chord = pretty_midi.PrettyMIDI() # Create an Instrument instance for a cello instrument cello_program = pretty_midi.instrument_name_to_program('Cello') cello =...
> 我跑通了,非常感谢! 不客气
> > 首先非常感谢各位能开源这么好的工具! 我尝试了一下songmass的旋律生成歌词的功能.没有找到可以直接给一段旋律,然后生成歌词的方案。我现在的操作流程是. 制作旋律的文件和歌词文件,然后把他们当做验证集,使用验证集的方式来出结果. 具体流程如下: `fairseq-preprocess \ --user-dir mass \ --task xmasked_seq2seq \ --source-lang lyric --target-lang melody \ --trainpref $para_data_dir/train --validpref $para_data_dir/t3 \ --destdir $save_dir \ --srcdict $para_data_dir/dict.lyric.txt \...
项目中看起来是只开源了网络结构,并没有开源权重,请问后续有计划开源权重么?
运行animatediff的时候出现下面的问题,请问有较好的解决方案么,多谢~ 环境: windows  ``` torch 2.1.2+cu121 torchaudio 2.1.2 torchvision 0.16.2 stable-fast 1.0.3 d:\simple_work\sd_opt\soft\stable-fast\src ``` 现象: 运行stable Diffusion 的文生图正常,执行animatediff时报错,现象是出现大量的数字,如果将enable_jit设置为False,则正常推理,不过速度下降很明显 运行时使用的代码 ``` import imageio import requests import torch from diffusers import...
> @hihei 您好,请问您解决了吗,我遇到了同样的问题 没有解决
> I have this when `config.enable_jit = True`: > > ```python > /home/oppoer/.local/lib/python3.8/site-packages/torch/cuda/graphs.py:81: UserWarning: The CUDA Graph is empty. This usually means that the graph was attempted to be captured...
> > > I have this when `config.enable_jit = True`: > > > ```python > > > /home/oppoer/.local/lib/python3.8/site-packages/torch/cuda/graphs.py:81: UserWarning: The CUDA Graph is empty. This usually means that the graph...
方便具体说下么,大概在哪个位置可以做这个判断,多谢,多谢?