Open dioxin1997 opened 1 year ago
The first one is using ddim and second is using plms, all other params are the same.
I used "512-base-ema.ckpt" of stable diffusion v2 and parameterization: "v" in the finetuning.
That is interesting, not something I've looked into. I do remember some anecdotal evidence that dream booth worked better with ddim too.
这很有趣,不是我研究过的东西。我确实记得一些轶事证据表明,梦想展位在 ddim 中也效果更好。
Traceback (most recent call last):
File "/content/stable-diffusion/main.py", line 923, in
Looks like somehow your images it not the right shape, should be 1,3,512,512. The code expects nhwc images out of your dataset I think, and converts to nchw somewhere else
The stable diffusion model finetuned with Pokemon dataset works well with DDIM sampler but works poorly with PLMS sampler.