amotile / stable-diffusion-studio

An animation focused workflow frontend for Stable Diffusion
MIT License
477 stars 31 forks source link

No img2img function found #30

Open geoah opened 1 year ago

geoah commented 1 year ago

Hey, pretty sure this is a user error, but by searching in the issues of this repo seems a couple of other people had the same, but a solution wasn't mentioned unfortunately.

Loading AUTOMATIC1111 config from: http://localhost:7860/config
C:\snapshot\stable-diffusion-backend\dist\process\implementations\automatic1111.js:122
                        throw Error("No img2img function found");
                              ^

Error: No img2img function found
    at C:\snapshot\stable-diffusion-backend\dist\process\implementations\automatic1111.js:122:31
    at step (C:\snapshot\stable-diffusion-backend\dist\process\implementations\automatic1111.js:33:23)
    at Object.next (C:\snapshot\stable-diffusion-backend\dist\process\implementations\automatic1111.js:14:53)
    at fulfilled (C:\snapshot\stable-diffusion-backend\dist\process\implementations\automatic1111.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)

I've tried both the current head of AUTOMATIC1111 (https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/c6f347b81f584b6c0d44af7a209983284dbb52d2) as well as an oct 20th commit (https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/49533eed9e3aad19e9868ee140708baec4fd44be) without any luck.

The output of the config endpoint cane found here: https://gist.github.com/geoah/e84fecd888cbe8dfee4e01eea37e488c

cc @Pipazoul as a continuation of https://github.com/amotile/stable-diffusion-studio/issues/9#issuecomment-1289142530

Thank you very much in advance! Regards, George