forked from bytedance/USO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
23 lines (18 loc) · 716 Bytes
/
Copy pathexample.env
File metadata and controls
23 lines (18 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Hugging face token goes here:
HF_TOKEN=your_huggingface_token_here
# Core Flux weights
FLUX_DEV=./weights/FLUX.1-dev/flux1-dev.safetensors
FLUX_DEV_FP8=./weights/FLUX.1-dev/flux1-dev.safetensors
AE=./weights/FLUX.1-dev/ae.safetensors
# Text + vision encoders
T5=./weights/t5-xxl
CLIP=./weights/clip-vit-l14
LORA=./weights/USO/uso_flux_v1.0/dit_lora.safetensors
# USO LoRA + projector
PROJECTION_MODEL=./weights/USO/uso_flux_v1.0/projector.safetensors
SIGLIP_PATH=./weights/siglip
# -------------------------------
# Optional: Flux-Krea variant
# -------------------------------
# FLUX_DEV=./weights/FLUX.1-Krea-dev/flux1-krea-dev.safetensors
# FLUX_DEV_FP8=./weights/FLUX.1-Krea-dev/flux1-krea-dev.safetensors