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

feat: add comfy namespace and update comfy examples #69

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

badayvedat
Copy link
Contributor

No description provided.

@badayvedat badayvedat requested a review from drochetti June 6, 2024 22:39
const promises = Object.entries(input).map(async ([key, value]) => {
return [key, await storageImpl.transformInput(value)];
});
const inputObject = input as Record<string, any>;

Choose a reason for hiding this comment

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

unknown may be a better option than any.

Copy link
Collaborator

@drochetti drochetti left a comment

Choose a reason for hiding this comment

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

looks great! pending item is to bump the client package version to 0.11.0 at libs/client/package.json so we can release it

@badayvedat badayvedat merged commit 4b3080c into main Jun 11, 2024
1 check passed
@badayvedat badayvedat deleted the refactor/fal-comfy-workflows branch June 11, 2024 16:44
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.

None yet

3 participants