Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gty111 committed Sep 22, 2024
1 parent 43a0707 commit 989a0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/pixartsigma_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def main():
output_type=input_config.output_type,
use_resolution_binning=input_config.use_resolution_binning,
generator=torch.Generator(device="cuda").manual_seed(input_config.seed),
clean_caption=False,
)
end_time = time.time()
elapsed_time = end_time - start_time
Expand Down

0 comments on commit 989a0b7

Please sign in to comment.