ComfyUI-to-Python-Extension icon indicating copy to clipboard operation
ComfyUI-to-Python-Extension copied to clipboard

how to pass argument in inference for example --cpu

Open maxixa opened this issue 2 years ago • 4 comments

maxixa avatar Oct 15 '23 03:10 maxixa

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

It shouldn't need a gpu to generate code. Use case: using cloud gpu to generate images.

someghuser avatar Nov 23 '23 09:11 someghuser

Have you tried python workflow_api.py --cpu ?

pydn avatar Nov 28 '23 00:11 pydn

Do we need GPU to run comfyui_to_python.py?

thigazholi avatar Jan 25 '24 05:01 thigazholi

You shouldn't need a GPU, but it'll be slow without one.

atmaranto avatar Mar 21 '24 19:03 atmaranto