Update config.json

#12
by YiYiXu - opened
InstantX org
No description provided.
InstantX org

corrected class name so that it can work with automodel

# test4: load a model directly (not subfolder)
controlnet_repo = "InstantX/SD3-Controlnet-Canny"
try:
    controlnet_model = AutoModel.from_pretrained(
        controlnet_repo,
    )
    print(f"test4 passed!")
except Exception as e:
    print(f"test4 failed: {e}")
wanghaofan changed pull request status to merged
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment