-
Hello i am trying to train with 2.1 i am not getting a lot of success this far, i decided to dump my previously 1.5 generated class images and create new one for 2.1 however when i use this option all the class images turn out all black/brown images i tried the same class prompt in the text2img tab it i am getting proper images. not sure what i am doing wrong... could this be the cause why my dreambooth trainings with 2.1 are failing ? i made sure that the proper yaml file is the 512 folder and the 768 folder... when i tried 512 folder produces brown class images and the 768 produces all black class images, the text2img works fine for both models |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Double-check those YAML files. I thought I had it right but I didn't. I posted the correct arrangement here: |
Beta Was this translation helpful? Give feedback.
-
upon further testing i generated class images manually, and trained a person, the model generated seems to produce very weird results upon checking the yaml file generated with the model it has the following line : parameterization: "v" which i think is usually exclusive to the 768 model, so seems the dreambooth training is assuming the 512 model is the 768 model and training with that assumption |
Beta Was this translation helpful? Give feedback.
-
i trained a 768 model with 512 images, which worked fine... the trick turned out to use memory attention xformers which allowed the image generation for class images to go smoothly |
Beta Was this translation helpful? Give feedback.
i trained a 768 model with 512 images, which worked fine... the trick turned out to use memory attention xformers which allowed the image generation for class images to go smoothly