-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating images locally was successful for the web ui side, but not for your frontend. #25
Comments
Does it work if you create that folder? It shouldn't be needed but worth trying. |
This is really weird. I created folders and ran the program as administrator, but it still doesn't seem to work. Error: No result! |
In my folder D:\data\output, the generated PNG file is 0kb and the json file is 1kb. The images generated by the front end display only a small image icon in the center. |
How mysterious, I will try with the latest version of AUTOMATIC when I have time to see if they changed something. |
Error: ENOENT: no such file or directory, stat 'D:\data/collected/'
at Object.statSync (node:fs:1551:3)
at Object.statSync (pkg/prelude/bootstrap.js:1479:32)
at _node_internal (node:internal/fs/utils:799:8)
at Object.rmSync (node:fs:1226:13)
at C:\snapshot\stable-diffusion-backend\dist\http-server.js:82:32
at Layer.handle [as handle_request] (C:\snapshot\stable-diffusion-backend\node_modules\express\lib\router\layer.js:95:5)
at next (C:\snapshot\stable-diffusion-backend\node_modules\express\lib\router\route.js:144:13)
at C:\snapshot\stable-diffusion-backend\node_modules\body-parser\lib\read.js:137:5
at AsyncResource.runInAsyncScope (node:async_hooks:202:9)
at invokeCallback (C:\snapshot\stable-diffusion-backend\node_modules\raw-body\index.js:231:16) {
errno: -4058,
syscall: 'stat',
code: 'ENOENT',
path: 'D:\data/collected/'
The text was updated successfully, but these errors were encountered: