git clone https://github.com/Rinrin0413/diffusers_unclip.git
cd diffusers_unclip
mkdir outputs
# Create and activate virtual environment
python3.10 -m venv .venv
source .venv/bin/activate
# Install dependencies
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
pip install diffusers[torch] transformers
# If not already activated
source .venv/bin/activate
# Run script with prompts
python . carbonara on a black plate
# Run script with image path
python variation.py ./outputs/carbonara-on-a-black-plate_0.png
14 commits
Python
100.0%
git clone https://github.com/Rinrin0413/diffusers_unclip.git
cd diffusers_unclip
mkdir outputs
# Create and activate virtual environment
python3.10 -m venv .venv
source .venv/bin/activate
# Install dependencies
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
pip install diffusers[torch] transformers
# If not already activated
source .venv/bin/activate
# Run script with prompts
python . carbonara on a black plate
# Run script with image path
python variation.py ./outputs/carbonara-on-a-black-plate_0.png
14 commits
Python
100.0%