Example code no longer works
#4
by
Softology
- opened
Few typos in the example code. But running this...
git clone https://github.com/justinpinkney/stable-diffusion.git
cd stable-diffusion
git checkout 1c8a598f312e54f614d1b9675db0e66382f7e23c
python -m venv venv
call ./venv/scripts/activate.bat
pip install -U pip
pip install -r requirements.txt
python scripts/gradio_image_mixer.py
Gets the UI opening. But once you select the first image this error occurs and kills the script.
*** Failed to connect to ec2.gradio.app:22: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Can this be fixed?