Missing the letter "r" in Power_Prompt_utils.py code, fyi #456
Uptown-Funked
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy\py\power_prompt_utils.py:11: SyntaxWarning: invalid escape sequence '\d'
pattern = 'lora:([^:]?)(?::(-?\d(?:.\d*)?))?>'
corrected: pattern = r'lora:([^:]?)(?::(-?\d(?:.\d*)?))?>'
Beta Was this translation helpful? Give feedback.
All reactions