Closed bmaltais closed 1 year ago
hello @bmaltais!
that error is possibly because you do not have clip
library installed in the venv where you are running the script
webui calls install.py
which, in turn, calls pip install -r requirements.txt
for you. I'm not sure the same is true for vladmandic fork. Follow these instructions and before point 6 do python3 -m pip install -r requirements.txt
to install the required libraries. That should fix your issue
apart from that, this script uses webui only because of its api, there's no other particular feature used. As long as the fork uses the same api, we should be good.
Many thanks. I will give that a try...
Hummm... looking at pip freeze it look like vladmandic install clip @ git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
I tried uninstalling that and dod a pip upgrade -r requirements.txt
and it installed the standard clip==0.2.0 but still the same error.
I guess I can always run the merger from within the auto1111 repo...
UPDATE:
I will be damned... After uninstalling clip==0.2.0 I restarted vladmandic and it re-installed the missing clip module and now all is working! Not sure why that is but perhaps the original clip install had failed.
Good afternoon,
I tought I would try to run the merger under vladmandic port of auto1111 webui and it is giving me a CLIP error...
I know you are developping for auto1111 but many users are now moving away from it because it is becoming stale... and falling behind from a support and feature point of view. Perhaps you might consider making this great extension work under vladmandic fork:
https://github.com/vladmandic/automatic
This is a fresh install of vladmandic with no customization... so it is as pure as can be.