dsyrock

Results 8 issues of dsyrock

请问为什么会这样呢?只有设置界面能正常显示。.Net已经装了

Traceback (most recent call last): File "main.py", line 343, in arguments.func(arguments) File "main.py", line 304, in process_xsegapply XSegUtil.apply_xseg (Path(arguments.input_dir), Path(arguments.model_dir)) File "/content/drive/My Drive/DeepFaceLab/DeepFaceLab_Colab/mainscripts/XSegUtil.py", line 57, in apply_xseg raise_on_no_model_files=True) File "/content/drive/My...

I run it on pc (cpu only) and google colab(Tesla 1000), and got the same wrong message: Traceback (most recent call last): File "synthesize.py", line 188, in model = get_model(args,...

我在尝试用pyinstaller打包后运行遇到一个问题 > Traceback (most recent call last): File "DSY_PaddleSpeech.py", line 12, in File "paddlespeech\cli\utils.py", line 328, in _warpper File "paddlespeech\cli\asr\infer.py", line 473, in __call__ File "paddlespeech\cli\asr\infer.py", line 146, in _init_from_path...

Question

` import os import sys def segment_anything(imgpath): from segment_anything import SamAutomaticMaskGenerator, sam_model_registry sam = sam_model_registry['vit_b'](checkpoint=os.path.join(sys.prefix, 'model', 'sam_vit_b_01ec64.pth')) # sam = sam_model_registry['vit_h'](checkpoint=os.path.join(sys.prefix, 'model', 'sam_vit_h_4b8939.pth')) mask_generator = SamAutomaticMaskGenerator(sam) masks = mask_generator.generate(imgpath) return...

Traceback (most recent call last): File "/content/drive/My Drive/DeepFaceLab2/DeepFaceLab_Colab/mainscripts/Merger.py", line 53, in main cpu_only=cpu_only) File "/content/drive/My Drive/DeepFaceLab2/DeepFaceLab_Colab/models/ModelBase.py", line 162, in __init__ if not cpu_only else nn.DeviceConfig.CPU() File "/content/drive/My Drive/DeepFaceLab2/DeepFaceLab_Colab/core/leras/nn.py", line 294,...

程序运行时自动下载的速度太慢了

首页文档里都是命令行形式的,可以提供一个简单的中文或英文TTS的代码例子吗?