OOTDiffusion
OOTDiffusion copied to clipboard
Official implementation of OOTDiffusion: Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on
运行命令: python run_ootd.py --model_path D:/OOTDiffusion/run/examples/model/model_2.png --cloth_path D:/OOTDiffusion/run/examples/garment/00055_00.jpg --scale 2.0 --sample 4 在最后报: torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 3.75 GiB. GPU 0 has a total capacty of 23.99...
i try to run on windows but got err with ninja and cl.exe, anybody same too on windows? how to fix it? `(D:\OOTDiffusion\venv) D:\OOTDiffusion>python run/gradio_ootd.py Traceback (most recent call last):...
如题,这是很棒的工作。 赞,向作者致敬
torch:2.2.1+cu118 系统:Windows11 运行run/gradio_ootd.py后报错 `E:\projects\OOTDiffusion\ootd_env\Lib\site-packages\transformers\utils\generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( E:\projects\OOTDiffusion\ootd_env\Lib\site-packages\torch\utils\cpp_extension.py:381: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。 warnings.warn(f'Error checking compiler version for {compiler}:...
cuda 11.7 pytorch 2.0.1 ninja 1.10.2 运行出现以下错误,搜了些资料,感觉还是环境或者gcc依赖包啥的安装有问题,有大佬遇到这种情况解决了吗? Traceback (most recent call last): File "/home/pc/.local/lib/python3.10/site-packages/torch/utils/cpp_extension.py", line 1893, in _run_ninja_build subprocess.run( File "/home/pc/anaconda3/envs/ootd/lib/python3.10/subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command...
I am new to this, please guide me where can i find the weights to run the full body model. thanks
I want to create my own dataset to train a model, could you provide the training code?
Hi, i run the inference code and finally get a black image with a warning: /opt/conda/lib/python3.9/site-packages/diffusers/image_processor.py:97: RuntimeWarning: invalid value encountered in cast images = (images * 255).round().astype("uint8") . It seems...
So far, I had seen many people getting trouble in windows installation. Most of them are: - `subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1` - `subprocess.CalledProcessError: Command '['where',...