Results 7 issues of tsjslgy

I believe this is an exceptional project due to its ability to leverage SD's models while addressing the issue of inconsistent image generation in Stable Diffusion. Integrating it into a1111's...

I've used tools like Leco and Forge before because they have .bat or .ps executable files, but I've searched through all the directories and haven't found any for this. Sorry,...

### Description of the issue Using version 1.1.1279, I can enter the game normally and play for a while, but it crashes/closes after generating errors. ### Reproduction steps 1.Normal game...

bug
gpu

Due to network issues in China, I have to use a VPN. If I open Forge with the VPN on, I get an error saying 'localhost is not accessible.' However,...

There is no notification sound when a task is completed. I have enabled the option in the settings, and the notification.mp3 file is present in the directory. It worked fine...

I used to use a1111's webui, and everything was working fine. However, since a1111 hasn't been updated in a long time, I switched to Forge. I migrated all my plugins...

wontfix

直接运行报错了,我是有本地gpt sovits的同时也是运行着的,开始报错提示端口错误,我看了下gpt sovits的网页端口是9874,工作流里用的是9880,然后我打开gpt_sovits.py把所有端口都改掉了,比如 def post_tts(data): url = "http://127.0.0.1:9874/tts" headers = { 'Connection': 'close' } response = requests.post(url, json=data, headers=headers, stream=True) if response.status_code == 200: return response.content # 返回音频流 else: return...