微调自动编码器
Closed this issue · 4 comments
anzitong commented
在build_model.py文件中。path_input 是不是在finetune_autoencoder.py中得到的autoencoders.ckpt重命名成mvtecad_fs.ckpt
Stable Diffusion v1.5
input_path = './models/v1-5-pruned.ckpt'
Output DiAD model
output_path = './models/diad.ckpt'
Finetuned autoencoders
path_input = './models/mvtecad_fs.ckpt'
lewandofskee commented
Yes, exactly.
anzitong commented
Yes, exactly.
微调后的模型是不是保存在这里。./lightning_logs/version_x/checkpoints/epoch=xxx-step=xxx.ckpt,然后将其重命名为mvtecad_fs.ckpt 并移动到models文件夹下?谢谢您的回复。
lewandofskee commented
Yes, exactly.
微调后的模型是不是保存在这里。./lightning_logs/version_x/checkpoints/epoch=xxx-step=xxx.ckpt,然后将其重命名为mvtecad_fs.ckpt 并移动到models文件夹下?谢谢您的回复。
Yes, you are right.
anzitong commented
是的,没错。
微调后的模型是不是保存在这里。./lightning_logs/version_x/checkpoints/epoch=xxx-step=xxx.ckpt,然后将其重命名为mvtecad_fs.ckpt 并移动到models文件夹下?谢谢您的回复。
是的,你是对的。
好的。非常感谢/