File size: 342 Bytes
0c9bb32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[project]
name = "anime-flow"
version = "0.1.0"
description = "Generate anime faces using conditional flow matching"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "flax>=0.10.2",
    "gradio>=5.9.1",
    "jax[cuda12]>=0.4.38",
    "kagglehub>=0.3.6",
    "matplotlib>=3.10.0",
    "pillow>=11.0.0",
    "pot>=0.9.5",
]