Skip to content

Adding imagen upscale#23

Merged
MauroCominotti merged 4 commits intodevelopfrom
feature/imagen-upscale
Jan 30, 2026
Merged

Adding imagen upscale#23
MauroCominotti merged 4 commits intodevelopfrom
feature/imagen-upscale

Conversation

@kbaljeet-byte
Copy link
Collaborator

A new component to perform imagen upscaling.


async def get_media_by_id(
self, item_id: int, current_user: UserModel
self, item_id: str, current_user: UserModel
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are we changing the item_id? This should be an integer as we are using that as PK for our MediaItems on the database

# On success, a 204 No Content response is automatically returned.


@router.get("/{asset_id}", response_model=SourceAssetResponseDto)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are you sure this endpoint is not being used by other modules like workflows/media details/etc?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Hey if we haven't update package.json then let's rollback this file. This package-lock.json should ONLY be updated if we update package.json

@MauroCominotti MauroCominotti merged commit fa93196 into develop Jan 30, 2026
1 check passed
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.

2 participants