Blender-ControlNet
Blender-ControlNet copied to clipboard
Getting "It looks like the Automatic1111 server is running, but it's not in API mode."
totally new into this thing but I'm getting this error. I got stable diffusion running on background. How exactly I can run stable diffusion in API mode? Quick google didn't worked out. Running on blender 3.4 btw.
@Bigbossbro08
PATH\TO\stable-diffusion-webui\webui-user.bat
Edit the above file:
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS= --api
call webui.bat
Adding the --api flag in COMMANDLINE_ARGS like so.
@DA0x3 just tried it and still the same error
@Bigbossbro08 Would you mind sharing the flags you're using for SD.
what exact is that @DA0x3 ? Where exactly i can see them?