Update README.md
Browse files
README.md
CHANGED
|
@@ -116,7 +116,7 @@ result = pipeline.safe_fashion_transformation(
|
|
| 116 |
checkpoint_path="desired_outfit_style_checkpoint.safetensors",
|
| 117 |
outfit_prompt="another_ouitfit",
|
| 118 |
output_path="same_person_another_ouitfit.jpg",
|
| 119 |
-
face_scale=0.90 #
|
| 120 |
)
|
| 121 |
|
| 122 |
if result['success']:
|
|
|
|
| 116 |
checkpoint_path="desired_outfit_style_checkpoint.safetensors",
|
| 117 |
outfit_prompt="another_ouitfit",
|
| 118 |
output_path="same_person_another_ouitfit.jpg",
|
| 119 |
+
face_scale=0.90 # manual face to body ratio adjustment
|
| 120 |
)
|
| 121 |
|
| 122 |
if result['success']:
|