mashb1t / Fooocus

Focus even better on prompting and generating
GNU General Public License v3.0
196 stars 33 forks source link

[Bug]: Errors in log window - unable to update reqs #75

Closed jonk999 closed 1 month ago

jonk999 commented 1 month ago

Checklist

What happened?

Have noticed the following errors when starting in the log window. Looks to be having issues with updating some requirements. Though it still loads and runs okay. It begins with a Torchside version mismatch message (0.2.5 installed, 0.2.6 required). Then at the end I get the following as well before the GUI opens.

stderr: ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'i:\\zzz_stablediffusion\\stable-diffusion-fooocus\\python_embeded\\lib\\site-packages\\_cffi_backend.cp310-win_amd64.pyd'
Consider using the `--user` option or check the permissions.

CMD Failed requirements: install -r "requirements_versions.txt"
Loaded preset: I:\zzz_stablediffusion\stable-diffusion-fooocus\Fooocus\presets\realistic.json

Steps to reproduce the problem

Run run_realistic.bat file and watch log window

What should have happened?

Torchside updates from 0.2.5 to 0.2.6 as per version listed in requirements_versions.txt

No other errors (other than pip update available) appear in log window.

What browsers do you use to access Fooocus?

Microsoft Edge

Where are you running Fooocus?

Locally

What operating system are you using?

No response

Console logs

Have copied as much as I can from the log window. Not sure where a full log file might be located.
https://pastebin.com/4sabH0bH

Additional information

No response

mashb1t commented 1 month ago

Please follow the how to update section in https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0 or do a clean install.