This is a FastAPI application that demonstrates basic usage.
This was template was created by Sola Akinbode
We have altered the template to create videos using this Hugging Face Algorithm
Must have a CUDA compatible GPU (NVIDIA) and have CUDA installed on your system.
You can find the installation here
git clone https://github.com/OAkinbode/ET-AIModel.git
cd ET-AIModel
pip install -r requirements.txt
or
pip3 install -r requirements.txt
pip install diffusers transformers accelerate torch
pip install git+https://github.com/huggingface/diffusers transformers accelerate
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
pip install opencv-python
uvicorn app.main:app --reload
python.exe -m uvicorn.main app.main:app --reload
visit http://localhost:8000