Louis Li

Results 23 issues of Louis Li

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. ![image](https://github.com/Unity-Technologies/ml-agents/assets/18719360/5da9e943-a2ac-4f79-bc19-39484b55d68a) 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?) ![image](https://github.com/Unity-Technologies/ml-agents/assets/18719360/c2dbc83b-9e9a-48ff-afa9-b015c1aba2ee) And...

bug

--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 =...

In follow-up

## 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, ![image](https://github.com/ryanraposo/codeui/assets/18719360/c5db9f4a-dbf7-4e83-88e5-2f729eae2673) I Just wanna change the color before the opeartor, which part should I goto? ![image](https://github.com/ryanraposo/codeui/assets/18719360/6bb7ca88-28e0-48a6-a1ff-3edace7b4faa)