MinImagen icon indicating copy to clipboard operation
MinImagen copied to clipboard

Training params

Open AndrewBaker opened this issue 3 years ago • 1 comments

Thanks for the article.

When I remove --TESTING param it looks like training would take a year. This is running on Collab/T4 gpu.

Are there any params I can use to train in a reasonable amount of time, and see output images that don't look like static?

Thanks

AndrewBaker avatar Aug 21 '22 19:08 AndrewBaker

Hey there @AndrewBaker - training indeed does take a while, I stripped off many of the bells and whistles discovered/invented over the last couple of years in making diffusion models more efficient. We trained for a while and did get some results, but given that the implementation is minimal they were not great. If you'd like I may be able to drop the checkpoint for you to use, but maybe using something like Stable Diffusion would be better for your goals? It's open source and weights are available. We have a guide on how to run stable diffusion - you can get up-and-running in ~5-10 minutes.

image_0

oconnoob avatar Aug 25 '22 14:08 oconnoob