PM

Results 7 comments of PM

To get steam-headless to run correctly on my system I had to set allowed_users=anybody in /etc/X11/Xwrapper.config. Without this, the x server would not start due to the error "Only console...

The same just happened to me. Using sageattention 2.1.1

My workflow was working before (with no changes), but now gives this error after a restart. I will investigate.

As a temporary workaround, I managed to make it work by replacing the AttentionBlock class in wan_video_vae.py with this: `class AttentionBlock(nn.Module): def __init__(self, dim, num_heads=6): super().__init__() self.dim = dim self.num_heads...

I agree with you. It's just a cludge to make it work for now as I don't know how to fix the problem.

> I don't think that's a good idea, something else is changing `F.scaled_dot_product_attention` to sageattention in your enviroment, VAE should not be ran on sageattention even if you force it...

This issue eventually went away for me when I deleted ComfyUI-WanVideoWrapper and reinstalled it from scratch.