fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

Guidance on writing a Python script to generate images with a trained model (outside of web UI)

Open VincentLu91 opened this issue 1 year ago • 8 comments

Hi,

I recently trained a model using the fast-Dreambooth notebook. I ended up with a checkpoint file in my google drive and was able to run the UI and generate the images there.

However, I couldn't find any guide online about how to write a custom Python script to generate images so I could run the program in the CLI. Do you have any ideas or resources that could point me in the right direction?

VincentLu91 avatar Nov 18 '22 04:11 VincentLu91