-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Kandinsky 5.0 Video Pro and Image Lite #12664
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com>
Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com>
Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com>
Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com>
Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com>
Co-authored-by: YiYi Xu <yixu310@gmail.com>
Co-authored-by: YiYi Xu <yixu310@gmail.com>
|
We actually don't need it if we're doing model CPU offloading. Additionally, we can do Could you try that? |
|
Right now there is some issue with compile_repeated_blocks() |
I guess, we need it to specify the device. In case of a multi GPU machine. Can we leave it as is? |
|
Otherwise, if we want to be more explicit, then we can add the following at the beginning of the script: import os
os.environ["CUDA_VISIBLE_DEVICES"] = str(0) |
|
Great, we have resolved the problems |
|
@bot /style |
|
Style fix is beginning .... View the workflow run here. |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
can you fix the kensindky tests? you can test locally with pytest tests/pipelines/kandinsky5/test_kandinsky5.py |
Sure |
This PR:
@yiyixuxu @sayakpaul