You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
Thanks for reply. I used ur fixed scripts/sample.py code to sample images from my local checkpoint files, such as logs/run_name/checkpoints/checkpoint_165 in config.resume_from. However, I have an error with AttributeError: 'AttnProcsLayers' object has no attribute 'load_attn_procs'. Do you have any idea about this error?
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 atlogs/checkpoint_0
. There areoptimizer.bin, pytorch_lora_weights.bin, random_states_0.pkl, scaler.pt
files. After training model, how can I sample images from trained model?Regrads,
The text was updated successfully, but these errors were encountered: