Shravankumar

Results 9 comments of Shravankumar

> Hi, did you solve the multi gpu training problem? I can train on several GPU but the synthesis image doesn't follow the condition. But it works if I set...

Have you considered InstructPix2Pix and ControlNet?

Is there a benchmark for GPU requirements that we can refer to?

please check this out [https://github.com/davisking/dlib/issues/359](url)

> Based on my experiments, I think you need at least 29G for running the tutorial Thanks, This is something I am looking for. Is there a way to compute...

> > > > could you tell me where to set https://github.com/lllyasviel/ControlNet/blob/d3284fcd0972c510635a4f5abe2eeb71dc0de524/config.py#L1

Hi, I Encounter the same issue, The Issue occurred when I tried to import --> `from icevision.all import *` ``` [/usr/local/lib/python3.8/dist-packages/icevision/models/inference_sahi.py](https://localhost:8080/#) in ---> 14 from sahi.model import DetectionModel 15 from...