FLUX.2-Klein-LoRA-Studio is an experimental, high-performance image-to-image manipulation and style-transfer platform built on top of the black-forest-labs/FLUX.2-klein-9B model.
19
stars
33
commits
HTML
primary language
Aug 12, 2026
updated
FLUX.2-Klein-LoRA-Studio is an experimental, high-performance image-to-image manipulation and style-transfer platform built on top of the black-forest-labs/FLUX.2-klein-9B model. The application integrates specialized LoRA adapters—such as Klein-Consistency, Klein-Delight-Style, Best-Face-Swap, and Ghost-Mannequin—to deliver precision edits including consistency-preserved transformations, lighting neutralizations, identity-locked face swaps, and 3D apparel volume creation.
The workspace is served via a single-page web app built with a FastAPI backend server (gradio.Server) and a dark-mode frontend interface featuring a dual-view canvas, A/B comparison slider, history filmstrip, and interactive prompt suggestions.
Alissonerdx/BFS-Best-Face-Swap) designed to seamlessly combine the background environment and micro-expressions of a base image with the target facial structure of a source portrait.├── examples/
│ ├── 1.jpg
│ ├── 2.jpg
│ ├── C.jpg
│ ├── cloth.jpg
│ ├── face-swap.jpg
│ ├── image.webp
│ ├── mc.png
│ └── Snow-Klein-consistency.png
├── qwenimage/
│ ├── __init__.py
│ ├── pipeline_qwenimage_edit_plus.py
│ ├── qwen_fa3_processor.py
│ └── transformer_qwenimage.py
├── app.py
├── index.html
├── LICENSE.txt
├── pre-requirements.txt
├── pyproject.toml
├── README.md
├── requirements.txt
└── uv.lock
To set up the FLUX.2-Klein-LoRA-Studio environment locally, configure your system according to the specifications below. A modern CUDA-enabled GPU is required.
torch==2.11.0 or above is required for best compatibility.--extra-index-url [https://download.pytorch.org/whl/cu130](https://download.pytorch.org/whl/cu130)), matching the environment used on the live Hugging Face demo.uv (Recommended)uv is an ultra-fast Python package and project manager written in Rust. It ensures rapid virtual environment setup and exact dependency synchronization based on the uv.lock file.
Step 1 — Install uv
curl -LsSf https://astral.sh/uv/install.sh | shpowershell -c "irm https://astral.sh/uv/install.ps1 | iex"Step 2 — Clone the repository
git clone https://github.com/PRITHIVSAKTHIUR/FLUX.2-Klein-LoRA-Studio.git
cd FLUX.2-Klein-LoRA-Studio
Step 3 — Initialize the project and install dependencies
uv sync
Step 4 — Run the script
uv run app.py
1. Update Package Manager Upgrade your local package manager:
pip install pip>=26.1.2
2. Install Core Dependencies
Install the primary deep learning stack, transformer libraries, and core computing utilities listed in requirements.txt:
pip install -r requirements.txt
requirements.txt)--extra-index-url https://download.pytorch.org/whl/cu130
torch==2.11.0
torchvision==0.26.0
transformers==5.14.1
accelerate==1.14.0
diffusers==0.39.0
peft==0.19.1
gradio==6.22.0
av==17.1.0
spaces==0.51.1
huggingface-hub==1.24.0
kernels==0.16.0
Once the web server initializes, open your browser to the local address output in your terminal (typically http://127.0.0.1:7860/).
33 commits
HTML
83.6%
Python
16.4%
FLUX.2-Klein-LoRA-Studio is an experimental, high-performance image-to-image manipulation and style-transfer platform built on top of the black-forest-labs/FLUX.2-klein-9B model.
19
stars
33
commits
HTML
primary language
Aug 12, 2026
updated
FLUX.2-Klein-LoRA-Studio is an experimental, high-performance image-to-image manipulation and style-transfer platform built on top of the black-forest-labs/FLUX.2-klein-9B model. The application integrates specialized LoRA adapters—such as Klein-Consistency, Klein-Delight-Style, Best-Face-Swap, and Ghost-Mannequin—to deliver precision edits including consistency-preserved transformations, lighting neutralizations, identity-locked face swaps, and 3D apparel volume creation.
The workspace is served via a single-page web app built with a FastAPI backend server (gradio.Server) and a dark-mode frontend interface featuring a dual-view canvas, A/B comparison slider, history filmstrip, and interactive prompt suggestions.
Alissonerdx/BFS-Best-Face-Swap) designed to seamlessly combine the background environment and micro-expressions of a base image with the target facial structure of a source portrait.├── examples/
│ ├── 1.jpg
│ ├── 2.jpg
│ ├── C.jpg
│ ├── cloth.jpg
│ ├── face-swap.jpg
│ ├── image.webp
│ ├── mc.png
│ └── Snow-Klein-consistency.png
├── qwenimage/
│ ├── __init__.py
│ ├── pipeline_qwenimage_edit_plus.py
│ ├── qwen_fa3_processor.py
│ └── transformer_qwenimage.py
├── app.py
├── index.html
├── LICENSE.txt
├── pre-requirements.txt
├── pyproject.toml
├── README.md
├── requirements.txt
└── uv.lock
To set up the FLUX.2-Klein-LoRA-Studio environment locally, configure your system according to the specifications below. A modern CUDA-enabled GPU is required.
torch==2.11.0 or above is required for best compatibility.--extra-index-url [https://download.pytorch.org/whl/cu130](https://download.pytorch.org/whl/cu130)), matching the environment used on the live Hugging Face demo.uv (Recommended)uv is an ultra-fast Python package and project manager written in Rust. It ensures rapid virtual environment setup and exact dependency synchronization based on the uv.lock file.
Step 1 — Install uv
curl -LsSf https://astral.sh/uv/install.sh | shpowershell -c "irm https://astral.sh/uv/install.ps1 | iex"Step 2 — Clone the repository
git clone https://github.com/PRITHIVSAKTHIUR/FLUX.2-Klein-LoRA-Studio.git
cd FLUX.2-Klein-LoRA-Studio
Step 3 — Initialize the project and install dependencies
uv sync
Step 4 — Run the script
uv run app.py
1. Update Package Manager Upgrade your local package manager:
pip install pip>=26.1.2
2. Install Core Dependencies
Install the primary deep learning stack, transformer libraries, and core computing utilities listed in requirements.txt:
pip install -r requirements.txt
requirements.txt)--extra-index-url https://download.pytorch.org/whl/cu130
torch==2.11.0
torchvision==0.26.0
transformers==5.14.1
accelerate==1.14.0
diffusers==0.39.0
peft==0.19.1
gradio==6.22.0
av==17.1.0
spaces==0.51.1
huggingface-hub==1.24.0
kernels==0.16.0
Once the web server initializes, open your browser to the local address output in your terminal (typically http://127.0.0.1:7860/).
33 commits
HTML
83.6%
Python
16.4%