Rafa Tiongson
Rafa Tiongson
Hi @standardAI, yes black frames. Actually there are no other processes that need to consume GPU VRAM. I thought I needed to enable the offload. I replaced it with to...
> What about `.to('cuda')` and `torch.float32` without offloading? Tried this too and issue still persists.
I am trying to display the video via the `predict` function of the `Predictor` class of my custom Cog model in Replicate. Yes `self.pipe` is the same pipeline, I forgot...