An open API service indexing awesome lists of open source software.

https://github.com/entrpn/serving-model-cards

Collection of OSS models that are containerized into a serving container
https://github.com/entrpn/serving-model-cards

blip clip dataflow dreambooth esrgan gcp hugging-face huggingface huggingface-diffusers huggingface-transformers machine-learning machine-learning-models ml ml-serving ml-training stable-diffusion t5 vertex-ai vertexai

Last synced: 3 months ago
JSON representation

Collection of OSS models that are containerized into a serving container

Awesome Lists containing this project

README

          

# serving-model-cards

A collection of OSS models that are containerized and ready to be served in GCP's [Vertex AI](https://cloud.google.com/vertex-ai) for easy deployment.

By using Vertex AI endpoints, users don't need to manage complex infrastructure to serve models.

[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/entrpn/serving-model-cards&cloudshell_tutorial=tutorial.md)

Make sure to read the permissable license for each model before use!!

|

Stable Diffusion
Generate images from a text prompt
|

FLAN-T5
Generate Text
|

Real-ESRGAN
Upscale images

| ---- | ---- | ---- |

BLIP
Image captioning
|

BART
Summarize Text
|

Instruct GPTJ
Instruction tune GPTJ
| ---- | ---- | ---- |

# training-model-cards

A collection of OSS models that are containerized and ready to be trained in GCP's [Vertex AI](https://cloud.google.com/vertex-ai) for easy deployment.

|

Train Dreambooth
Personalize stable diffusion
|

Finetune Stable Diffusion
Finetune stable diffusion
|

Image Segmentation
Create masks and inpaint

|-|-|-|

# misc

A collection of different jobs and features.

|

Stable Diffusion Batch Job
Create a batch job with different styles of stable diffusion
|

UI for Stable Diffusion Batch Job
Create a batch job with different styles of stable diffusion
|

Large Scale Image Captioning with Dataflow
Caption millions of images at scale using Dataflow

|-|-|-|

# How to guides

- Stable diffusion how to guides
- [Convert original sd checkpoint to diffusers](./stable-diffusion-how-tos/convert-sd-checkpoint-to-diffusers)
- [Merge checkpoints](./stable-diffusion-how-tos/checkpoint-merging)