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 obtained a ckpt file from training the model using the command 'python main.py,' and the individual file size is 12GB. However, I noticed in the Custom Diffusion paper that the ckpt file for Dreambooth is only 3GB. Could you please help me understand if I made a mistake somewhere? The sd-v1-4.ckpt file I downloaded from Hugging Face has a size of 4GB, and I used the command 'python main.py -n dog --data_root /root/autodl-tmp/data/dog --reg_data_root /root/autodl-tmp/real_reg/samples_dog/dog --class_word dog.' Is it because the sd-v1-4.ckpt file I downloaded itself is large?
The text was updated successfully, but these errors were encountered:
I obtained a ckpt file from training the model using the command 'python main.py,' and the individual file size is 12GB. However, I noticed in the Custom Diffusion paper that the ckpt file for Dreambooth is only 3GB. Could you please help me understand if I made a mistake somewhere? The sd-v1-4.ckpt file I downloaded from Hugging Face has a size of 4GB, and I used the command 'python main.py -n dog --data_root /root/autodl-tmp/data/dog --reg_data_root /root/autodl-tmp/real_reg/samples_dog/dog --class_word dog.' Is it because the sd-v1-4.ckpt file I downloaded itself is large?
The text was updated successfully, but these errors were encountered: