Views
No views yet
| File | Purpose | Required for final inference |
|---|---|---|
genpolar_one_step.pth | Distilled one-step UNet and ControlNet | Yes |
genpolar_vae_encoder_lora/ | VAE encoder LoRA adapter used by the one-step model | Yes |
genpolar_stage1_teacher.pth | Stage-one diffusion teacher used for distillation and stage-one reproduction | No |
.pth files are inference-focused exports. They contain only unet_state_dict and controlnet_state_dict, plus small format metadata. Optimizer states, training counters, the fake score model, training arguments, and duplicate state dictionaries are intentionally excluded.runwayml/stable-diffusion-v1-5 before loading the GenPolar state dictionaries.release_weights/, then run:1python inference.py \
2 --ckpt_path ./release_weights/genpolar_one_step.pth \
3 --vae_lora_dir ./release_weights/genpolar_vae_encoder_lora \
4 --input_folder ./data/DfP \
5 --results_folder ./results \
6 --fp16SHA256SUMS.