Update README.md
Browse files
README.md
CHANGED
@@ -42,8 +42,25 @@ Download WefaDoor checkpoint:
|
|
42 |
* [HuggingFace](https://huggingface.co/thisisAce/ADOOR_ACE/blob/main/models/adbase-step%3D41250.ckpt)
|
43 |
|
44 |
|
45 |
-
Download DINOv2 checkpoint and revise `/configs/anydoor.yaml` for the path (line 83)
|
46 |
* URL: https://github.com/facebookresearch/dinov2?tab=readme-ov-file
|
47 |
|
48 |
-
Download Stable Diffusion V2.1 if you want to train from scratch.
|
49 |
* URL: https://huggingface.co/thisisAce/ADOOR_ACE/blob/main/models/dinov2_vitg14_pretrain.pth
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
* [HuggingFace](https://huggingface.co/thisisAce/ADOOR_ACE/blob/main/models/adbase-step%3D41250.ckpt)
|
43 |
|
44 |
|
45 |
+
## Download DINOv2 checkpoint and revise `/configs/anydoor.yaml` for the path (line 83)
|
46 |
* URL: https://github.com/facebookresearch/dinov2?tab=readme-ov-file
|
47 |
|
48 |
+
## Download Stable Diffusion V2.1 if you want to train from scratch.
|
49 |
* URL: https://huggingface.co/thisisAce/ADOOR_ACE/blob/main/models/dinov2_vitg14_pretrain.pth
|
50 |
+
|
51 |
+
## to run servers manualy use the following process:
|
52 |
+
|
53 |
+
first wefadoor..
|
54 |
+
# cd /work/ADOOR_ACE
|
55 |
+
# conda activate anydoor
|
56 |
+
# start ssl_server.js (node or pm2)
|
57 |
+
# python run_inference_api.py
|
58 |
+
|
59 |
+
then the following must be in a tmux shell as in a completely new shell not the shell session above:
|
60 |
+
second hf seg..
|
61 |
+
# cd /work/huggingface-cloth-segmentation
|
62 |
+
# conda activate seg
|
63 |
+
# start seg_ssl_server.js
|
64 |
+
|
65 |
+
leave both shells open in the instance and close the remote
|
66 |
+
|