Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrepancy between Local Gradio and Online Demo Results #102

Open
karthikg-09 opened this issue Mar 10, 2024 · 6 comments
Open

Discrepancy between Local Gradio and Online Demo Results #102

karthikg-09 opened this issue Mar 10, 2024 · 6 comments

Comments

@karthikg-09
Copy link

karthikg-09 commented Mar 10, 2024

I've noticed a significant difference in results between my locally installed Gradio demo and the online demo at https://ootd.ibot.cn/. Despite changing the seed and cfg multiple times locally, the results remain poor, whereas the online demo consistently produces proper results on the first try. I've attached images below for comparison, using the same seed - 42 and cfg - 2 in both cases. Can you help identify the reason for this discrepancy?

local gradio

image

online demo

image

@sudip550
Copy link

does this happen with all custom images?

@pvbang
Copy link

pvbang commented Apr 4, 2024

+1
I also noticed this, is there any answer to this problem, everyone?

@ethankongee
Copy link

I also have the same problem

@levihsu
Copy link
Owner

levihsu commented Apr 10, 2024

Hi all, please check if your downloaded checkpoints (including several different config.json) are correct. Our online demo uses the completely same checkpoints. See the files at https://huggingface.co/spaces/levihsu/OOTDiffusion

@ethankongee
Copy link

Nice. I tried cloning the HuggingFace repo and it works now. The repo on Github is out of sync with the repo on HF. I haven't gone through the commits to see which ones are causing the issue.

One more thing, the author has moved the ...to("cuda") logic into the gradio_ootd.py file in this commit. Make sure you do the same if you are running it w/o gradio.

@1129571
Copy link

1129571 commented May 15, 2024

我在github和huggingface上获取的代码都有这个问题,尤其在 lower-body 上,请问有人解决了吗?
本地部署:
image
在线:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants