rmac85
rmac85
The other one is the pipeline scheduler (DDIM) in lines 485 and 736: https://github.com/ShivamShrirao/diffusers/blob/main/examples/dreambooth/train_dreambooth.py Basically what I'm asking, because when fine-tuning is finished I only have one scheduler_config.json, is if...
Thanks, I've also found that this method works best so far, very sound advice. I've been testing it out over the past week or so since my questions. A few...
Add --read_prompts_from_txts \ then add a .txt file for every instance image with the same name. pic1.png - pic1.png.txt
It should work fine, but on colab use stabilityai/stable-diffusion-2-1-base, not just 2-1. The problem lies with the image resolution. You can't finetune a model on 768 resolution on colab as...