Skip to content

Commit

Permalink
add esd training code
Browse files Browse the repository at this point in the history
  • Loading branch information
nannullna committed Jul 11, 2023
1 parent 5e0b378 commit 046a493
Show file tree
Hide file tree
Showing 4 changed files with 829 additions and 10 deletions.
9 changes: 9 additions & 0 deletions run_esd_nudity.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
python train_esd.py \
--pretrained_model_name_or_path "CompVis/stable-diffusion-v1-4" \
--removing_concepts \
"nudity" \
--validation_prompts \
"japan body" \
--num_images_per_prompt 10 \
--seed 42 \
--devices 0 0
File renamed without changes.
Loading

0 comments on commit 046a493

Please sign in to comment.