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

[Feature Request] Support Intel Extension for PyTorch (IPEX) #387

Closed
kwaa opened this issue Apr 4, 2023 · 3 comments · Fixed by #409
Closed

[Feature Request] Support Intel Extension for PyTorch (IPEX) #387

kwaa opened this issue Apr 4, 2023 · 3 comments · Fixed by #409

Comments

@kwaa
Copy link
Contributor

kwaa commented Apr 4, 2023

@comfyanonymous
Copy link
Owner

I don't have an arc card but if it's like MPS it should be possible to implement with just some modifications to the comfy/model_management.py file like this pull request for example: #244

@kwaa
Copy link
Contributor Author

kwaa commented Apr 5, 2023

I don't have an arc card but if it's like MPS it should be possible to implement with just some modifications to the comfy/model_management.py file like this pull request for example: #244

Ok, I will try to modify this section to support IPEX.
One more question: is torchaudio a required dependency? It is mentioned in the README, but doesn't seem to be used within the source code.

@comfyanonymous
Copy link
Owner

It's not required. There's a few dependencies that get pulled in that are not actually required, I just don't have time to properly get rid of them.

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 a pull request may close this issue.

2 participants