Update config.json
#12
by
YiYiXu
- opened
No description provided.
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