-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Thanks for you wonderful work!
I have tried different scripts in reamMe and huggingface, but i can't get the same result like online demo(https://huggingface.co/spaces/Stable-X/StableNormal)
the local results as follows:
torch.hub.load("Stable-X/StableNormal", "StableNormal", trust_repo=True, yoso_version='yoso-normal-v0-3')

torch.hub.load("Stable-X/StableNormal", "StableNormal", trust_repo=True, yoso_version='yoso-normal-v1-0')

torch.hub.load("Stable-X/StableNormal", "StableNormal_turbo", trust_repo=True, yoso_version='yoso-normal-v0-3')

torch.hub.load("Stable-X/StableNormal", "StableNormal_turbo", trust_repo=True, yoso_version='yoso-normal-v1-0')

torch.hub.load("hugoycj/StableNormal", "StableNormal", trust_repo=True, yoso_version='yoso-normal-v1-5')

torch.hub.load("hugoycj/StableNormal", "StableNormal_turbo", trust_repo=True, yoso_version='yoso-normal-v1-5')

could you give me some hints? thank you in advance!
