Diffusers
Safetensors
File size: 236 Bytes
4b7b610
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
set -e
set -x

export CUDA_VISIBLE_DEVICES=5
python run.py \
    --checkpoint ckpt/eval \
    --processing_res 768 \
    --input_rgb_dir in_the_wild_example/input \
    --output_dir in_the_wild_example/output/final \