You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the extension to the latest version
What happened?
I keep getting an error "DeprecationWarning: pkg_resources is deprecated as an API". I have changed pip and setuptools version and tried running in from terminal but still remains unresolved. I've been trying for weeks to get get it working please help
First, confirm
What happened?
I keep getting an error "DeprecationWarning: pkg_resources is deprecated as an API". I have changed pip and setuptools version and tried running in from terminal but still remains unresolved. I've been trying for weeks to get get it working please help
Steps to reproduce the problem
%cd /home/studio-lab-user/stable-diffusion-webui/extensions
!git clone https://github.com/Gourieff/sd-webui-reactor
!mkdir /home/studio-lab-user/stable-diffusion-webui/models/insightface
!pip install onnx
!pip install onnxruntime
!pip install opencv-python
!pip install tqdm
!pip install insightface==0.7.3
!pip uninstall scipy -y
!pip install scipy
!curl -Lo "/home/studio-lab-user/stable-diffusion-webui/models/insightface/inswapper_128.onnx" "https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128.onnx"
Then when trying to lauch automatic1111 I get the error SD and webui works okay just reactor
Sysinfo
Sagemaker studio labs notebook
Relevant console log
Additional information
No response
The text was updated successfully, but these errors were encountered: