Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #592

Closed
djekra opened this issue Nov 2, 2024 · 2 comments
Closed

[BUG] #592

djekra opened this issue Nov 2, 2024 · 2 comments

Comments

@djekra
Copy link

djekra commented Nov 2, 2024

Model
lama

Describe the bug
The web app shows only a empty page. The title is "IOPaint" but the body is empty. HTML Source below.

INFO: 127.0.0.1:51305 - "GET / HTTP/1.1" 200 OK
INFO: 127.0.0.1:51305 - "GET /assets/index-ydVO5PAq.js HTTP/1.1" 200 OK
INFO: 127.0.0.1:51306 - "GET /assets/index-0foJStMW.css HTTP/1.1" 200 OK
INFO: 127.0.0.1:51305 - "GET /favicon.ico HTTP/1.1" 404 Not Found

I fixed the 404 but this was not the problem.

System Info
Software version used

  • iopaint: 1.5.0
  • pytorch:
  • CUDA:
  • Windows 10
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>IOPaint</title>
    <script type="module" crossorigin src="[/assets/index-ydVO5PAq.js](http://localhost:8090/assets/index-ydVO5PAq.js)"></script>
    <link rel="stylesheet" crossorigin href="[/assets/index-0foJStMW.css](http://localhost:8090/assets/index-0foJStMW.css)">
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>
@Sanster
Copy link
Owner

Sanster commented Nov 4, 2024

Can you try the methods in this issue to see if they work? #460

@djekra
Copy link
Author

djekra commented Nov 4, 2024

:-) this worked for me, thank you!

@Sanster Sanster closed this as completed Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants