In this hands-on tutorial, you’ll learn to build a serverless Logo Generator application capable of creating unique logos based on text descriptions. Leveraging the power of diffusion models using the diffuser library, this application will allow you to input text prompts and receive corresponding logos in just a few steps.
--gpu A100
: Specifies the GPU type for deployment. Available options include A10
, A100
, and T4
.--runtime inferless-runtime-config.yaml
: Defines the runtime configuration file. If not specified, the default Inferless runtime is used.Scenarios | AWS SageMaker Cost | Inferless Cost |
---|---|---|
100 requests/day | $28.8 (24 hours billed at $1.22/hour) | $2.44 (2 hours billed at $1.22/hour) |
1000 requests/day | $28.8 (24 hours billed at $1.22/hour) | $4.06 (3.33 hours billed at $1.22/hour) |
10000 requests/day | $28.8 (24 hours billed at $1.22/hour) | $20.29 (16.63 hours billed at $1.22/hour) |