-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Nothing is generated locally #97
Comments
Same here!
I still have 100GB free on C after installation Model Janus-Pro-7B. |
Ok, so I figured it out. I have the same problem as here #96. Janus is using pyTorch for CPU by default. Which is slow as hell and not loading all the CPU for some reason, so I didn't event notice load on CPU. It's there, just small, like 20-30%. And then even 10 minutes is not enough to generate something. |
Have run commands from "Quick Start" guide. Everything installed successfully, no errors. Running gradio demo via command: "python demo/app_januspro.py". Server is starting successfully, UI is opening.
But it's not generating anything, the loader just keep staying forever, no result generated. No visible processing in the terminal. No heavy GPU load (RTX 4070Ti). Model Janus-Pro-1B.
The text was updated successfully, but these errors were encountered: