DeepCache
DeepCache copied to clipboard
It is not work when using the base model in safetensors format.
When I use the basic model in safetensors format, the error is as follows:
Who can help me?
Hi @l-dawei,
Could you check which UNet2DConditionModel the code would call? The one in diffusers or the one in DeepCache/sdxl/unet_2d_condition.py
Hi @l-dawei,
Could you check which UNet2DConditionModel the code would call? The one in diffusers or the one in DeepCache/sdxl/unet_2d_condition.py
I checked and found that if I use the from_single_file function to load, the UNet2DConditionModel of diffusers is still called.
Hi @l-dawei,
Could you check which UNet2DConditionModel the code would call? The one in diffusers or the one in DeepCache/sdxl/unet_2d_condition.py
When I use from_pretrained and from_single_file the different unet_2d_condition is called.