Replies: 1 comment 1 reply
-
https://github.com/ltdrdata/ComfyUI-Impact-Pack/blob/12e838a3209202f4fbe06f1af8607cb1417560f5/js/impact-pack.js#L713 For the Impact Pack, since the wildcard dictionary is too large, it is dynamically loaded in the background. But if you only need a simple update, updating |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hellow everyone.
By what im trying to develop someone might think i am further into coding then i am... But let me Xplain my Jurney.
Im a 42 year Jung lad ^^ trying to make my way into Image-generation. I started with freepic, but i had to wait for answer about a topic, defining that topic doesnt matter in this case, anyways i was not satisfied and without any Prior understanding i went into working with ComfyUI. Within the first 4 days i managed to understand the base logic of how the program works. I went from using a simple "Pos prompt" and "Neg prompt" to generate my image, to establish a Modular setup to generate more concise images, Reason: i want to illustrate a story. While the setup works and im able to achieve my goal within that workflow, and while stil waiting for my response from Freepik, i was wondering if im not able to create my own nodes to achieve an even cleaner workflow with a modular setup that lets me keep my Core Character prompt but adjust the scenery around it.
So i went into working with AI. Also here, i have no Prior understanding of how AI works or what it might be able to do for me. So i had to figure out the core principal of how AI interacts. Well long story short, i can put check on that. I managed to make AI introduce me to Python Coding. And yes again i have no Prior understanding of "how the hell" the language works but within 3 days i grasp the core logic of how the structure in python code is setup, i understand the logic behind frontend and backend (.js) and (.py) i do understand that the init.py are our routing system and just recently actually today i got introduced into the value of an api endpoint in my node suite. Yeah meanwhile it has grown to a suite.
But here is the Crux and finally the point where i need ur Xpertise my fellow developers.
I figured that ComfyUI has an issue dynamically updating the nodes in the workflow that why i came up with a way implementing some of ur created ways, to update the node and reread the information in it. The problem is i m not able to create a visual UI interface like a simple "directory button" to open a window choose a file path and repopulate a dropdown with the information of that file the only way i currently can achieve the "update" of the node is by reloading my workflow/browser. I have learned a lot in the Debugging process about the code and most of it makes sense, but it is as if im missing the point of how ComfUI handles its core communication i m sadly not able to establish the button in my node that is responsible to open a directory, select a file, and repopulate my dropdown.
Pls excuse my very personal way of writing and also excuse me for not giving u the code just yet but i can maybe explain the core purpose a bit better if u are interested in helpin.
For now i would like to thank u taking the time to read this and even more thank u if u would have an answer for my issue.
Greetings and much Love
Me
PS: i am using http implentations in my java script and have checked it, i also checked if my api port matches ComfyUIs main port. And it might aswell be that i dont need an endpoiunt for that task. but im running in cicles and cant find what im missing.
Beta Was this translation helpful? Give feedback.
All reactions