Open AriannaHeartbell opened 1 month ago
I should investigate the parameters needed for a v-prediction model
https://civitai.com/models/282341?modelVersionId=826474 Same error in this model
Are there any updates for this issue? I'm trying to train on the same model the first person was using and I'm having the same issue
It appears v-pred is out of reach for now, as it's a newer feature and this colab is kept intentionally on an old version (due to memory issues we experienced when trying to upgrade).
You should try Jelo's colab which has its own guide. It's a bit more complicated, notably you need to connect to it using a free program on your own computer. If it doesn't support v-pred models yet, it should support them soon.
I apologize for bringing up an issue and then completely forgetting about it, since upgraded epsilon 1.0 version of the model released and it is well worked with your colab notebook. However, I’d like to make a small correction for the benefit of users like me, who might not be as familiar with programming topics but are reading this thread: The model I said is not a v-pred model. I later learned that "epsilon" refers to 'error', meaning it uses errors in the same way as a typical diffusion model. So the issue mentioned here doesn’t seem to be related to v-prediction.
ah, this explains why every time I tired v-pred models it kept crashing. Thanks again for updating the notebook!
I'm encountering an error when trying to train using a recently uploaded model on Civitai (https://civitai.com/models/833294?modelVersionId=968495). The following error occurs:
Meanwhile, when using same settng but load_diffusers for a diffusers version of the model, I get the following error:
The above warning seems to have been resolved by upgrading diffusers to the latest version. However, I also get this warning I don't know how to handle:
( I tried diffusers version into 0.23.0 but I faced above EDMPMSolver~ issue)
Other sdxl models or non-v-prediction versions of this model (https://civitai.com/models/833294?modelVersionId=932238) train without any issues.