Skip to content
Discussion options

You must be logged in to vote

Fix (fastest method)

Go to your Stable Diffusion Python folder and reinstall setuptools.

1. Open Command Prompt

Navigate to your Stable Diffusion folder:
cd D:\Stable\webui

2. Activate the Python environment and reinstall tools
Run these commands one by one:

D:\Stable\system\python\python.exe -m pip install --upgrade pip
D:\Stable\system\python\python.exe -m pip install --upgrade setuptools wheel

3. Then start Stable Diffusion again
Run:
webui-user.bat

The installer should now successfully install open_clip.

If the error still appears (rare)

Run this extra fix:
D:\Stable\system\python\python.exe -m pip install --force-reinstall setuptools

glhf

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sageliebi-maker
Comment options

@DeadSider-Art
Comment options

Answer selected by DeadSider-Art
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants