Magic / README.md
radames's picture
Update README.md
aa4560c unverified
|
raw
history blame
1.13 kB
metadata
title: Real-Time Latent Consistency Model
emoji: 🔥
colorFrom: gray
colorTo: indigo
sdk: docker
pinned: false

Real-Time Latent Consistency Model

This demo showcases Latent Consistency Model (LCM) using Diffusers with a MJPEG stream server.

Running Locally

You need CUDA and Python
TIMEOUT: limit user session timeout SAFETY_CHECKER: disabled if you want NSFW filter off

python -m venv venv 
source venv/bin/activate 
pip install -r requirements.txt
TIMEOUT=0 SAFETY_CHECKER=False uvicorn "app:app" --host 0.0.0.0 --port 7860 --reload

Docker

You need NVIDIA Container Toolkit for Docker

docker build -t lcm-live .
docker run -ti -e TIMEOUT=0 -e SAFETY_CHECKER=False -p 7860:7860 --gpus all lcm-live

Demo on Hugging Face

https://huggingface.co/spaces/radames/Real-Time-Latent-Consistency-Model

video