amotile / stable-diffusion-studio

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

problem error #9

Closed angelbpineda closed 1 year ago

angelbpineda commented 1 year ago

image

wwydmanski commented 1 year ago

I'm getting a similar one :<

Loading AUTOMATIC1111 config from: http://localhost:7860/config
/snapshot/stable-diffusion-backend/dist/process/implementations/automatic1111.js:122
                        throw Error("No img2img function found");
Error: No img2img function found
    at /snapshot/stable-diffusion-backend/dist/process/implementations/automatic1111.js:122:31
    at step (/snapshot/stable-diffusion-backend/dist/process/implementations/automatic1111.js:33:23)
    at Object.next (/snapshot/stable-diffusion-backend/dist/process/implementations/automatic1111.js:14:53)
    at fulfilled (/snapshot/stable-diffusion-backend/dist/process/implementations/automatic1111.js:5:58)
Ladypoly commented 1 year ago

I get the same error as angelbpineda

burgalon commented 1 year ago

@amotile i'm also getting this. Any chance this is a case of a mismatch in AUTOMATIC version?

amotile commented 1 year ago

Probably, I haven't had much time this week but in the weekend I hope to update the project to make sure it works with the latest version. (I will also note down what version I test it against).

Pipazoul commented 1 year ago

image

Thanks to @sungam94 there is a quick fix https://github.com/amotile/stable-diffusion-studio/issues/11#issuecomment-1286733458

amotile commented 1 year ago

Newest release should have solved this.

dustyny commented 1 year ago

The latest windows build R4 still throws the error "No img2img function found"

Pipazoul commented 1 year ago

The latest windows build R4 still throws the error "No img2img function found"

Do you have the logs ? Have you launched AUTOMATIC11111 webui before launching the binary ? if yes wich version ?