label: added \n parsing & rotation#608
Conversation
|
This LGTM. Though we do want to do the build step.
I assume this means manually running the |
|
Well, not being a total noob, I ran [edit 2] You might want to skip to the end of this comment, after to think this all through, I have a premonition you might have solved this like I might have. Yup. I was right. Let me poke around this build script and see why it's not kicking in. Probably Windows related. The entire log is here: https://pbbin.com/melipizume.typescript though it will just tell you that nothing is exported from comfyui, which you already know.
So, if this was me, I would take the laziest approach possible and just doing a [edit 1] Which it turns out, does fix the problem. So, time to delve into [edit 2] I am guessing you did as I did, and just did a search & replace in vim on comfyui/frontend's |
|
... and commited the resultant build of |
Addresses issue #546 by adding multi-line via
\n, and additionally addsanglefor rotation as suggested in the same issue.note: could not get
npm run build/tsc/build.pyto build without a bunch of errors and then manually inserting a leading/in-front ofscripts/app.js, but I'm sure that's not news to you.