📄️ Model APIs
In 2 short steps, programmatically create a beautiful image using the SDXL model.
📄️ Generate Images from Text with Stable Diffusion
In this example, we will deploy Stable Diffusion using fal-serverless. As we do that, we will learn about important fal-serverless concepts.
📄️ Restyle Room Photos with ControlNet
In this example, we will demonstrate how to use fal-serverless for deploying a ControlNet model.
📄️ Run Llama 2 with llama.cpp (OpenAI API Compatible Server)
In this example, we will demonstrate how to use fal-serverless for deploying Llama 2 and serving it through a OpenAI API compatible server with SSE.
📄️ Restore Old Images with Transformers
In this example, we will demonstrate how to use the SwinIR library and fal-serverless to restore images. SwinIR is an image restoration library that uses a Swin Transformer to restore images. The Swin Transformer is a type of neural network architecture that is designed for processing images. The Swin Transformer is similar to the popular Vision Transformer (ViT) architecture, but it uses a hierarchical structure that allows it to process images more efficiently. SwinIR uses a pre-trained Swin Transformer to restore images.