diffusers-ncnn icon indicating copy to clipboard operation
diffusers-ncnn copied to clipboard

Results 5 diffusers-ncnn issues
Sort by recently updated
recently updated
newest added

(bk-sdm) :~/pnnx/build/install/bin$ ./pnnx ~/diffusers-ncnn/model/unet-fp16.pt inputshape=[1,4,32,32],[1],[1,77,768] pnnxparam = ~/diffusers_ncnn/model/unet_fp16.pnnx.param pnnxbin = ~/diffusers_ncnn/model/unet_fp16.pnnx.bin pnnxpy =~/diffusers_ncnn/model/unet_fp16_pnnx.py pnnxonnx = ~/diffusers_ncnn/model/unet_fp16.pnnx.onnx ncnnparam =~/diffusers_ncnn/model/unet_fp16.ncnn.param ncnnbin = ~/diffusers_ncnn/model/unet_fp16.ncnn.bin ncnnpy = ~/diffusers_ncnn/model/unet_fp16_ncnn.py fp16 = 1 optlevel = 2...

What to change in the unet_2d_condition.py? I have tried to convert a diffuser model to ncnn but I'm getting the following error.

您好,这个项目里只有UNET部分转成NCNN的教程吗,请问CLIP和VAE部分的NCNN转换也能提供一下吗? 万分感谢!

用colab进行转换,报错了,完整的ipynb如下 https://gist.github.com/Baiyuetribe/6109dd92842cd28d3bf1b445f81a7ba5

I don't have a pc so I'm trying to install ncnn model by decompiling the app but I already converted the epicrealism_lullabuy.safetensors To ncnn but how do I install the...