Closed ahsan-malik closed 12 months ago
@ahsan-malik, quick fix for your local is to add
RUN pip install open-clip-torch==2.20.0
to services/AUTOMATIC1111/Dockerfile before the line that says "COPY . /docker"
The fix by @SmokyBot worked for https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/615
Is there an existing issue for this?
What happened?
I'm using it as api and testing it on postman Models based on SD1.5 works well, but when I use SDXL based models then it give me the error. But on webui all the models(sd1.5 & sdxl) are working.
Steps to reproduce the problem
just select SDXL based model and make api call
What should have happened?
It should load SDXL based models without any problem as it load SD 1.5 based models
Sysinfo
I'm running to runpod with RTX 4060 Gpu
What browsers do you use to access the UI ?
Google Chrome
Console logs
Additional information
No response