MEGATHREAD: If the model conversion scripts fail, list them in this thread #82
Replies: 4 comments 12 replies
-
I'm very bad at programming, I wanted to convert a model from a novel ai leak that worked on webui from AUTOMATIC1111, with convert_original_stable_diffusion_to_diffusers.py . Added the address of the script, since without it an error appeared that it was not in the system32 folder.
I tried to use the conversion script from here, the same error, but the description also says this:
after listing a bunch of weights...
and again listing a large number of weights, i don't understand what it means, please help. |
Beta Was this translation helpful? Give feedback.
-
Trying to convert https://civitai.com/models/3950/art-and-eros-aeros-a-tribute-to-beauty
Then after updating the convert_original_stable_diffusion_to_diffusers.py script & running setup.bat - upgrade:
After changing to a different diffusers version:
After adding --original_config_file=v1-inference.yaml to the command:
No idea what to do next |
Beta Was this translation helpful? Give feedback.
-
"convert_stable_diffusion_checkpoint_to_onnx.py" does not apper to function correctly It runs without error but the resulting files do not work for the diffuser. My first instance running into this was under the "Download Model and Convert to ONNX" section "Option 1" did not result in a functional situation, at least not when following the instructions as provided. "Option 2" worked correctly and I am able to open the UI and generate images using the default stable diffusion model. However the issue is that the same command in option 1 that didn't result in function is also the command called to convert 3rd party models from ckpt to onnx Specifically: results in a folder in models that does not contain things like the JSON file. In any case as of now the current instructions do not function to convert cpkt properly. I would be happy if anyone could help me solve the issue. |
Beta Was this translation helpful? Give feedback.
-
model: https://civitai.com/models/4201/realistic-vision-v20 Exporting the operator 'aten::scaled_dot_product_attention' to ONNX opset version 14 is not supported. Please feel free to request support or submit a pull request on PyTorch GitHub: https://github.com/pytorch/pytorch/issues. Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
This thread is to consolidate all the current chat about failed model conversions. If you ran the conversion scripts and it failed please provide the following:
Beta Was this translation helpful? Give feedback.
All reactions