Skip to content

Senkita/Gabriel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gabriel

Introduction

  • ffmpeg 提取视频音轨
  • insanely-fast-whisper 语音转文本
  • ollama 修正转录稿及输出总结稿

Installation

docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama --restart always ollama/ollama:latest

conda env create -f environments.yaml

Optional: Open WebUIstable-diffusion-webui-docker

docker run -d -p 3000:8080 --gpus=all --add-host=host.docker.internal:host-gateway -e "WEBUI_AUTH=False" -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
 
git clone https://github.com/AbdBarho/stable-diffusion-webui-docker.git
cd stable-diffusion-webui-docker
docker compose --profile download up --build
docker compose --profile comfy up --build

Usage

python main.py

Maintainers

Senkita

License

MIT © Senkita

References

Releases

No releases published

Packages

No packages published

Languages