Frank (Haofan) Wang

Results 272 comments of Frank (Haofan) Wang

Could you please use a specific commit id? @Suhail `git checkout 9a37409663a53f775fa380db332d37d7ea75c915`

It seems that there is no such a pipeline in your env. What is your diffusers version? You should use the provided commit id when installing diffusers. @will-mrtr Anyway, I...

It doesn't matter which one you use as the base model. If you take pipe_control_depth as base, then just take out the control module from pipe_control_openpose, and add it to...

Can you provide your full script? Which controlnet model do you convert? @little-misfit

What is your diffusers version? Please install diffusers using the provided commit id instead of the official repo. I know that diffusers has officially supported this op, but there may...

It should be easy to implement if you are familiar with diffusers pipelines. I just don't want to make this project too redundant. But I can show you some guidance...

(1) How does **AnyV3_Canny_Model.pth** created in WebUI? Isn't it using [the method](https://github.com/lllyasviel/ControlNet/discussions/12) described in controlnet? (2) What do you mean by **not the same**. The weights have different keys or...

I totally agree with you. I also fail to figure out how does webui work on the fly. That is why I make this project. One possible reason is that...

@plcpinho I'm glad to know this! I can work on it based on your info. If you are interested in, PR is very very welcome.