-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
/generate for image generation #464
Conversation
I played with settings a bit, I think
gives the best balance between quality & performance, since we're not using the refiner. We could increase the number of steps but the trade off would be extra load on the endpoint/slower response time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool stuff ! How it's going on ?
Closing this for now, I think we can implement it easily if we want when #531 is done. |
Hi @nsarrazin, any news on this feature as #531 merged ? :) |
Simpler than agents, just uses
/generate [prompt]
to generate images.Contains:
.env
using TOOLS var, see readme)