Replies: 1 comment 2 replies
-
What model are you using to try and generate images? I've never tried the new "SD.CPP" image generation that got added, but llama.cpp upstream changed a bunch of stuff and a lot of things got broken 😭 I can try to look into it though Are you trying to generate images with KoboldCPP or with Automatic1111 and the API? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I tried latest release and image generation doesn't work. Nor as standalone or with sillytavern.
It throws this error:
Error Encountered
Image Generation Failed!
Please make sure A1111 is running and properly configured!
In your local install of Automatic1111 WebUi, modify webui-user.bat and add these flags to enable API access:
set COMMANDLINE_ARGS= --api --listen --cors-allow-origins=*
In previous 1.61.2.yr0-ROCm image generation works OK. Using it on RX 7900 XT
Regards
Beta Was this translation helpful? Give feedback.
All reactions