Spaces:
Running on L40S
Running on L40S
| # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
| # SPDX-License-Identifier: OpenMDW-1.1 | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [project] | |
| name = "diffusers-cosmos3" | |
| version = "0.1.0" | |
| description = "diffusers plugin that loads Cosmos3 checkpoints" | |
| requires-python = ">=3.10" | |
| dependencies = ["diffusers>=0.37.0"] | |