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

Fix Compatibility Issues Between huggingface_hub, diffusers, and transformers Versioning #121

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pratim4dasude
Copy link

This pull request addresses compatibility issues between the specified versions of the following libraries:

diffusers==0.27.2
transformers==4.30.2
huggingface_hub==0.25.2
peft==0.3.0

Additionally, it modifies the Gradio app launch configuration:

Changes the block.launch() command to use the default localhost instead of 0.0.0.0.
Comments out the server_name='0.0.0.0' configuration to ensure the app runs on the normal port (http://127.0.0.1:7860 or http://localhost:7860).

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

Successfully merging this pull request may close these issues.

1 participant