-
Thank you so much for sharing this great work!
I noticed that the clothing-agnostic masks automatically generated on huggingface are slightly different from those provided by the original VITON-HD …
-
2023-02-01T17:45:26,287 [INFO ] W-9001-viton_1.0-stdout MODEL_LOG - File "", line 219, in _call_with_frames_removed
2023-02-01T17:45:26,286 [INFO ] epollEventLoopGroup-5-13 org.pytorch.serve.wlm.Wo…
-
I have made a Colab preprocessing pipeline for Ladi-VTON which can run inference on custom data using the DressCode model.
Here is the my drive Link https://drive.google.com/drive/folders/19XL0kvTw…
-
I implemented the CatVTON approach with SDXL Inpainting as the base model including DREAM. And the loss curve looks good & drops to ~0.001 after several epochs. However, the resulting images are just…
-
In this website : https://github.com/facebookresearch/detectron2/blob/main/projects/DensePose/doc/DENSEPOSE_IUV.md#ModelZoo
which version of densepose did you use?
thank you !
-
Traceback (most recent call last):
File "E:\DEV\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_…
-
I found that only `cloth`,`image`,`openpose-json`,`image-parse-v3` data are needed when inference with VITON-HD datasets.
If I don't provide the data `cloth-mask`,`image-parse-agorisc-v3.2` and so on…
-
ERROR: !!! Exception during processing !!!
ERROR: Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/execution.py", line 153, in recursive_execute
output_data, output_ui …
-
I have created a single Colab notebook for VITON pre-processing that allows you to upload your data and quickly process it. This notebook simplifies the pre-processing steps and can save you a lot of …
-
## Background
- `viton` 서버를 google cloud에 구축하는 과정에서, `FastAPI`의 `app.include_router()` 기능이 정상적으로 동작하지 않는 문제를 파악했습니다.
## To Do
- [ ] `include_router` 디버깅
- [ ] 디버깅에 따른 entry point modules (proxy,…