-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant convert files #86
Comments
System Specs: Win 10 Pro on I9 13900k, RTX 4070ti, 32gb DDR5 I've also run into this issue. Models were downloaded and saved into the SDG-1.9.1>Data>Models folder as .safetensors. Workflow = Open NMKD, clicking Developer Tools, Convert Models,. The .safetensors file show in the Model File drop-down list (when Model Input Format is set to .safetensors), but when attempting to convert to Pytorch format, NMKD states "Converting model '...safetensors', Failed to convert model". |
Yeah, thats exactly whats happening with me, except my specs are a bit lower (Windows 11 Pro, I5-13600kf, RTX 3060 TI, 32GB DDR4) |
Have you checked what kind of model it is? I got some information from the discord that if it's anything but a .ckpt model, the import won't work. |
This will likely be solved with 1.10 which natively supports loading Safetensors and Diffusers models. |
Ok so, im refering to the feature that makes you able to transform other (e.g. Safetensors) type of models into .ckpt models. |
It fails to convert the model from torch to onyx for me as well. |
has anyone fixed this? im having the same issue with the latest version 1.12.0 my specs exceed minimum specs, I reinstalled everything, ran as admin, tried a different .safetensor, reinstalled my gpu driver. there is absolutly no help related to this issue. general log
convert log
|
FileNotFoundError: [Errno 2] No such file or directory: 'P:/SDGUI/Data/sessions/2023-12-28-21-49-24/conv-temp-1703801103208\unet\diffusion_pytorch_model.bin' |
thanks, that doesnt help at all |
I tried converting 3 different safetensor files to .ckpt files but it fails everytime
The text was updated successfully, but these errors were encountered: