[F] Fix w and h

This commit is contained in:
2025-04-08 23:45:31 +00:00
parent 5e133fcd33
commit 26f220b443
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ def generate_image(pipe: HiDreamImagePipeline, model_type: str, prompt: str, res
num_inference_steps = config["num_inference_steps"]
# Parse resolution
height, width = resolution
width, height = resolution
# Handle seed
if seed == -1:
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "hdi1"
version = "1.0.2"
version = "1.0.3"
description = "HiDream-I1 is a new open-source image generative foundation model with 17B parameters that achieves state-of-the-art image generation quality within seconds."
readme = "README.md"
requires-python = ">=3.10"