feat: add comfy server examples #143
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
apps/demo-nextjs-app-router/app/comfy/image_to_image/page.tsx#L24
Unexpected any. Specify a different type
|
build:
apps/demo-nextjs-app-router/app/comfy/image_to_image/page.tsx#L30
Unexpected any. Specify a different type
|
build:
apps/demo-nextjs-app-router/app/comfy/image_to_image/page.tsx#L105
Unexpected any. Specify a different type
|
build:
apps/demo-nextjs-app-router/app/comfy/image_to_image/page.tsx#L126
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
build:
apps/demo-nextjs-app-router/app/comfy/image_to_image/workflow.tsx#L94
Unexpected any. Specify a different type
|
build:
apps/demo-nextjs-app-router/app/comfy/image_to_video/page.tsx#L24
Unexpected any. Specify a different type
|
build:
apps/demo-nextjs-app-router/app/comfy/image_to_video/page.tsx#L30
Unexpected any. Specify a different type
|
build:
apps/demo-nextjs-app-router/app/comfy/image_to_video/page.tsx#L100
Unexpected any. Specify a different type
|
build:
apps/demo-nextjs-app-router/app/comfy/image_to_video/page.tsx#L119
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
build:
apps/demo-nextjs-app-router/app/comfy/image_to_video/workflow.tsx#L83
Unexpected any. Specify a different type
|