little-misfit
little-misfit
I have some question about "**--load_size**" and "**--old_size**" which are in the "base_options.py": _parser.add_argument('--old_size', type=int, default=(256,256), help='Scale images to this size. The final image will be cropped to -- crop_size.')...
thanks for your work!In the keypoint feature, the first two elements of each point are coordinates, and I guess the third element is confidence. **What does the fourth element represent?**...
Hi, Thanks for your work. When I use the viton to test the model, I realize that label data is missing. So I wanna know how to make a label...
Hello, you previously provided in-cloth mask extracting code based on Unet ([Colab link](https://colab.research.google.com/drive/1HvSB2Mx8WZ-Wo_8FDrc05DaOi4QUE9hG)), but the link is now invalid. Could you please provide another set of related code or reference...
Thanks for your work, After I converted the Controlnet.pth to diffusers, an error still occurred while loading. Did my conversion fail?How can I solve this problem?The error log is as...
Thank you for your work. When I tried to reproduce your second part of image repair work, an error occurred. Your code included KarrasDiffusionSchedulers, but this class does not exist...