dwehr's picture
Migrate action viewer to local Cosmos generation
9f818c5
Raw
History Blame Contribute Delete
397 Bytes
# 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"]