Replies: 1 comment 1 reply
-
Yes, it is pointed to CPU by default for 236. You can change the "CPU" flag to "GPU" in the code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have run notebook 236 without any changes to the code and it doesn't look like it is using my iGPU at all. The line:
output_file = generate_video(ov_pipe_inpaint, zoom_prompt.value, zoom_negative_prompt.value, 7.5, zoom_num_steps.value, zoom_num_frames.value, mask_width.value, zoom_seed.value, zoom_in.value)
uses substantial CPU when running but my GPU shows 0%.
Notebook 225 did appear to use my GPU during rendering.
I'm on a laptop with a i5-9300H CPU
Beta Was this translation helpful? Give feedback.
All reactions