mlworks90 commited on
Commit
799ffc9
·
verified ·
1 Parent(s): e6c2e33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -112,11 +112,11 @@ pipeline = create_fashion_safety_pipeline()
112
 
113
  # Transform outfit
114
  result = pipeline.safe_fashion_transformation(
115
- source_image_path="person_in_some_outfit.png",
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']:
@@ -235,4 +235,4 @@ Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for detai
235
 
236
  ---
237
 
238
- **Made with ❤️ for the AI and Fashion communities**
 
112
 
113
  # Transform outfit
114
  result = pipeline.safe_fashion_transformation(
115
+ source_image_path="person_in_casual_wear.jpg",
116
+ checkpoint_path="fashion_checkpoint.safetensors",
117
+ outfit_prompt="elegant red evening dress",
118
+ output_path="person_in_evening_dress.jpg",
119
+ face_scale=0.90 # Manual face to body ratio adjustment
120
  )
121
 
122
  if result['success']:
 
235
 
236
  ---
237
 
238
+ **Made with ❤️ for the AI and Fashion communities**