Commit
Β·
6d0a20b
1
Parent(s):
8942351
update readme
Browse files
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.
|