Open linwenzhao1 opened 1 week ago
I used Pt format for simple tuning mode (for me .pt is simpler for model training) you can change code in condition after if args.pretrained_controlnet_path:
to load .safetensors model. For example as I did in jupyter notebook example.
Also you provide too small log info, I only can say that model path is incorrect)
I use my own data to fine-tune. but the reasoning result is incorrect. Do you know the reason?
Sorry, I don't know why this is happening.
The format for loading a model into the code is Pt. I got the following error while executing the inference code. How to solve it?