You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example workflow for Lora training doesn't work in Linux. Fresh installs in Runpod ran into same issues. Windows works fine. After all the workflow settings are set and you queue it, you get the error popup about file name too long.
I had to make the below changes in your load_user_config function in config_util.py to catch the exception and keep processing the scripts for the workflow to work in Linux.
The text was updated successfully, but these errors were encountered:
Example workflow for Lora training doesn't work in Linux. Fresh installs in Runpod ran into same issues. Windows works fine. After all the workflow settings are set and you queue it, you get the error popup about file name too long.
I had to make the below changes in your load_user_config function in config_util.py to catch the exception and keep processing the scripts for the workflow to work in Linux.
The text was updated successfully, but these errors were encountered: