oxigaf-diffusion 0.1.0

Multi-view diffusion model inference for GAF
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "oxigaf-diffusion"
version = "0.1.0"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-view diffusion model inference for GAF"
readme = "README.md"
keywords = [
    "diffusion",
    "multi-view",
    "ai",
    "deep-learning",
    "generative",
]
categories = [
    "science",
    "multimedia",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigaf"

[features]
default = ["flash_attention"]
flash_attention = []
mixed_precision = []

[lib]
name = "oxigaf_diffusion"
path = "src/lib.rs"

[[test]]
name = "attention_tests"
path = "tests/attention_tests.rs"

[[test]]
name = "camera_tests"
path = "tests/camera_tests.rs"

[[test]]
name = "cfg_ip_adapter_tests"
path = "tests/cfg_ip_adapter_tests.rs"

[[test]]
name = "scheduler_tests"
path = "tests/scheduler_tests.rs"

[[bench]]
name = "diffusion_bench"
path = "benches/diffusion_bench.rs"
harness = false

[[bench]]
name = "flash_attention_bench"
path = "benches/flash_attention_bench.rs"
harness = false

[dependencies.candle-core]
version = "0.9"
default-features = false

[dependencies.candle-nn]
version = "0.9"
default-features = false

[dependencies.candle-transformers]
version = "0.9"
default-features = false

[dependencies.image]
version = "0.25"
features = ["exr"]

[dependencies.oxigaf-flame]
version = "0.1.0"

[dependencies.safetensors]
version = "0.7"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.candle-core]
version = "0.9"
default-features = false

[dev-dependencies.candle-nn]
version = "0.9"
default-features = false

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.10"