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

Image gen #44

Merged
merged 8 commits into from
Nov 1, 2024
Merged

Image gen #44

merged 8 commits into from
Nov 1, 2024

Conversation

alextitonis
Copy link
Collaborator

No description provided.

@alextitonis alextitonis self-assigned this Oct 27, 2024
@alextitonis alextitonis linked an issue Oct 27, 2024 that may be closed by this pull request
@sirkitree
Copy link
Collaborator

Hi there, and thank you for your contribution!

Would you mind outlining some steps for testing in your PR? This looks interesting but I'm not sure how to test it.

Thanks again!

@alextitonis
Copy link
Collaborator Author

Hi there, and thank you for your contribution!

Would you mind outlining some steps for testing in your PR? This looks interesting but I'm not sure how to test it.

Thanks again!

Wasn't able to test through discord (the main code was giving me error 400 for a reason)
But there is a route also to test the workflow:
POST: /agentId/image
Body: {
prompt: string;
width: number;
height: number;
steps?: number (default is 4)
count?: number (default is 1)
}

Output is an array: { image: string (b64), caption: string }[]

@lalalune
Copy link
Member

Let's make sure this is working through Discord and Twitter :)

@lalalune lalalune changed the base branch from main to model-provider-abstraction October 29, 2024 08:33
Base automatically changed from model-provider-abstraction to main November 1, 2024 00:23
@lalalune lalalune merged commit 0e9b1e8 into main Nov 1, 2024
@lalalune lalalune deleted the image-gen branch November 1, 2024 01:21
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.

Image Generation
3 participants