You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/photo_maker.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@ Running PMV2 is now a two-step process:
40
40
```
41
41
python face_detect.py input_image_dir
42
42
```
43
-
An ```id_embeds.safetensors``` file will be generated in ```input_images_dir```
43
+
An ```id_embeds.bin``` file will be generated in ```input_images_dir```
44
44
45
45
**Note: this step is only needed to run once; the same ```id_embeds``` can be reused**
46
46
47
47
- Run the same command as in version 1 but replacing ```photomaker-v1.safetensors``` with ```photomaker-v2.safetensors```.
48
48
49
49
You can download ```photomaker-v2.safetensors``` from [here](https://huggingface.co/bssrdf/PhotoMakerV2)
50
50
51
-
- All the command line parameters from Version 1 remain the same for Version 2
51
+
- All the command line parameters from Version 1 remain the same for Version 2 plus one extra pointing to a valid ```id_embeds``` file: --pm-id-embed-path [path_to__id_embeds.bin]
0 commit comments