Louis Li

Results 23 issues of Louis Li

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.twitter.com', port=443): Max retries exceeded with url: /1.1/guest/activate.json (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。'))

![image](https://github.com/PlayVoice/vits_chinese/assets/18719360/30c2580b-387b-43c9-a63b-64d37b170bbe) can not open

### Version 1.43 ### Steps to reproduce ``` import subprocess from playwright.sync_api import Playwright, sync_playwright chrome_path = r'"C:\Program Files\Google\Chrome\Application\chrome.exe"' debugging_port = "--remote-debugging-port=1234" command = f"{chrome_path} {debugging_port}" subprocess.Popen(command, shell=True) def run(playwright:...

有没有讨论的我建一个

Does animatediff function added to the webuiapi?

界面不显示插件

--- ## Python Code ```python def generate(self, checkpoint, vae, prompt, negative_prompt, task, sampling_method, sampling_steps, width, height, batch_size, batch_count, cfg_scale, module, model, controlnet_weight, image_path=None, mask_path=None, ): ``` ## Command Line and...