Skip to content

Installation error - See if the tab does not appear #11

@jhj0517

Description

@jhj0517

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

  1. Open the terminal and navigate to the project directory where the venv is located
cd "\path\stable-diffusion-webui-forge"
  1. Activate the venv
  • Windows
venv\Scripts\activate
  • Mac
source venv/bin/activate
  1. 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"
  1. Install the requirements
(venv) pip install -r requirements.txt

Then if you re-start the WebUI, the extension should work fine.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions