Permission Error
You may see the Check permissions error while installing the extension in the terminal.
There's a permission related error while installing sd-webui extension: : AUTOMATIC1111/stable-diffusion-webui#8047
It's not the issue from forge, but the forge is built from sd-webui, so it probably comes from there too.
This type of permission error can be resolved by directly installing the requirements -
Solution
- Open the terminal and navigate to the project directory where the
venv is located
cd "\path\stable-diffusion-webui-forge"
- Activate the venv
- You'll see the
(venv) in front of the terminal. In this state, navigate to the extension
(venv) cd "\path\stable-diffusion-webui-forge\extensions\sd-webui-AdvancedLivePortrait"
- Install the requirements
(venv) pip install -r requirements.txt
Then if you re-start the WebUI, the extension should work fine.
Permission Error
You may see the
Check permissionserror while installing the extension in the terminal.There's a permission related error while installing sd-webui extension: : AUTOMATIC1111/stable-diffusion-webui#8047
It's not the issue from forge, but the forge is built from sd-webui, so it probably comes from there too.
This type of permission error can be resolved by directly installing the requirements -
Solution
venvis located(venv)in front of the terminal. In this state, navigate to the extensionThen if you re-start the WebUI, the extension should work fine.