Spaces:
Running on Zero
Running on Zero
File size: 2,429 Bytes
b701455 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | [project]
name = "lightdiffusion-next"
version = "0.1.0"
description = "The fastest AI-powered image generation WebUI, combining speed, precision, and flexibility."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"torch",
"torchvision",
"xformers",
"numpy<2.0.0",
"aiohappyeyeballs",
"aiohttp",
"aiosignal",
"annotated-types",
"anyio",
"async-timeout",
"attrs",
"certifi",
"chardet",
"charset-normalizer",
"colorama",
"contourpy",
"cycler",
"darkdetect",
"dill",
"einops",
"exceptiongroup",
"ffmpeg-python",
"filelock",
"fonttools",
"frozenlist",
"fsspec",
"future",
"gitdb",
"GitPython",
"h11",
"httpcore",
"httpx",
"huggingface-hub",
"idna",
"imageio",
"imageio-ffmpeg",
"intel-cmplr-lib-ur",
"intel-openmp",
"Jinja2",
"kanren",
"kiwisolver",
"lazy_loader",
"MarkupSafe",
"matplotlib",
"mkl",
"mpmath",
"multidict",
"multipledispatch",
"networkx",
"ollama",
"opencv-python",
"opencv-python-headless",
"packaging",
"pandas",
"piexif",
"pillow",
"propcache",
"psutil",
"py-cpuinfo",
"pydantic",
"pydantic_core",
"pyparsing",
"python-dateutil",
"python-dotenv",
"pytz",
"PyYAML",
"regex",
"requests",
"safetensors",
"scikit-image",
"scipy",
"seaborn",
"segment-anything",
"six",
"smmap",
"sniffio",
"sympy",
"tbb",
"tcmlib",
"tifffile",
"tokenizers",
"toolz",
"torchsde>=0.2.6",
"tqdm",
"trampoline",
"transformers",
"typing_extensions",
"tzdata",
"ultralytics",
"ultralytics-thop",
"umf",
"unification",
"urllib3",
"yarl",
"gguf",
"gradio>=5.0.0,<6",
"spaces",
"fastapi",
"uvicorn",
"hf_xet",
"streamlit",
"triton-windows; sys_platform == 'win32'",
"tomesd",
"websockets>=12.0",
"wsproto",
"pytest-asyncio",
]
[project.optional-dependencies]
dev = [
"coverage",
]
[tool.uv]
managed = true
package = false
[[tool.uv.index]]
name = "pytorch-cu128"
url = "https://download.pytorch.org/whl/cu128"
explicit = true
[tool.uv.sources]
torch = { index = "pytorch-cu128" }
torchvision = { index = "pytorch-cu128" }
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
|