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

Опубликовано: 27 Февраль 2026
на канале: Tech-Practice
5,894
63

this video gives a demo of how to use other model ckpt files for AMD GPU running stable diffusion on Windows.
👉ⓢⓤⓑⓢⓒⓡⓘⓑⓔ Thank you for watching! please consider subscribe. thank you!
👉🏽Update: Mar 23. Please join the discord server at   / discord   where you can ask questions and also try out my recently developed free chatgpt bot and stable diffusion bot!
(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    • Text to image: running Stable diffusion on...   and    • AMD GPU/Windows Web GUI for running Stable...  , 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/1Bvyt...
https://drive.google.com/file/d/1y8P8...
https://drive.google.com/file/d/1mweA...
https://drive.google.com/file/d/1NvuW...
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!