IrisRainbowNeko / HCP-Diffusion

A universal Stable-Diffusion toolbox
Apache License 2.0
896 stars 75 forks source link

Model conversion error #23

Closed masinov closed 1 year ago

masinov commented 1 year ago

Model conversion from webui to diffusers framework wont work with diffusers==0.18.x Trying to do so will yield the following error: "TypeError: convert_ldm_clip_checkpoint() got an unexpected keyword argument 'text_encoder'" Downgrading to diffusers==0.17.1 fixes this issue. Perhaps the requirements should be modified to enforce the use of 0.17.x diffusers lib.

IrisRainbowNeko commented 1 year ago

New version fix this bug and support to diffusers==0.18