Open kmpartner opened 1 month ago
Hi, those models are distilled but also have blocks removed, even if the IP Adapters load they probably won't work or be good.
Also the IP Adapter you're using is for SD 1.5, and those models are SD 1.4 and 2.1 respectively, so its not a matter of if they're distilled or not, they're a different arch altogether.
Thank you for response. Do you think retraining or fine tuning on distilled model will work for IP-Adapter for distilled model after changing structure of IP-Adapter to match distilled model (IP-Adapter version of bk-sdm) ? Or is it same as training from scratch to distilled model?
The problem here is not that is a distilled model or even missing blocks, they're different model architectures.
You can't finetune the ones we have for SD 1.4 or SD 2.1, so you'll need to train them from scratch. IP Adapters work out of the box for distilled models, for example you can use the SDXL ones with the Lighting or Hyper models.
For the case where is the same architecture but with missing blocks I haven't tested if they even work or if they're good, you can try with the SSD-1B using the SDXL IP Adapters.
Thank you for your response. Now I start to understand differences between bk-sdm and ssd-1b model, and importance of parent model. By the way, are there sdv1.5 based block removed distilled models, like ssd-1b for sdxl?
Not that I know of, SD 1.5 was a small model that runs on most machines so there wasn't really the need to do that when it got popular.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Is it possible to load IP-Adapter for distilled SD v1 or v2 based models such as nota-ai/bk-sdm-tiny or nota-ai/bk-sdm-v2-tiny?
When I tried to load ip adapter using bk-sdm-tiny
I got errors, probably because of differences in unet structures.
How can I solve this problems?