amotile / stable-diffusion-studio

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

Insta-crash - different error #18

Closed Inscape-Matt closed 1 year ago

Inscape-Matt commented 1 year ago

Hi there,

  1. Running AUTOMATIC1111 at 7860, tested and generating images aok.
  2. Kick off amotile-studio-win.exe, get the following:

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 bet I'm doing something wrong, but posting just in case. Thanks!

Inscape-Matt commented 1 year ago

It was my mistake, fixed now -- thanks! Stoked to have this working!

geoah commented 1 year ago

@Inscape-Matt could you please elaborate on how you fixed this?