guided-diffusion icon indicating copy to clipboard operation
guided-diffusion copied to clipboard

how to train diffusion model

Open myz-glgl opened this issue 1 year ago • 1 comments

May I ask if the MODEL FLAGS parameter here can be used to train the diffusion model? Is only one parameter needed for training the diffusion model? image

myz-glgl avatar Nov 03 '23 09:11 myz-glgl

Not the author but was looking through issues here. You are calling on the "classifier_sample" script. Which samples from an existing classifier model.

To train, take a look at "classifier_train"

As for what parameters are necessary, there is a lot of default options set, so it depends on what you want. Seems like you are aiming for a 128x128 image, and that's a parameter you would have to set.

NoahSchiro avatar Mar 06 '24 20:03 NoahSchiro