talha_yousuf

Results 9 comments of talha_yousuf

> i had a same issue, can anyone suggest me a solution? (onnx opset version 14, tensorrt 7) I was also having issues but I found **it works only with...

I have same issue, pytorch(NCHW) --> onnx(NCHW) --> tf-saved-model(NHWC) [transpose layers introduced here]. @AlexeyAB Please suggest if you found solution?

> I have same issue, pytorch(NCHW) --> onnx(NCHW) --> tf-saved-model(NHWC) [transpose layers introduced here]. > > @AlexeyAB Please suggest if you found solution? I found the solution, perform following to...

> Me too - whatever I tried on windows - I failed. I installed it by the inofficially binaries which i found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/ > > No issues at all...

> Hi @gadagashwini . Yes, the checkpoint is definitely capable of saving the model in HDF5 format, my point is that the message may not be obvious. What happened to...

> I've got it to work somehow. Would share the solution later (because I am working on a pretty urgent project now In short the problem is the format of...

@geek359 have you got password?

I am also facing the same issue, Did you manage to solve it?

i am also facing this issue. I am doing this: ![image](https://github.com/lllyasviel/ControlNet-v1-1-nightly/assets/47290815/0e906658-0e2a-4ae6-86bf-24e9e9f4a18a) the training script is the one used by `diffusers txt2image controlnet`. is the logic correct, normally in training phase,...