Neil C. Obremski

Results 1 comments of Neil C. Obremski

I've been fighting this today. I naively tried removing the `False` parameter passed within the [code in diffusers.py](https://github.com/Lightricks/LTX-Video-Q8-Kernels/blob/f3066edea210082799ca5a2bbf9ef0321c5dd8fc/q8_kernels/integration/diffusers.py#L158C35-L172C18 ) to: ```python query = attn.to_q(hidden_states, hidden_states_scales, torch.bfloat16) query = rms_norm_rope(query, freqs_cis[0],...