finley0066

Results 7 comments of finley0066

load failed indeed. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/content/stable-diffusion-webui/modules/safe.py", line 135, in load_with_extra check_pt(filename, extra_handler) File "/content/stable-diffusion-webui/modules/safe.py", line 102, in...

Yes, I get this too, purple lips and eye color strange too, yellow-brown eyes. Anyone knows how to fix this?

I think you can try the code below: option_payload = { "sd_vae": "vae-ft-mse-840000-ema-pruned.ckpt" } res = requests.post(f'{url}/sdapi/v1/options', json.dumps(option_payload), "application/json")

I have the same issue, and I haven not idea about it! who can help?

same as @bujikun , missing the timeout and agent options httpOptions: { timeout: 30000, agent: proxyAgent }

> 2.2已解决 跨页表格合并的逻辑存在很多问题,table_body合并了,但是img_path和page_idx都还是首长图的,被合并的图片路径和页码都找不到了。再一个,跨页合并的判别不准确,有的很长的跨页表格,只合了前3、5页而已,后面就没合并进来