ComfyUI-to-Python-Extension
ComfyUI-to-Python-Extension copied to clipboard
how to pass argument in inference for example --cpu
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.
Have you tried python workflow_api.py --cpu ?
Do we need GPU to run comfyui_to_python.py?
You shouldn't need a GPU, but it'll be slow without one.