Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Collov-Labs
/
d-edit
like
84
Running
on
Zero
App
Files
Files
Community
7
884c413
d-edit
/
scripts
/
sd
/
run_recon.sh
afeng
first
d807efd
2 months ago
raw
Copy download link
history
blame
Safe
252 Bytes
export
IMAGE_NAME=
"example1"
python main.py --name=
$IMAGE_NAME
\
--dpm=
"sd"
\
--resolution=512 \
--num_tokens=5 \
--load_trained \
--recon \
--seed=2024 \
--guidance_scale=2 \
--num_sampling_step=20 \
--num_imgs=1 \