Skip to content

Haoming02/ReReEzEbSynth

 
 

Repository files navigation

ReReEzEbSynth

W.I.P

Installation

Prerequisites

  • NVIDIA GPU
  • CUDA Toolkit
  • C++ Compiler
  • uv

Setup

  • Clone the Repository
git clone https://github.com/Haoming02/ReReEzEbSynth
cd ReReEzEbSynth
  • Setup a Virtual Environment
uv venv venv --seed --python 3.11
venv\scripts\activate
  • Install PyTorch
uv pip install torch==2.9.1+cu130 torchvision==0.24.1+cu130 --extra-index-url https://download.pytorch.org/whl/cu130
  • Install Dependencies
uv pip install . --no-build-isolation
uv pip install -r requirement.txt

About

Reimplementation of the Reimplementation of the Ez version of EbSynth

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Python 83.5%
  • Cuda 11.5%
  • C++ 4.3%
  • C 0.7%