s0md3v / sd-webui-roop

roop extension for StableDiffusion web-ui
GNU Affero General Public License v3.0
3.39k stars 874 forks source link

roop installation error #253

Open afikhan786 opened 1 year ago

afikhan786 commented 1 year ago

(venv) C:\StableDiffusion\stable-diffusion-webui\venv\Scripts>C:\StableDiffusion\stable-diffusion-webui\extensions\sd-webui-roop\requirement.txt 'C:\StableDiffusion\stable-diffusion-webui\extensions\sd-webui-roop\requirement.txt' is not recognized as an internal or external command, operable program or batch file.

chadxy commented 8 months ago

late to chime in.. but it is a problem with the install.py found inside the extension. it can be solved by adding some line of codes. you can replace the offending install.py with the new one below (make sure to remove the ".txt" extension then replace the file). You may update the venv script path which looks like this:

snake_path= Path(r"C:\StableDiffusion\stable-diffusion-webui\venv\Scripts\python.exe")

with your updated venv directory.

install.py.txt