stable.art icon indicating copy to clipboard operation
stable.art copied to clipboard

Error: Code 404

Open dhumann opened this issue 1 year ago • 7 comments
trafficstars

The plugin recently stopped working and began throwing 404 errors.

Yes. The URL is correct and --api is enabled. I've seen numerous other people having the same issue.

image

dhumann avatar Apr 24 '24 15:04 dhumann

Same problem here.

SeBL4RD avatar May 16 '24 16:05 SeBL4RD

Have you resolved this problem? I've got the same((

emiliyaukhanova avatar May 17 '24 10:05 emiliyaukhanova

This problem is not with the plugin. After pulling, re-pulling, I finally decided to try an older version of Stable Diffusion.

Guess what? It's nothing to do with the plugin. Stable Diffussion (I'm going to assume everyone here is using Automatic111 WebUI? Might be wrong...) But at the moment of writing this... There have been changes that completely break the hooks on this plugin.

donaldafeith avatar May 17 '24 14:05 donaldafeith

Have you resolved this problem? I've got the same((

I have not resolved it. Other SD-Photoshop plugins still work so I'm not sure what's up with this one.

I've tried it with both A1111 and SD-Forge and neither work with Stable.art

dhumann avatar May 17 '24 15:05 dhumann

Personally, it works with my Forge. The problem is probably that they had to change something in the function protocol with the API. It's been updated with the other plugins, but not with this one. I've got an old version of Forge that must be 2 months old, that certainly explains why it still works with it.

SeBL4RD avatar May 22 '24 13:05 SeBL4RD

  • most likely it's caused by https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15333 this splits the sampler and scheduler into two different fields which means if you are still using the sampler plus scheduler name for the scheduler argument then it will 404

we have two compatibility PRs pending

  • https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15656
  • https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15681

actions you can take now

  1. get someone make an update to the API client if possible
  2. only use samplers without the scheduler name the
  3. downgrade to webui 1.8

w-e-w avatar May 22 '24 14:05 w-e-w

we have two compatibility PRs pending

actions you can take now

  1. get someone make an update to the API client if possible
  2. only use samplers without the scheduler name the
  3. downgrade to webui 1.8

Yes, I've got it. Now in Photoshop I use samplers without the sheduler name and it works ok.

emiliyaukhanova avatar May 23 '24 02:05 emiliyaukhanova