Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AhphaCLIP with llm Demo error #39

Open
yjtlab opened this issue Mar 15, 2024 · 2 comments
Open

AhphaCLIP with llm Demo error #39

yjtlab opened this issue Mar 15, 2024 · 2 comments

Comments

@yjtlab
Copy link

yjtlab commented Mar 15, 2024

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

@SunzeY
Copy link
Owner

SunzeY commented Mar 19, 2024

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

@dddraxxx
Copy link

dddraxxx commented Mar 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants