Louis Li
Louis Li
Error in Video transform self.proc.stdin.write(img_array.tobytes()) ValueError: write to closed file
def video(): os.system("python inference_video.py " "--checkpoint generator_hayao.pth " "--src C:/Zero/Python/AnimeGAN/test.mp4 " "--dest res.mp4 " "--batch 2") When I run this, got the error above, I have print the val of...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Compile default cpu kernel failed. Failed to load kernel. Cannot load...
求一个播放列表的功能呢 添加播放列表不方便
I got nowhere to set.  Assets\Assets\ML-Agents\Examples\PushBlockWithInput\Scripts\PushBlockActions.cs(15,19): error CS0234: The type or namespace name 'InputSystem' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)  And...
--model_path ../models/yolov5s.onnx --image ../images/bus.jpg --class_names ../models/coco.names --gpu ERROR: Failed to access class name path:
File "C:\Zero\Python\AIGC\GPT-SoVITS\runtime\lib\site-packages\librosa\core\audio.py", line 164, in load y, sr_native = __soundfile_load(path, offset, duration, dtype) File "C:\Zero\Python\AIGC\GPT-SoVITS\runtime\lib\site-packages\librosa\core\audio.py", line 195, in __soundfile_load context = sf.SoundFile(path) File "C:\Zero\Python\AIGC\GPT-SoVITS\runtime\lib\site-packages\soundfile.py", line 655, in __init__ self._file =...
## Expected Behavior (Mandatory) I have run correctly in win10 ## Actual Behavior (Mandatory) cx = self._free_list.popleft() ^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: pop from an empty deque ## How to Reproduce the Problem...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior raise AttributeError("'{}' object has no attribute '{}'".format( AttributeError: 'BertModel' object has...
``` api = webuiapi.WebUIApi() api = webuiapi.WebUIApi(host="127.0.0.1", port=7860) r = api.txt2img( prompt="photo of a beautiful girl with blonde hair", height=512, enable_hr=True, hr_scale=2, seed=-1,) img = r.image r.image.save("img1.png") # txt2img with...
Very good extension, but Soooo Comlicated, I just want to change the variable color,  I Just wanna change the color before the opeartor, which part should I goto? 