IOPaint icon indicating copy to clipboard operation
IOPaint copied to clipboard

I can't change the mode to sd1.5

Open FortuneBush opened this issue 2 years ago • 2 comments

When global proxies are off,it reported this error. 1 When global proxies are on, it reported Error like this: requests.exceptions.ProxyError: HTTPSConnectionPool(host=‘xxxx‘, port=443. Could you please teach me how to solve this problem?

FortuneBush avatar Sep 25 '23 17:09 FortuneBush

  1. Open the proxy in command line, start the service using --model=sd1.5, and wait for the sd model to download.
  2. The next time you start, you can add the --local-files-only startup parameter, and it will not connect to the internet.

Sanster avatar Sep 26 '23 01:09 Sanster

I open the global proxy by clash, then it still reports ProxyError: HTTPSConnectionPool(host=‘xxxx‘, port=443.
When I close the global proxy, it just download the empty folder in my disk. 1

FortuneBush avatar Sep 26 '23 02:09 FortuneBush