Installation, system requirements, and first-time setup guide
← Back to SupportLoki Studio is a professional YouTube automation toolkit that helps content creators save hours on video production. With AI-powered transcription, automated metadata generation, thumbnail creation, and batch uploading, you can focus on creating content while Loki Studio handles the tedious tasks.
NVIDIA GPU Requirements:
Why GPU?Transcription is 10-15x faster with GPU acceleration.
LokiStudio_v1.5_Setup.exe.exeFileC:\Program Files\LokiStudio)LokiStudio_v1.5.dmg.dmgFilePrerequisites:
Installation Steps:
1.Download Source Code
Git clone https://github.com/yourusername/loki-studio.git
cd loki-studio
Or download ZIP from GitHub and extract.
2.Install Dependencies
Pip install -r requirements.txt
3.Run Loki Studio
Python gui_main.py
When you first launch Loki Studio, you'll need to configure a few things.
If you have an NVIDIA GPU, you'll want to enable GPU acceleration for 10-15x faster transcription.
Windows:
Nvcc --versionMacOS:
Unfortunately, CUDA is not available on macOS. You'll need to use CPU transcription, which is still functional but slower.
Linux:
# Ubuntu/Debian
sudo apt update
sudo apt install nvidia-cuda-toolkit
# Verify
nvcc --version
Cuda(for GPU) orCpu(for CPU)Float16(faster) orInt8(more compatible)Troubleshooting GPU Issues:
SmallOrBase)CpuAs fallbackTo upload videos to YouTube, you need to authorize Loki Studio to access your channel. See ourYouTube OAuth Setup guideFor detailed instructions.
Configuration files tell Loki Studio how to process your videos. You'll create different configs for different types of content.
Each configuration file is a JSON file that contains:
Location:Configs are stored inVideoProfiles/Folder.
E:/Videos/Skyrim/Toupload/,Done/,Failed/Cuda(GPU) orCpuTiny,Base,Small,Medium, orLarge-v3EnFor English,EsFor Spanish, etc.Public,Unlisted, orPrivateSkyrim_playthrough.json)VideoProfiles/FolderNow that your configuration is set up, you're ready to: