Calamdor

Results 12 comments of Calamdor

I would guess that you are using python 3.12. OneTrainer should work ok with 3.11, but 3.10 is still the go to Python for most machine learning programs right now.

When you try python --version at the command prompt you get 3.10.6? (Screenshot from my PC, running 3.10.11) You have run install.bat and did not get any errors? If both...

Better to run the install.bat from the command prompt if it is closing before you can see the error. Normally, install.bat waits for user input before closing if successful.

This is not just a case where the backups are in fp32 format or whatever the model was loaded in, while the safetensors output is going to fp16 or bf16...

Then please go to the FAQ on the wiki for the original information. https://github.com/Nerogar/OneTrainer/wiki/F.A.Q.

The user base is very ms-windows based. The wiki is open for anyone to edit, feel free to make it more cross-platform.

Backups are for the trainer and training. Saves are for testing intermediate steps in your inference tool of choice.

March 28th update. When trying to install today, SAM was able to build correctly (no updates have been done since on my side or the branch side). Scipy still does...

This commit worked for sure: beecd6bc569927bbbd8e8fefd1a380f82ab5b852 This commit did not work: 4b8aaba4b475aeac9a2d608319d3340080d1afc4 There are a few commits between the two, but I assume something with the OMI format.

As Comfy will no longer support "non-standard" Lora formats anymore, this likely needs to also wait for a proper Lora standard to be agreed upon by the training tools and...