Kevin Bird
Kevin Bird
You can also try `pipe.enable_attention_slicing()` after you create pipe. I have had decent luck with this when running on my 4gb gpu in my laptop, but I haven't been able...
You're right, my bad. Didn't see you were referring to the deep dive notebook in the title!
@jarandaf what if you add this before the "# To the GPU we go!" comment: ``` slice_size = unet.config.attention_head_dim // 2 unet.set_attention_slice(slice_size) ``` This is what is inside the enable_attention_slicing...
 Here are the args at the lowest level as well. Let me know if anything else would be useful
Yes it is. Just tested on 2.4.1 and seeing the same error
I'm not sure that I'm seeing this issue but I am not able to easily test having power cut to my thermostat. I am able to confirm that if my...