Back to Sd Webui Controlnet

Wait until webui fully startup

example/visual_chatgpt.ipynb

1.1.436301 B
Original Source
python
# Run WebUI in API mode
nohup python launch.py --api --xformers &

# Wait until webui fully startup
tail -f nohup.out
python
# Install/Upgrade transformers
pip install -U transformers

# Install deps
pip install langchain==0.0.101 openai 

# Run exmaple
python example/chatgpt.py