AMD GPU – How to use other model (e.g. NovelAI, CivitAI ckpt ) Stable Diffusions, method 2



AMD GPU – How to use other model (e.g. NovelAI, CivitAI ckpt ) Stable Diffusions, method 2

AMD GPU - How to use other model (e.g. NovelAI, CivitAI ckpt ) Stable Diffusions, method 2

Thank you for watching! please consider subscribe. thank you!
๐Ÿ‘‰โ“ขโ“คโ“‘โ“ขโ“’โ“กโ“˜โ“‘โ“”
(I had a dental visit today and swelling teeth, so not able to speak well. But want to share the tutorial with everyone ASAP. Thus the later part of video only have some music background. Sorry about it.)
Following up to previous videos https://youtu.be/_6yP3Gv04-w and https://youtu.be/K6TWilbjSmc, this video gives a demo of how to use other model ckpt files for AMD GPU running stable diffusion on Windows.
1:24 fetch the ckpt model file.
1:53 download the needed script. Links:
https://drive.google.com/file/d/1BvytDBgm0D6MF9Yl-Nn2nuMxN1jLy8cu/view?usp=sharing
https://drive.google.com/file/d/1y8P8Gu5Y9FLYc_DnofpZ2J6eVX7AAyaB/view?usp=sharing
https://drive.google.com/file/d/1mweAG7_B9Qu0WA-29frF_vHe4_N1wmrX/view?usp=sharing
https://drive.google.com/file/d/1NvuWoTWKfHFLWA6Embzc3Jc4LgjLaBcV/view?usp=sharing
2:45 activate python environment
3:30 Convert stable diffusion (.ckpt) to diffusers
python convert_original_stable_diffusion_to_diffusers.py –checkpoint_path=”path to your model.ckpt” –dump_path=”./model_diffuser”
4:38 Convert diffusers model to ONNX format model
python convert_stable_diffusion_checkpoint_to_onnx.py –model_path=”./model_diffuser” –output_path=”./model_diffuser_onnx”
5:54 Test run of the converted model
7:44 Other models (such as ckpt files from Civitai that you can try.
If you need troubleshooting, please post them in comments. Good luck!

Comments are closed.