[+] uv
This commit is contained in:
@@ -0,0 +1 @@
|
||||
3.10
|
||||
@@ -0,0 +1,21 @@
|
||||
[project]
|
||||
name = "hdi1"
|
||||
version = "1.0.0"
|
||||
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"
|
||||
dependencies = [
|
||||
"accelerate>=1.2.1",
|
||||
"bitsandbytes>=0.45.5",
|
||||
"diffusers>=0.32.1",
|
||||
"einops>=0.7.0",
|
||||
"flash-attn>=2.7.0",
|
||||
"gptqmodel>=2.2.0",
|
||||
"optimum>=1.24.0",
|
||||
"sentencepiece>=0.2.0",
|
||||
"setuptools>=78.1.0",
|
||||
"torch>=2.5.1",
|
||||
"torchvision>=0.20.1",
|
||||
"transformers>=4.47.1",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user