Yujun-Shi / DragDiffusion

[CVPR2024, Highlight] Official code for DragDiffusion
https://yujun-shi.github.io/projects/dragdiffusion.html
Apache License 2.0
1.13k stars 82 forks source link

Expecting value: line 1 column 1 (char 0) #27

Closed gaoshangle closed 1 year ago

gaoshangle commented 1 year ago

image

anything wrong for help !!! thanks

Yujun-Shi commented 1 year ago

Hello, can you please also provide the error message you got in the command line terminals? Thanks!

gaoshangle commented 1 year ago

感谢回复哈

终端运行 image

前端访问显示 image

上传第一张图片后前端就会有报错信息,终端没有报错信息 (今天运行的是最新的代码)

Yujun-Shi commented 1 year ago

你好,我在想有没有可能是这张图片的问题。是不是你这个图片有一些不一样的格式?或者你可以尝试upload一下我在lora/samples里面放的那些样例图片看看会不会有一样的问题。

gaoshangle commented 1 year ago

使用lora/samples里面的图片还是有同样的问题

image

看stable-diffusion-webui项目中有同学这样修改的,在这个项目中怎么做类似的修改呢 https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9132#issuecomment-1488638956

再次感谢

gaoshangle commented 1 year ago

问题找到了,是代理的问题

检查系统代理 echo $http_proxy echo $https_proxy echo $ftp_proxy 清除代理 unset http_proxy unset https_proxy unset ftp_proxy 感谢🙇‍