Skip to content

New Tools for venice_image Skill (vision, enhance, upscale) #577

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

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

Conversation

yornfifty
Copy link
Contributor

@yornfifty yornfifty commented May 15, 2025

Description

Added new tools

  • image enhancer, can be use to modify an image by enriching the details
  • Image Vision, can be use to describe given image url
  • image upscale, can be use to increate the size of existing image by 2x or 4x

to make it simplier and esier to maintain, i created api.py to generalize api call and error handling since all of the tools is using similar api call, the api.py is also handling when the api returns an image binary, it will automatically upload it to S3

Type of Change

  • Bugfix
  • New Feature
  • Improvement
  • Documentation Update

Checklist

  • I have read the contributing guidelines.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Related Issue

Closes #475
-- image vision
image

-- image upscale [source, result]

image
image

@yornfifty yornfifty changed the title New Tools for venice_image Skill (vision, enhance/inpainting, upsace) New Tools for venice_image Skill (vision, enhance, upscale) May 15, 2025
@yornfifty yornfifty requested a review from hyacinthus May 22, 2025 14:42
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.

Feat : Image Upscaler
2 participants