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
It generates the following code that cannot be processed by black:
black
power_lora_loader_rgthree_631 = power_lora_loader_rgthree.load_loras(PowerLoraLoaderHeaderWidget={'type': 'PowerLoraLoaderHeaderWidget'}, lora_1={'on': False, 'lora': 'lora.safetensors', 'strength': 1.2}, lora_2={'on': False, 'lora': 'lora2.safetensors', 'strength': 0.7}, ➕ Add Lora="", model=get_value_at_index(any_switch_rgthree_633, 0), clip=get_value_at_index(dualcliploader_11, 0))
this is generated in assemble_python_code.py in def assemble_python_code:
assemble_python_code.py
def assemble_python_code
final_code = black.format_str(final_code, mode=black.Mode())
Please notice the "➕ Add Lora" where ➕ is an illegal character.
The text was updated successfully, but these errors were encountered:
facing exactly the same problem
Sorry, something went wrong.
You can try #114
No branches or pull requests
It generates the following code that cannot be processed by
black
:this is generated in
assemble_python_code.py
indef assemble_python_code
:Please notice the "➕ Add Lora" where ➕ is an illegal character.
The text was updated successfully, but these errors were encountered: