{"id":22675594,"url":"https://github.com/stability-ai/stability-marketplace-containers","last_synced_at":"2025-04-12T14:24:08.517Z","repository":{"id":220986102,"uuid":"753131065","full_name":"Stability-AI/stability-marketplace-containers","owner":"Stability-AI","description":"Code for building and running containers available on AWS marketplace","archived":false,"fork":false,"pushed_at":"2024-05-02T10:00:45.000Z","size":1215,"stargazers_count":6,"open_issues_count":7,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-14T00:16:35.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stability-AI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-05T14:30:19.000Z","updated_at":"2024-05-02T09:59:25.000Z","dependencies_parsed_at":"2024-02-05T15:56:47.488Z","dependency_job_id":"cfdc0f45-1b65-4061-bf7c-bdb5765403f5","html_url":"https://github.com/Stability-AI/stability-marketplace-containers","commit_stats":null,"previous_names":["stability-ai/stability-marketplace-containers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stability-AI%2Fstability-marketplace-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stability-AI%2Fstability-marketplace-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stability-AI%2Fstability-marketplace-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stability-AI%2Fstability-marketplace-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stability-AI","download_url":"https://codeload.github.com/Stability-AI/stability-marketplace-containers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228939505,"owners_count":17994933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T17:57:44.824Z","updated_at":"2024-12-09T17:57:45.633Z","avatar_url":"https://github.com/Stability-AI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# marketplace-containers\nThis repo holds Stability AI's AWS Marketplace containers.\n\nContainer images are all tested on AWS EC2 instance types g5.2xl, which are equipped with Nvidia A10 GPUs.\n\nIf you have problems, please open an issue in this repository or submit a ticket at https://platform.stability.ai/support.\n\nFor commercial use of these containers, please see [Stability Memberships](https://stability.ai/membership.).\n\n### [SDXL Turbo](./sdxl-turbo)\nSDXL Turbo is an adversarial time-distilled Stable Diffusion XL (SDXL) model capable of running inference in as little as 1 step.\n\n\nThis container runs the SDXL Turbo model as a web service using FastAPI. It is available on the AWS Marketplace from Stability AI.\n\nOnce you have pulled the Docker image for the Marketplace product, run the container to start the server:\n\nRun on a `cuda` device with:\n```\n$ docker run --gpus all -p 8080:8080 -t \u003cimage-name\u003e\n```\n\nTo test the model:\n```\ncd sdxl_turbo\npip install -r client_requirements.txt\n\npython client_request.py\n```\n\nTake a look at `sdxl_turbo/client_request.py` for an example of a text-to-image request and an image-to-image request.\n\n### [Stable Video Diffusion Turbo](./svd)\nStable Video Diffusion (SVD) Image-to-Video is a diffusion model that takes in a still image as a conditioning frame, and generates a 25 frame video from it.\n\n#### Request parameters:\n\n`image`: The image to be used as a conditioning frame. Must be of size (1024, 576) pixels.\n\n`motion_bucket_id`: An int This can be used to control the motion of the generated video. Increasing the motion bucket id will increase the motion of the generated video.\nDefaults to 127.\n\n` noise_aug_strength`: A float between [0, 1]. A multiplier, used to determine the amount of noise added to the conditioning image. The higher the values the less the video will resemble the conditioning image. Increasing this value will also increase the motion of the generated video. \nDefault 0.2.\n\n\nRun on a `cuda` device with:\n```\n$ docker run --gpus all -p 8080:8080 -t \u003cimage-name\u003e\n```\n\nTo test the model:\n```\ncd svd\npip install -r client_requirements.txt\n\npython client_request.py\n```\n\nThe client_request.py demo code uses the `ffmpeg` Python bindings to change the codec of the output video to `h264`, so that the resulting video can be previewed in VSCode. This is not essential to the functionality of the container and can be removed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstability-ai%2Fstability-marketplace-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstability-ai%2Fstability-marketplace-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstability-ai%2Fstability-marketplace-containers/lists"}