Skip to content

Commit 5297450

Browse files
committed
fix prompt missing from last commits
1 parent a9d4197 commit 5297450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/sana/test_sana_sprint_img2img.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_dummy_inputs(self, device, seed=0):
142142
else:
143143
generator = torch.Generator(device=device).manual_seed(seed)
144144
inputs = {
145-
"prompt": "A painting of a squirrel eating a burger",
145+
"prompt": "",
146146
"image": image,
147147
"strength": 0.5,
148148
"generator": generator,

0 commit comments

Comments
 (0)