Skip to content
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

stream-mngr: wrap comfyui json into prompt field #97

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gioelecerati
Copy link
Member

@gioelecerati gioelecerati commented Dec 23, 2024

  • Wrap comfyui json into prompt when creating or updating streams

Copy link

vercel bot commented Dec 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pipelines-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2024 3:08pm

updatedStream.from_playground = false;//set flag indicating this is not ephemeral stream being shown in the Try/Playground components/views
updatedStream.from_playground = false; // set flag indicating this is not ephemeral stream being shown in the Try/Playground components/views

if (updatedStream.pipeline_params && updatedStream.pipelines?.type === "comfyui") {
Copy link
Contributor

@mjh1 mjh1 Dec 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also just check there isn't a "prompt" field already. But yep this lgtm when testing
Ah oops I realised this means that the prompt shows in the editor, and then you'll get a new "prompt" wrapper each time
Screenshot 2024-12-23 at 15 20 03

@0xspeedybird
Copy link
Contributor

This PR should be closed and not merged as this issue was addressed by the new comfyui param editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants