mikmak5595
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
I was able to resolve the issue by adding " --lowvram" to the comfyui command line
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
It happens only on the 2nd time of invoking the API. It means that comfyui does not free up GPU vram after running the workflow. Any suggestions how to achieve that? maybe runpod API provides a way to do that?
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
Update: the image I created from the dockerfile above works!
The next challenge with serverless mode is when running the 2nd workflow causing out of memory on the GPU. I will have to check how I can cause comfyui to free up GPU memory at the beginning/end of the workflow
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
Let's first wait to see if the image runs properly on runpod.
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
I'm uploading the output docker image to dockerhub and will try this image both as pod and in serverless mode in runpod and update here
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
Here is dockerfile and additional minor changes to https://github.com/blib-la/runpod-worker-comfy code.
To build it, use the following command:
docker build -t vazazon/runpod-worker-comfy:dev-full2 --target base --platform linux/amd64 .
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
that would be awesome!
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
I did build the base image using docker build and then opened bash inside and ran pip install on all custom_nodes' requirements.txt files
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
Can you explain what you mean by "it wasn't build correctly"?
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
btw, it fails to run both on pod and on serverless
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
no, I placed all models and other data on the container image
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
I also tried the none venv way. One I installed the IDM-VTON custom_node things were starting to mess up
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
This is the workflow. I don't have dockerfile as I took the base image of runpod and installed all custom_nodes on it manually and then ran docker commit
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
yes please , I have the docker image vazazon/comfyuivenv :dev that when executed both in pod and serverless mode gives "RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx" error. The same container runs fine on my machine using:
docker run -it --rm --gpus=all vazazon/comfyuivenv:dev
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
The problem is not with installing IDM-VTON, it's with providing the container with IDM-VTON installed afterwards. My container already has this module installed along with all required models. When I run it without any CMD, it fails during Comfyui bringup as it calls the customer nodes' init function which tries to use CUDA
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
If you run my container without any command it should process this workflow automatically
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
This is the workflow
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
this is why I said I'm pulling my hair off due to this issue
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
I tried to run it on pod too - same results
119 replies
RRunPod
•Created by mikmak5595 on 7/30/2024 in #⚡|serverless
RuntimeError: Found no NVIDIA driver on your system
I also tried during the last 2 weeks to use runpod's suggested images with the same results
119 replies