| [project] | |
| name = "image-variations-experiment" | |
| description = "Experimental Flux/PixArt finetunes for image variations" | |
| version = "0.1.0" | |
| readme = "README.md" | |
| requires-python = ">=3.9" | |
| dependencies = [ | |
| "accelerate>=1.4.0", | |
| "diffusers>=0.32.2", | |
| "pillow>=11.1.0", | |
| "protobuf>=5.29.3", | |
| "sentencepiece>=0.2.0", | |
| "torch==2.5.1", | |
| "torchvision==0.20.1", | |
| "transformers==4.46.1", | |
| ] | |