| export FLUX_DEV="./weights/FLUX.1-dev/flux1-dev.safetensors" | |
| export AE="./weights/FLUX.1-dev/ae.safetensors" | |
| export T5="./weights/xflux_text_encoders" | |
| export CLIP="./weights/clip-vit-large-patch14" | |
| export LORA="./save/1024_modernart/dit_lora.safetensors" | |
| CUDA_VISIBLE_DEVICES=0 python inference.py | |