fix call signature of import_diffuser_model()

This commit is contained in:
Lincoln Stein
2023-03-05 23:37:59 -05:00
parent 901337186d
commit 94daaa4abf
3 changed files with 17 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
cd invokeai/frontend/ && npm run lint-staged
cd invokeai/frontend/web && npm run lint-staged