coolzilj / Blender-ControlNet

Using ControlNet right in Blender.
MIT License
760 stars 68 forks source link

Getting "It looks like the Automatic1111 server is running, but it's not in API mode." #5

Open Bigbossbro08 opened 1 year ago

Bigbossbro08 commented 1 year ago

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.

AAx13 commented 1 year ago

@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.

Bigbossbro08 commented 1 year ago

@DA0x3 just tried it and still the same error

AAx13 commented 1 year ago

@Bigbossbro08 Would you mind sharing the flags you're using for SD.

Bigbossbro08 commented 1 year ago

what exact is that @DA0x3 ? Where exactly i can see them?