Thanks for your research.
I have question with training d3po with my diffusion model.
I trained my diffusion model with scripts/train.py, and I see output files are at logs/checkpoint_0. There are optimizer.bin, pytorch_lora_weights.bin, random_states_0.pkl, scaler.pt files. After training model, how can I sample images from trained model?
Regrads,