dakenf / diffusers.js

diffusers implementation for node.js and browser
https://islamov.ai/diffusers.js/
307 stars 34 forks source link

Conversion script & documentation #14

Open dmmagdal opened 8 months ago

dmmagdal commented 8 months ago

I saw you have the convert/ and scripts/ folders in the repo but I cannot find a python converter script to transform current stable diffusion checkpoints & safetensors into ONNX format. Is there anything planned or a resource you can point me to for being able to convert the stable diffusion models (1.4, 1.5, 2.0, 2.1, XL, etc) so that we can use them in this repo?

jdp8 commented 8 months ago

Hello, this project allows you to convert checkpoint and safetensors files to ONNX format. Specifically, this section explains how to do that conversion.

Let me know if you have any other questions!