-
-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
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
[Feature Request] Prompt templating for Inference UI #769
Comments
Fix Inference connection errors with newer ComfyUI (cherry picked from commit 6afe2ef) # Conflicts: # CHANGELOG.md
This issue is stale because it has been open 30 days with no activity. Remove the stale label or comment, else this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove the stale label or comment, else this will be closed in 5 days. |
Fix Inference connection errors with newer ComfyUI
This issue was closed because it has been stale for 5 days with no activity. |
This issue is stale because it has been open 30 days with no activity. Remove the stale label or comment, else this will be closed in 5 days. |
This issue was closed because it has been stale for 5 days with no activity. |
Please consider adding syntax that would add ability to create dynamic prompts that are resolved every time new image is generated.
For example (all syntax listed below is just an example based on existing <lora/embeddings> syntax):
upon running image generation would resolve to something like:
or
and generate image according to that resolved prompt.
Moreover, with multiple batches, each batch would have new prompt generated so running above with 5 batches may generate 5 different prompts:
and so on
it should be also possible to select multiple choices at once
could generate for example
other possible enhancements could include combinatorial prompt generation:
would generate all combinations of possible prompts
and generate image for each possible prompt (so for example here, with batch count=1 it would actually generate 6 different images, with batch count=2 it would be 12 images etc)
The text was updated successfully, but these errors were encountered: