Sanster / IOPaint

Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.
https://www.iopaint.com/
Apache License 2.0
19.13k stars 1.95k forks source link

[Feature Request]Avoid 404 issues when opening the web console with IOPaint #578

Open leij0318 opened 2 hours ago

leij0318 commented 2 hours ago

This is the 404 message that appears when I run IOPaint console.

INFO: 127.0.0.1:11651 - "GET /favicon.ico HTTP/1.1" 404 Not Found INFO: 127.0.0.1:11652 - "GET /api/v1/inputimage HTTP/1.1" 404 Not Found INFO: 127.0.0.1:11651 - "GET /favicon.ico HTTP/1.1" 404 Not Found INFO: 127.0.0.1:11651 - "GET / HTTP/1.1" 304 Not Modified INFO: 127.0.0.1:11651 - "GET /assets/index-ydVO5PAq.js HTTP/1.1" 304 Not Modified INFO: 127.0.0.1:11652 - "GET /assets/index-0foJStMW.css HTTP/1.1" 304 Not Modified

It also contains several additional 304 information

image

image The icon of IOPaint on the web page is blank. image

I hope the author can fix the issue with 404 and 304 messages as soon as possible, although this does not affect the operation of the iopaint program!

leij0318 commented 2 hours ago

@Sanster