More dynamic parameters for ComfyUI Txt2Img #18041
yt-koike
started this conversation in
Suggestion
Replies: 1 comment
-
I think we can implement this by changing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Hello, this is my first discussion in the Dify project.
I have been using this wonderful software to implement an AI agent on Slack.
Especially ComfyUI is a very good tool to generate images but I found there are many static parameters in the ComfyUI nodes, which cannot be modified by LLM's results or so.
For example, txt2img node has some static parameters such as inference steps, image resolution(width&height) and negative prompts. I think these can be easily converted to dynamic ones as they are just integers or strings.
Meanwhile, LORAs, sampling methods and schedular could be a bit more tricky as they need a specific name, not an arbitrary string.
2. Additional context or comments
No response
3. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions