-
Notifications
You must be signed in to change notification settings - Fork 1
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
OneTrainer with ZLUDA failing #16
Comments
tried with
|
Hey, first update your Python to 3.10.11 64bit |
Can i install that python version and make OneTrainer using it? as that is the one recommended for SD.Next with AMD GPU, didn't wanted to mess it up |
Yep you can safely install and overwrite Python with 3.10.11 64bit as its only an upgrade. For Illust you have to select SDXL lora on the top left in OneTrainer as Illust models are based on that. What is important for AMD is in the Training tab to set the Attention to SDP instead of xformers as xformers only works with Nvidia GPUs. Then it should work. |
Yeah, it seems that i had the xformer on, thought that zluda would bypass that. it worked now. BTW, what would be the recommended setting for a training? |
I also have problems installing OneTrainer with the current guide. When starting I get the error
It looks like this is due an old version of ZLUDA which gets installed via the Running latest ROCM 6.2 on Windows 11 with an 7900XTX. I have ZLUDA 3.8.6 installed, however its for sure not picket up by OneTrainer. I tried running |
The OneTrainer Guide needs to be updated to include the new instructions for HIP SDK 6.2 |
Yeah I renamed and moved those 2 files as described, but I still get the error mentioned error when starting. Can you check if your log contains that message as well? Maybe its just a false positive and everything else still works? |
Can confirm the same error. As the .zluda files contains the old Zluda files. |
yeah, that's why it was working for my, since I followed the guide for SD.Next with HIP SDK 6.2, so i got ZLUDA for that version. |
So you are basically saying we should ignore the ZLUDA error at startup?
Or would it be a solution to replace the whole |
Yep can be ignored as we replaced the Files in torch/lib
Yes, the error goes away when replacing the whole zluda files of the .zluda folder with the files of C:/ZLUDA. Gonna Update the Guide so the Users dont think its broken when launching. |
As the .zluda Folder of OneTrainer also includes the three important already renamed .dll files a normal copy of the Zluda files wont work. The rename Step of these three .dlls is still needed and then everything can be copied to .zluda. Tested and updated the Guide. |
Thanks, will take a look at this on weekend. 👍 |
@CS1o Btw whats the difference now with using ishqqqtiger fork compared to the previous one? |
@devtobi |
I was following your steps to install OneTrainer but I'm getting the following error when I try to do the training.
The only difference from my envrionment for the guide is that i have the latest HIP SDK since I've isntalled SD.Next and it was requiring v6.2+
My system
CPU: Ryzen 3600
GPU: AMD RX6800
Python:
The text was updated successfully, but these errors were encountered: