AlphaCLIP icon indicating copy to clipboard operation
AlphaCLIP copied to clipboard

AhphaCLIP with llm Demo error

Open yjtlab opened this issue 2 years ago • 2 comments

when I run the app.py in demo/with_llm, I find the "send" button is useless. I have download all the required checkpoints. This is my terminal error: image image

yjtlab avatar Mar 15 '24 16:03 yjtlab

try to changed the version to "gradio==3.37.0" or pip install gradio_client==0.2.7 according to https://github.com/UX-Decoder/Segment-Everything-Everywhere-All-At-Once/issues/59 and https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/11855

SunzeY avatar Mar 19 '24 11:03 SunzeY

try to changed the version to "gradio==3.37.0" or pip install gradio_client==0.2.7 according to UX-Decoder/Segment-Everything-Everywhere-All-At-Once#59 and AUTOMATIC1111/stable-diffusion-webui#11855

Thanks for your work! Directly using pip install -r requirements.txt results in ""llava' is already used by a Transformers config" and other errors.

For me, I had to install transformers==4.34.0 gradio==3.37.0 to be able to run the demo.

dddraxxx avatar Mar 20 '24 06:03 dddraxxx