Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-07-22 22:58:28 +05:30
parent d1308bf149
commit bc8bf2007d
99 changed files with 4784 additions and 111 deletions
+12
View File
@@ -0,0 +1,12 @@
# FLUX.2 [klein] worker. torch is installed (CUDA 12.8 build) FIRST in the
# Dockerfile so it carries Blackwell kernels; diffusers is from git for the
# Flux2KleinPipeline. FLUX.2 uses a Mistral-based text encoder → transformers +
# sentencepiece/protobuf.
diffusers @ git+https://github.com/huggingface/diffusers.git
transformers>=4.49.0
accelerate>=1.2.0
safetensors>=0.4.5
sentencepiece>=0.2.0
protobuf>=4.25.0
Pillow==10.4.0
runpod==1.7.9