Spaces:
Sleeping
Sleeping
Update text2vid_torch2.py
Browse files- text2vid_torch2.py +2 -2
text2vid_torch2.py
CHANGED
|
@@ -168,7 +168,7 @@ class AttnProcessor2_0:
|
|
| 168 |
|
| 169 |
return hidden_states
|
| 170 |
|
| 171 |
-
|
| 172 |
def get_qk(
|
| 173 |
self, query, key):
|
| 174 |
r"""
|
|
@@ -222,7 +222,7 @@ class AttnProcessor2_0:
|
|
| 222 |
|
| 223 |
|
| 224 |
return query, key, dynamic_lambda, key1
|
| 225 |
-
|
| 226 |
|
| 227 |
def get_qk(
|
| 228 |
self, query, key):
|
|
|
|
| 168 |
|
| 169 |
return hidden_states
|
| 170 |
|
| 171 |
+
'''
|
| 172 |
def get_qk(
|
| 173 |
self, query, key):
|
| 174 |
r"""
|
|
|
|
| 222 |
|
| 223 |
|
| 224 |
return query, key, dynamic_lambda, key1
|
| 225 |
+
'''
|
| 226 |
|
| 227 |
def get_qk(
|
| 228 |
self, query, key):
|