ddpo-pytorch
DDPO for finetuning diffusion models, implemented in PyTorch with LoRA support
File Explorer
Download Latest Version (.zip)- base.py
- dgx.py
- activities.txt
- activities_v0.txt
- imagenet_classes.txt
- sac+logos+ava1-l14-linearMSE.pth
- simple_animals.txt
- ddim_with_logprob.py
- pipeline_with_logprob.py
- aesthetic_scorer.py
- prompts.py
- rewards.py
- stat_tracking.py
- train.py
- .gitignore
- LICENSE
- README.md
- setup.py
- teaser.jpg
# Installation Guide
1. Get the code
git clone https://github.com/kvablack/ddpo-pytorch
Downloads the entire project code from GitHub to your computer.
cd ddpo-pytorch
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
