CQxiaocaimi
CQxiaocaimi
Friend, have you solved your problem? I am also facing the same problem as you, but I still can't find the answer. So I want to ask you, maybe you...
> ``` > # Configs > ckpt_path = './controlNet/ckpt/last.ckpt' > > > model = create_model('./models/cldm_v15.yaml').cpu() > model.load_state_dict(load_state_dict(ckpt_path, location='cpu')) > > torch.save(model.state_dict(),"./controlNet/ckpt/last.pth") > ``` > > 然后,您可以将 .pth 与 gradio_xxxxx.py 一起使用...
I was wrong. The images of Sample_002 and Reconstruction_002 should be fixed, but the Sample_002 generated now is from another image, which is completely unrelated to Reconstruction_002.
> 如果你是控制网训练的新手,我建议从一个简单的开始,比如边缘模型,以了解参数和图像准备如何影响训练,请参阅此处 [lllyasviel/ControlNet#318 (评论)](https://github.com/lllyasviel/ControlNet/discussions/318#discussioncomment-7202122) 和 https://civitai.com/articles/2078 。根据我的经验,1-2 个时期通常没问题(假设 200k 个样本 a32)。我非常理解对所有样本使用相同的提示的意义是什么,最好对基本模型进行微调。 I have read this article and used the basic tutorial, but I am still having trouble. I want to...
> 是的 How should I write the correspondingyaml file?I don't know how to do this. Can you help me? For example, I use stable-diffusion-xl-base-1.0 and want to train ControlNet's ip2p,...