Cannot run app.py locally

#2
by ChowSam - opened

Hi RamAnanth1, I have cloned your repo locally and also clone the ControlNet repo from hysts/ControlNet , and I engaged the error while running the app.py. I wonder what are the steps in running the app locally. Thank you

Traceback (most recent call last):
File "C:\Dev\generativeAI\roomGPT\app.py", line 32, in
subprocess.run(shlex.split(command), cwd='ControlNet/annotator/ckpts/')
File "C:\Users\User\anaconda3\envs\roomgpt\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\User\anaconda3\envs\roomgpt\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\User\anaconda3\envs\roomgpt\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
NotADirectoryError: [WinError 267] The directory name is invalid

Sign up or log in to comment