T2I-Adapter-for-Diffusers
T2I-Adapter-for-Diffusers copied to clipboard
Transfer the T2I-Adapter with any basemodel in diffusers🔥
你好 使用下面方式读取权重时报错 adapter = T2IAdapter.from_config("../diffusers-t2i-adapter/models/config.json") adapter.load_state_dict(torch.load("../diffusers-t2i-adapter/models/t2iadapter_style_sd14v1.pth")) RuntimeError: Error(s) in loading state_dict for T2IAdapter: Missing key(s) in state_dict: "body.0.block1.weight", "body.0.block1.bias", "body.0.block2.weight", "body.0.block2.bias", "body.1.block1.weight", "body.1.block1.bias", "body.1.block2.weight", "body.1.block2.bias", "body.2.block1.weight", "body.2.block1.bias", "body.2.block2.weight", "body.2.block2.bias", "bod
As you've said the procedure to the necessary changes but i'm not able to find the # manually change ./src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_adapter.py in the given path, is therre any other way to...
Hello, Thank you for your awesome project! I want to ask when you will release the code of inpainting of T2Iadapter. Thanks a lot!