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.
AUTOMATIC1111 running from inside a venv wtih both py files added
From the same venv, running the R4 binary, which results in the following error:
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)
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.
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