Yu Bingjiao
Yu Bingjiao
Our approach for running large scale inference job is using third-party queue (like Amazon SQS) instead of ComfyUI's built-in queue, and run multiple ComfyUI in parallel on Kubernetes. You can...
https://github.com/aws-quickstart/cdk-eks-blueprints/blob/7869d39fd088fc54e5b82815cb292c7ed92209b3/lib/addons/karpenter/index.ts#L700-L711 Karpenter add-on creates node role with a fixed logical name `karpenter-node-role`. You can use `clusterInfo.cluster.node.findChild('karpenter-node-role') as iam.IRole` to refer to node IAM role created by Karpenter. After fetched the...