OOTDiffusion
OOTDiffusion copied to clipboard
Official implementation of OOTDiffusion: Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on
 Hello, please tell me why this error IndexError: list index out of range occurs? I downloaded checkpoints and placed them under the OOTDiffusion folder. thank you in advance. 你好,请问我这个出现这个错误IndexError:...
Hello, I am working on fine-tuning a model with my own dataset and need some guidance on the process. Specifically, I have 10 model images and 20 clothes images. I...
Hi, thanks for your stunning works. I've tried to use the artifacts you provided by the command python run_ootd.py --gpu_id 0 --model_path ../data/model_5.png --cloth_path ../data/00151_00.jpg --scale 2 --sample 4 but...
训练相关疑问
作者你好: 我最近跑通了你的代码并用于训练。其中,我将你/data/xuyu_model/OOTDiffusion-train/checkpoints/ootd/ootd_hd/checkpoint-36000/unet_garm 内的config和Diffusion.safetensor 直接替换成了SD1.5对应Unet文件内的,这种做法用于重新训练是否正确。同时,在训练过程中监测训练方面,有什么建议么~
各位大神好,我分别用4090和A100 (40G版)运行这个项目,都遇到同样的报错,说是显存不够: `text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["id2label"]` will be overriden. `text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value...
用的秋叶整合包,通过管理器安装,按照步骤全都做好了,进入工作台后,找不到OOTD节点,后台管理器搜索,OOTD显示是红色的。重新下了个官方comfyui整合包,安装完成后,测试可以使用。是不是秋叶整合包里哪些插件与OOTD有冲突,导致系统不能加载OOTD的节点?
报错
Traceback (most recent call last): File "/home/ljy/.local/lib/python3.8/site-packages/gradio/queueing.py", line 527, in process_events response = await route_utils.call_process_api( File "/home/ljy/.local/lib/python3.8/site-packages/gradio/route_utils.py", line 270, in call_process_api output = await app.get_blocks().process_api( File "/home/ljy/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1887, in...
Ouputs are not as expected in case of dresses. It seems like dresses are just being pasted on model image. I have attached some files for your reference. Basically, dresses...