how to deploy custom image gen model on serverless?
https://blog.runpod.io/custom-models-with-serverless-and-automatic-stable-diffusion/
i read this but can i do it without the a1111? would it make it more simple to set up? i want to deploy a custom image model for image generation on serverless.
i plan on just using the sdxl API.
i read this but can i do it without the a1111? would it make it more simple to set up? i want to deploy a custom image model for image generation on serverless.
i plan on just using the sdxl API.
RunPod Blog
Have you ever wanted to create your own serverless AUTOMATIC1111 endpoint with a custom model that can scale up and down? Now you can do so without much hassle by following this guide!
Pre-requisites
A computer (local or cloud) with the following:
* docker installed
* git installed
* a relatively fast upload
Pre-requisites
A computer (local or cloud) with the following:
* docker installed
* git installed
* a relatively fast upload

Solution
For A1111, this one is better, its more up-to-date:
https://github.com/ashleykleynhans/runpod-worker-a1111
https://github.com/ashleykleynhans/runpod-worker-a1111
GitHub
RunPod Serverless Worker for the Automatic1111 Stable Diffusion API - ashleykleynhans/runpod-worker-a1111




