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 big models exception caused by timm upgrade #22442

Merged
merged 5 commits into from
Oct 15, 2024
Merged

Conversation

mszhanyi
Copy link
Contributor

@mszhanyi mszhanyi commented Oct 15, 2024

Description

Today, stable diffusion stage failed due to there's a upgrade in timm. (https://pypi.org/project/timm/1.0.10/)
controlnet_aux depends on it.
And its latest version limit the timm version less than 0.6.7.
So upgrading controlnet_aux can solve it.
And controlnet_aux uses opencv-python-headless, pin opencv-python-headless to 4.8.0.74 too.

Motivation and Context

@mszhanyi mszhanyi changed the title Fix big models exception due to timm upgrade Fix big models exception caused by timm upgrade Oct 15, 2024
@mszhanyi mszhanyi merged commit c5a0fb1 into main Oct 15, 2024
87 of 91 checks passed
@mszhanyi mszhanyi deleted the zhanyi/fixbigmodels branch October 15, 2024 13:13
guschmue pushed a commit that referenced this pull request Oct 18, 2024
### Description
Today, stable diffusion stage failed due to there's a upgrade in timm.
controlnet_aux depends on it.
And its latest version limit the timm version less than 0.6.7.
So upgrading controlnet_aux can solve it.
And controlnet_aux uses opencv-python-headless, pin
opencv-python-headless to 4.8.0.74 too.


### Motivation and Context
ishwar-raut1 pushed a commit to ishwar-raut1/onnxruntime that referenced this pull request Nov 19, 2024
### Description
Today, stable diffusion stage failed due to there's a upgrade in timm.
controlnet_aux depends on it.
And its latest version limit the timm version less than 0.6.7.
So upgrading controlnet_aux can solve it.
And controlnet_aux uses opencv-python-headless, pin
opencv-python-headless to 4.8.0.74 too.


### Motivation and Context
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.

2 participants