franciszzj commited on
Commit
6d0a20b
β€’
1 Parent(s): 8942351

update readme

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +3 -1
README.md CHANGED
@@ -14,6 +14,7 @@ license: mit
14
 
15
  [πŸ“š Paper](https://arxiv.org/abs/2412.08486) - [πŸ€– Code](https://github.com/franciszzj/Leffa) - [πŸ”₯ Demo](https://huggingface.co/spaces/franciszzj/Leffa) - [πŸ€— Model](https://huggingface.co/franciszzj/Leffa)
16
 
 
17
 
18
  ## News
19
  - 18/Dec/2024, thanks to @[StartHua](https://github.com/StartHua) for integrating Leffa into ComfyUI! Here is the [repo](https://github.com/StartHua/Comfyui_leffa)!
 
14
 
15
  [πŸ“š Paper](https://arxiv.org/abs/2412.08486) - [πŸ€– Code](https://github.com/franciszzj/Leffa) - [πŸ”₯ Demo](https://huggingface.co/spaces/franciszzj/Leffa) - [πŸ€— Model](https://huggingface.co/franciszzj/Leffa)
16
 
17
+ Star ⭐ us if you like it!
18
 
19
  ## News
20
  - 18/Dec/2024, thanks to @[StartHua](https://github.com/StartHua) for integrating Leffa into ComfyUI! Here is the [repo](https://github.com/StartHua/Comfyui_leffa)!
app.py CHANGED
@@ -121,7 +121,9 @@ if __name__ == "__main__":
121
  garment_images = list_dir(f"{example_dir}/garment")
122
 
123
  title = "## Leffa: Learning Flow Fields in Attention for Controllable Person Image Generation"
124
- link = "[πŸ“š Paper](https://arxiv.org/abs/2412.08486) - [πŸ€– Code](https://github.com/franciszzj/Leffa) - [πŸ”₯ Demo](https://huggingface.co/spaces/franciszzj/Leffa) - [πŸ€— Model](https://huggingface.co/franciszzj/Leffa)"
 
 
125
  news = """## News
126
  - 18/Dec/2024, thanks to @[StartHua](https://github.com/StartHua) for integrating Leffa into ComfyUI! Here is the [repo](https://github.com/StartHua/Comfyui_leffa)!
127
  - 16/Dec/2024, the virtual try-on [model](https://huggingface.co/franciszzj/Leffa/blob/main/virtual_tryon_dc.pth) trained on DressCode is released.
 
121
  garment_images = list_dir(f"{example_dir}/garment")
122
 
123
  title = "## Leffa: Learning Flow Fields in Attention for Controllable Person Image Generation"
124
+ link = """[πŸ“š Paper](https://arxiv.org/abs/2412.08486) - [πŸ€– Code](https://github.com/franciszzj/Leffa) - [πŸ”₯ Demo](https://huggingface.co/spaces/franciszzj/Leffa) - [πŸ€— Model](https://huggingface.co/franciszzj/Leffa)
125
+ Star ⭐ us if you like it!
126
+ """
127
  news = """## News
128
  - 18/Dec/2024, thanks to @[StartHua](https://github.com/StartHua) for integrating Leffa into ComfyUI! Here is the [repo](https://github.com/StartHua/Comfyui_leffa)!
129
  - 16/Dec/2024, the virtual try-on [model](https://huggingface.co/franciszzj/Leffa/blob/main/virtual_tryon_dc.pth) trained on DressCode is released.