geyongtao commited on
Commit
875b108
1 Parent(s): 346b08a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -12
README.md CHANGED
@@ -1,15 +1,4 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- Please refer to [github repo](https://github.com/YongtaoGe/WildHuman) for the usage of the pretrained weights.
5
-
6
- ```
7
- python demo.py \
8
- --normal_image_path 'data/controlnet_condition/00000_0_0002.png' \
9
- --prompt 'a man lift his leg in the wild, photo realistic.' \
10
- --controlnet_conditioning_scale 0.75 \
11
- --output_dir './output_dir' \
12
- --normal_controlnet_dir $WEIGHT_DIR \
13
- --num_inference_steps 50 \
14
- --num_images_per_prompt 4
15
- ```
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ Please refer to [HumanWild github repo](https://github.com/YongtaoGe/WildHuman) for the usage of the pretrained weights.