You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
utils.js:17 Uncaught (in promise) Error: You must provide a path for a model definition
at ./node_modules/upscaler/dist/browser/esm/utils.js (utils.js:17:1)
at options.factory (react refresh:6:1)
at webpack_require (bootstrap:22:1)
at fn (hot module replacement:61:1)
at ./node_modules/upscaler/dist/browser/esm/loadModel.generated.js (index.js:3:1)
at options.factory (react refresh:6:1)
at webpack_require (bootstrap:22:1)
at fn (hot module replacement:61:1)
at ./node_modules/upscaler/dist/browser/esm/upscaler.js (upscale.js:258:1)
at options.factory (react refresh:6:1)
@
const upscaler = new Upscaler({
model: x2
})
Expected behavior
Model should be loaded as described in the documentation
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
utils.js:17 Uncaught (in promise) Error: You must provide a path for a model definition
at ./node_modules/upscaler/dist/browser/esm/utils.js (utils.js:17:1)
at options.factory (react refresh:6:1)
at webpack_require (bootstrap:22:1)
at fn (hot module replacement:61:1)
at ./node_modules/upscaler/dist/browser/esm/loadModel.generated.js (index.js:3:1)
at options.factory (react refresh:6:1)
at webpack_require (bootstrap:22:1)
at fn (hot module replacement:61:1)
at ./node_modules/upscaler/dist/browser/esm/upscaler.js (upscale.js:258:1)
at options.factory (react refresh:6:1)
})
Expected behavior
Model should be loaded as described in the documentation
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: