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

Pin torchvision for gfp-gan #183

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

squidarth
Copy link
Contributor

Context

While i was testing an unrelated change (truss types), the gfp-gan truss started failing in CI examples. After retrying a few times, it looked it like it was an issue with the latest version of torchvision (AUTOMATIC1111/stable-diffusion-webui#13985).

Because we were not pinning torchvision, we were getting this later version, that does not seem to be compatible with gfp-gan.

The quick fix here is pinning torchvision, although I will acknowledge that this is not sustainable, at some point we will need to update gfp-gan library. This at least gets us back to passing CI.

Testing

Tested by deploying gfp-gan on staging, it worked successfully.

@bolasim bolasim merged commit 0af36cf into main Feb 1, 2024
25 checks passed
@bolasim bolasim deleted the sshanker/pin-torchvision-on-gfp-gan branch February 1, 2024 05:28
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