mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
Bound
This commit is contained in:
@@ -218,7 +218,7 @@ class QwenEmbedRope(nn.Module):
|
||||
self.rope_cache[rope_key] = self._compute_video_freqs(frame, height, width, idx)
|
||||
video_freq = self.rope_cache[rope_key]
|
||||
else:
|
||||
video_freq = self._compute_video_freqs.__wrapped__(frame, height, width, idx)
|
||||
video_freq = self._compute_video_freqs.__wrapped__(self, frame, height, width, idx)
|
||||
video_freq = video_freq.to(device)
|
||||
vid_freqs.append(video_freq)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user