mlworks90 commited on
Commit
bb78aca
·
verified ·
1 Parent(s): 69ad669

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 # manmual face to body ratio adjustment
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']: