control-lora-v2
control-lora-v2 copied to clipboard
run with distilled model
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.
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.
Thank you for response.