Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Commit
•
cbff307
1
Parent(s):
6630549
Update app.py
Browse files
app.py
CHANGED
@@ -650,7 +650,7 @@ class SamplingOptions:
|
|
650 |
height: int
|
651 |
guidance: float
|
652 |
seed: int | None
|
653 |
-
joint_attention_kwargs:
|
654 |
|
655 |
|
656 |
def get_image(image) -> torch.Tensor | None:
|
|
|
650 |
height: int
|
651 |
guidance: float
|
652 |
seed: int | None
|
653 |
+
joint_attention_kwargs: Any | None
|
654 |
|
655 |
|
656 |
def get_image(image) -> torch.Tensor | None:
|