You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been doing experiments with DAdaptation. After tinkering a bit I found a very good setup and obtained a really good output model out of it.
The model seems to work fine when used, both with the standard webui LoRA implementation and your own extension.
But when loaded, with both implementations, it'll give a strange warning:
The webui implementation shows a similar warning as well.
As demonstrated by the image, the training worked, and very well, so this is just noise about extra blocks?
Should I be concerned about it? Did something fail in the training? I see no visible warnings or errors in the training console.
I'm using your scripts at commit dd05d99 and the config of this training is as follows:
The training will be OK. This is an issue in Additional Networks extension. Some LoRA modules for Conv2d-3x3 are not enabled, and the weights for these modules are not loaded as the warning says. I think the Web UI's built-in LoRA also doesn't support LoRA modules for Conv2d-3x3, therefore it will bring almost same result. I will fix this after work.
The updated extension is fine with the older model. Then I updated the scripts and trained again, and now sd-webui doesn't output warnings anymore, so seems fully fixed! Thank you.
I have been doing experiments with DAdaptation. After tinkering a bit I found a very good setup and obtained a really good output model out of it.
The model seems to work fine when used, both with the standard webui LoRA implementation and your own extension.
But when loaded, with both implementations, it'll give a strange warning:
The webui implementation shows a similar warning as well.
As demonstrated by the image, the training worked, and very well, so this is just noise about extra blocks?
Should I be concerned about it? Did something fail in the training? I see no visible warnings or errors in the training console.
I'm using your scripts at commit dd05d99 and the config of this training is as follows:
The text was updated successfully, but these errors were encountered: