-
Error occurred when executing LoadOOTDPipeline:
[ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from G:\comfyUI\ood_\checkpoints\checkpoints\humanparsing\parsing_atr.onnx failed:Load model G:\com…
-
目标分割
-
I noticed that when I change the reshape from
https://github.com/TianzhongSong/Person-Segmentation-Keras/blob/master/models/unet.py#L71
into:
conv11 = Reshape((input_height * input_width, nClasse…
-
Any suggestions please.
I noticed it is only using RAM and not VRAM, not sure why?
```
(venv) C:\tut\IDM-VTON>python gradio_demo/app.py
The config attributes {'decay': 0.9999, 'inv_gamma': 1.0…
-
https://github.com/GoGoDuck912/Self-Correction-Human-Parsing
https://huggingface.co/levihsu/OOTDiffusion/tree/main/checkpoints/humanparsing
https://github.com/cozymantis/human-parser-comfyui-node
…
-
![workflow](https://github.com/user-attachments/assets/eff32062-2c65-4209-b2d2-6dfe5a77ff75)
![workflow (1)](https://github.com/user-attachments/assets/b66c35dc-adc7-48b2-98bf-a4feb6a5179c)
-
This is my directory structure:
.
├── 1.jpg
├── LICENSE
├── README.md
├── checkpoints
│ ├── ckpt.txt
│ ├── cloth_segm.pth
│ └── ipadapter_faceid
│ ├── ckpt.txt
│ ├── ip-ada…
-
Traceback (most recent call last):
File "/home/srp/ootd/OOTDiffusion/run/gradio_ootd.py", line 22, in
ootd_model_hd = OOTDiffusionHD(0)
File "/home/srp/ootd/OOTDiffusion/ootd/inference_oot…
-
(E:\ai\OOTDiffusion\.conda) E:\ai\OOTDiffusion>python run\gradio_ootd.py
Traceback (most recent call last):
File "E:\ai\OOTDiffusion\run\gradio_ootd.py", line 15, in
from preprocess.humanpar…
-
Thanks for your great work. I ran into some confusion when trying `inference_IMAGdressing_controlnetinpainting.py` file.
* The README mentions that we need to download the model from the `IDM-VTON`…