-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
nvidia-smi.exe - The system cannot find the file specified causing timeout #126
Comments
Hello, Glad the installation process was smooth, that's had a lot of work recently so it's good to know it's working. Sorry you're having problems with the backend - it's not immediately clear what's going on just from that error alone, though. First let's just establish a baseline - make sure the error returns when you exit and start the server again, and give your browser a cache clear and refresh. If that doesn't make the issue go away, then it'd be very helpful to see your logs. Log files are located at You may also see some errors in the developer console of your browser - for most browsers that can be accessed by pressing F12. It would be useful to see those as well. |
enfugue.log 2024-01-09 00:33:44,679 [enfugue] ERROR (gpu.py:145) Couldn't execute nvidia-smi (binary 2024-01-09 00:34:36,946 [pibble] ERROR (base.py:403) Unexpected exception in application: OSError() Process died while waiting for result.` enfugue_engine.log 2024-01-09 00:30:40,422 [urllib3.connectionpool] DEBUG (connectionpool.py:546) https://huggingface.co:443 "HEAD /openai/clip-vit-large-patch14/resolve/main/config.json HTTP/1.1" 200 0 |
Hey @lodha13, ENFUGUE isn't seeing your GPU. Are you on AMD? |
its intel i7, though i am on intel i7 but what i see is below (amd in dir name), not sure where it came from
C:\Windows\System32\DriverStore\FileRepository\nvdimm.inf_amd64_57f50f6dd441f8cd
nvdimm.inf_amd64_57f50f6dd441f8cd
I dont have nvidia-smi.exe in my laptio, does it not work without that, I tried installing CUDA from nvidia but that also didnt install nvidia-smi.exe
|
One thing I tried in different github codebase is below, and that successfully generated the image. How can i do similar thing here, didnt find something similar. |
Hello, sorry for the delay, I've been very busy with DragNUWA! ENFUGUE will run on CPU-only, although it is very slow and many features will not work. I just tested and was able to generate an image without using my GPU, though there may be more things going on here. How long does it take for you to receive the COULDN'T START notification? Is it immediate, or does it take ~1-3 minutes? |
when i started first it took quite some time, but after that it immediately says. Is there any alternative where it doesnt need below file 2024-01-10 13:54:00,819 [enfugue] ERROR (gpu.py:145) Couldn't execute nvidia-smi (binary I have also tried a fresh install with conda (earlier i had selected portable option where it did all stuff) but with aslo also i keep on getting the error in log that the file is not present. Since i dont have nvidia driver i think i dont have that file at that location. How can i generate an image without this file |
Sir, please help, i really wanted to try this amazing tool. any help is appreciated |
Hello @lodha13, I am finishing builds of |
I think the problem is not timeout, the problem is its not finding nvidia-smi.exe and it keeps on checking fir this file until timeout.
Sent from Yahoo Mail on Android
On Fri, Jan 19, 2024 at 2:17 AM, Benjamin ***@***.***> wrote:
Hello @lodha13,
I am finishing builds of 0.3.3 which will include an option for you to increase the timeout duration. I believe that doing so will allow you to make images; I'll post again in this thread when it is released so you're aware.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thanks for sharing the code.
As per instruction I deployed the code in my local machine (32GB ram, 16GB GPU),
I started like a charm (tough it took some time to download all the stuff) but when I enterred some prompt it failed saying COULDN'T START at the step
Denoising image in 20 steps on cpu (unchunked)
what am i doing wrong ?
The text was updated successfully, but these errors were encountered: