tm-hf-repo commited on
Commit
8e1e123
·
verified ·
1 Parent(s): 525b694

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -26,8 +26,16 @@ Maintaining the exact pose and skin tone from the source image, convert this per
26
  You should use `fkpg` to trigger the image generation.
27
 
28
 
29
- ## Download model
 
 
 
 
 
 
 
 
 
 
30
 
31
- Weights for this model are available in Safetensors format.
32
 
33
- [Download](/tm-hf-repo/fkpg/tree/main) them in the Files & versions tab.
 
26
  You should use `fkpg` to trigger the image generation.
27
 
28
 
29
+ ### EXAMPLES with Replicate Defaults and seed=42
30
+
31
+ ## Original Input
32
+
33
+ ![content (1)](https://cdn-uploads.huggingface.co/production/uploads/679c1598339e5d4dfd52b232/9H9zWU8Lw1ur-CzSz3tvy.png)
34
+
35
+ ### prompt = "fkpg"
36
+ ![fkpg_standard](https://cdn-uploads.huggingface.co/production/uploads/679c1598339e5d4dfd52b232/ikq_e7_zg0gDC2awnAnN3.jpeg)
37
+
38
+ ### prompt = 'fkpg, maintain the same skin tone'
39
+ ![fkpg_skin](https://cdn-uploads.huggingface.co/production/uploads/679c1598339e5d4dfd52b232/Op0ueLjnIyn-Qh95mhY6-.jpeg)
40
 
 
41