Josh XT
Josh XT
I am getting the same thing currently using docker compose: ``` services: stable-diffusion: image: siutin/stable-diffusion-webui-docker:latest-cuda command: bash webui.sh --share ports: - 7861:7860 volumes: - ./models:/app/stable-diffusion-webui/models - ./outputs:/app/stable-diffusion-webui/outputs deploy: resources: reservations:...
> This could be resolved with the following commands: > > ``` > mkdir -p /MY-DATA-DIR && cd /MY-DATA-DIR > mkdir models outputs > sudo chown 10000:$UID -R models outputs...
Not having this setting seemed like an oversight and is for bettering the user experience by restarting the app if it crashes instead of forcing users to go manually restart...
Hello! We use this module for Bard -> https://github.com/acheong08/Bard The error you're seeing is coming from that module because it is not getting a response. It might be worth checking...
Is this still happening since we switched to the REST API for Streamlit?
Fixed issue by making agent settings a form.
> Chill man, you're not in production! It unfortunately doesn't make maintaining any easier when things I tested yesterday worked but today are broken haha.
> Maybe search function and read text shouldn't use some web pages api? Maybe is some framework or ready application which will be digest data from web pages without special...
Lots has changed on the internet since 2009, most websites have safeguards against you doing these things now.
> it returns: {'error': 'This app has no endpoint /api/textgen/.'} Start server like this, but replace `your-model` with your model name. `python3 server.py --model your-model --listen --no-stream`