diff --git a/README.md b/README.md index 9701910..98cae39 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Demo + + Demo + webpage @@ -21,15 +24,18 @@ + + +**CatVTON** is a simple and efficient virtual try-on diffusion model with ***1) Lightweight Network (899.06M parameters totally)***, ***2) Parameter-Efficient Training (49.57M parameters trainable)*** and ***3) Simplified Inference (< 8G VRAM for 1024X768 resolution)***.
- +
-**CatVTON** is a simple and efficient virtual try-on diffusion model with ***1) Lightweight Network (899.06M parameters totally)***, ***2) Parameter-Efficient Training (49.57M parameters trainable)*** and ***3) Simplified Inference (< 8G VRAM for 1024X768 resolution)***. ## Updates +- **`2024/08/10`**: Our 🤗 [**HuggingFace Space**](https://huggingface.co/spaces/zhengchong/CatVTON) is available now! Thanks for the grant from [**ZeroGPU**](https://huggingface.co/zero-gpu-explorers)! - **`2024/08/09`**: [**Evaluation code**](https://github.com/Zheng-Chong/CatVTON?tab=readme-ov-file#3-calculate-metrics) is provided to calculate metrics 📚. - **`2024/07/27`**: We provide code and workflow for deploying CatVTON on [**ComfyUI**](https://github.com/Zheng-Chong/CatVTON?tab=readme-ov-file#comfyui-workflow) 💥. - **`2024/07/24`**: Our [**Paper on ArXiv**](http://arxiv.org/abs/2407.15886) is available 🥳! @@ -37,6 +43,9 @@ - **`2024/07/21`**: Our [**Inference Code**](https://github.com/Zheng-Chong/CatVTON/blob/main/inference.py) and [**Weights** 🤗](https://huggingface.co/zhengchong/CatVTON) are released. - **`2024/07/11`**: Our [**Online Demo**](http://120.76.142.206:8888) is released 😁. + + + ## Installation An [Installation Guide](https://github.com/Zheng-Chong/CatVTON/blob/main/INSTALL.md) is provided to help build the conda environment for CatVTON. When deploying the app, you will need Detectron2 & DensePose, which are not required for inference on datasets. Install the packages according to your needs. diff --git a/__pycache__/utils.cpython-39.pyc b/__pycache__/utils.cpython-39.pyc index bd66c8b..0a3728d 100644 Binary files a/__pycache__/utils.cpython-39.pyc and b/__pycache__/utils.cpython-39.pyc differ diff --git a/app.py b/app.py index 272c063..1ad3fa2 100644 --- a/app.py +++ b/app.py @@ -119,7 +119,6 @@ def image_grid(imgs, rows, cols): device='cuda', ) -@spaces.GPU def submit_function( person_image, cloth_image, @@ -228,9 +227,10 @@ def person_example_fn(image_path):
-· This demo and our weights are only open for **Non-commercial Use**.
+· This demo and our weights are only for Non-commercial Use.
+· You can try CatVTON in our HuggingFace Space or our online demo (run on 3090).
+· Thanks to ZeroGPU for providing A100 for our HuggingFace Space.
· SafetyChecker is set to filter NSFW content, but it may block normal results too. Please adjust the `seed` for normal outcomes.
-· Thanks to ZeroGPU for providing GPU for Our HuggingFace Space. """ def app_gradio(): diff --git a/index.html b/index.html index cf6d3a2..c62d1e7 100644 --- a/index.html +++ b/index.html @@ -108,6 +108,16 @@

🐈 CatVTON: Concatenation Is All You Demo + + + + + + + Space + +