Skip to content

Commit edadfec

Browse files
lawrence-cjyujincheng08
authored andcommitted
pre-commit;
Signed-off-by: lawrence-cj <[email protected]>
1 parent 9da8550 commit edadfec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/sana_pipeline.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,7 @@ def forward(
233233
)
234234

235235
for _ in range(num_images_per_prompt):
236-
prompts.append(
237-
prepare_prompt_ar(prompt, self.base_ratios, device=self.device, show=False)[0].strip()
238-
)
236+
prompts.append(prepare_prompt_ar(prompt, self.base_ratios, device=self.device, show=False)[0].strip())
239237

240238
with torch.no_grad():
241239
# prepare text feature

0 commit comments

Comments
 (0)