/fastapi-stable-diffusion

Just fastapi with stable diffusion

Primary LanguagePython

FastAPI and Stable Diffusion

Returns the image for the prompt

Install packages with

    # Install huggingface packages
    pip install diffusers transformers accelerate scipy safetensors
    # Install fastAPI packages
    pip install fastapi
    pip install "uvicorn[standard]"

To run

    uvicorn main:app --reload