Mengcius

Results 9 comments of Mengcius

> you should run as python demo.py --model headmodel Have you released headmodel?

> Hi, I have the same question, have you solve it? no

When plugins (SD-CN-Animation, multidiffusion-upscaler-for-automatic1111) is turned off, txt2img is fine. But img2img still reports error, controlnet does not work in img2img.

I had the same problem, I was fine on the local wsl(ubuntu20), but nothing happened on the cloud server.

A strange phenomenon, when I was running the cloud server and the local simultaneously, when I clicked the button in the cloud, the local actually responded. In addition, pc.switch has...

I have solved this problem by configuring `pc.Config(api_url="http://:8000")`, the IP address must be a public IP address.

> @mengcius I have the same problem. Do you mean aws public IPv4 by api_url="http://:8000"? yes

# modelscope/hub/api.py create_commit() response = requests.post( url, headers=self.builder_headers(self.headers), data=json.dumps(payload), cookies=cookies ) print('response', response) print('response.text', response.text) ``` response response.text 504 Gateway Time-out 504 Gateway Time-out Powered by Tenginenginx ```