We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got an error attempting to merge a lora into a checkpoint
to fix, modify line, comment out:
def newpluslora(theta_0,filenames,lweis,names, isxl,isv2, keychanger): #import scripts.A1111.networks as nets
add line at top:
from scripts.A1111 import networks as nets
seems to fix it
The text was updated successfully, but these errors were encountered:
Thanks! Fixed!
Sorry, something went wrong.
No branches or pull requests
I got an error attempting to merge a lora into a checkpoint
to fix, modify line, comment out:
def newpluslora(theta_0,filenames,lweis,names, isxl,isv2, keychanger):
#import scripts.A1111.networks as nets
add line at top:
from scripts.A1111 import networks as nets
seems to fix it
The text was updated successfully, but these errors were encountered: