Kadir Nar

Results 229 comments of Kadir Nar

@kalemas @DenisKochetov My Docker file: https://huggingface.co/spaces/ArtGAN/Diffusion-API/blob/main/Dockerfile I made Cuda version 12.1.0. I will try again.

> @kadirnar look at https://github.com/MrForExample/ComfyUI-3D-Pack/pull/107/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R43 > > GPU is not available at build time without that I don't know much about Docker. Can you check it? I'm still getting errors....

> Read the note from stackoverflow carefully! Its about host setup, not container itself. I use the HuggingFace platform. GPU is not working during the build process. So I can't...

Merhaba :) Epoch sayısından ziyade batch-size arttırıp image_size paarametresini azaltmayı deneyebilirsin. Eğer bunlar çözüm olmuyorsa daha küçük modeller deneyebilirsin. Bunlar da çözüm olmuyorsa colab-pro alıp daha güçlü GPU'lar ile çalışabilirsin.

Real time SAHI kullanman verimli olmaz. https://github.com/kadirnar/torchyolo real-time için bu repo daha doğru olur

Hello @zwz-append , Is the .lst file like this? ``` [["edges/imgs/test/rgbr/RGB_008.jpg", "edges/edge_maps/test/rgbr/RGB_008.png"], ["edges/imgs/test/rgbr/RGB_010.jpg", "edges/edge_maps/test/rgbr/RGB_010.png"], ["edges/imgs/test/rgbr/RGB_017.jpg", "edges/edge_maps/test/rgbr/RGB_017.png"], ["edges/imgs/test/rgbr/RGB_025.jpg", "edges/edge_maps/test/rgbr/RGB_025.png"], ["edges/imgs/test/rgbr/RGB_029.jpg", "edges/edge_maps/test/rgbr/RGB_029.png"], ["edges/imgs/test/rgbr/RGB_033.jpg", "edges/edge_maps/test/rgbr/RGB_033.png"], ["edges/imgs/test/rgbr/RGB_035.jpg", "edges/edge_maps/test/rgbr/RGB_035.png"], ["edges/imgs/test/rgbr/RGB_039.jpg", "edges/edge_maps/test/rgbr/RGB_039.png"], ["edges/imgs/test/rgbr/RGB_042.jpg", "edges/edge_maps/test/rgbr/RGB_042.png"], ["edges/imgs/test/rgbr/RGB_052.jpg", "edges/edge_maps/test/rgbr/RGB_052.png"],...

> > Guys did you solve this issue? > > hello, @xavysp. I have solved the above issue. But,I meet a new issue about issue. "TypeError: '>' not supported between...

I am sorry. Can you tell me the output of crop_size and img.shape? It throws an error because there is no Int object. I don't remember what I changed, but...