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

First working version of Flux Plugin. #5410

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leondape
Copy link

This is a well working implementation of a BFL Flux tool to be used by agents.
It includes a variety of parameters and best practices for image prompts.
Credits also go to @jmaddington and his work on his fork.

Unfortunately none of us managed to get the images displayed properly in the Chat. It appears to be same issue as with DallE-3 when we moved from plugins to agent tools.
Would be amazing if we learned what the fix for DallE-3 was earlier, just documented in a merge commit or so. ❤️

A workaround for displaying images in the agent Chat remains:

When interacting with image generation tools, you will receive responses containing markdown image URLs.  
Your HIGHEST PRIORITY responsibility after ANY image generation is to IMMEDIATELY display the image in the chat by copying the exact markdown format.  
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Testing

Tools don't have test coverage.

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • My changes do not introduce new warnings
  • Local unit tests pass with my changes
  • A pull request for updating the documentation has been submitted.

Display of images in agent chat directly ill require some fixing, like with dallE before
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.

1 participant