control-lora-v2 icon indicating copy to clipboard operation
control-lora-v2 copied to clipboard

run with distilled model

Open kmpartner opened this issue 1 year ago • 2 comments

Is it possible to run distilled model (Block-removed Knowledge-distilled Stable Diffusion, https://github.com/Nota-NetsPresso/BK-SDM).

When I tried to some distilled model. I got error message similar to "unknown mid_block_type" , probably because of unet structure changed.

kmpartner avatar Jun 05 '24 09:06 kmpartner

The neural network structure of this model is modified based on controlnet, so the neural network structure you want to use should be adapted to controlnet first.

HighCWu avatar Jun 05 '24 13:06 HighCWu

Thank you for response.

kmpartner avatar Jun 09 '24 12:06 kmpartner