HighCWu / control-lora-v2

ControlLoRA Version 2: A Lightweight Neural Network To Control Stable Diffusion Spatial Information Version 2
Apache License 2.0
98 stars 6 forks source link

run with distilled model #4

Open kmpartner opened 3 months ago

kmpartner commented 3 months ago

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.

HighCWu commented 3 months ago

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.

kmpartner commented 2 months ago

Thank you for response.