Hamish Friedlander
Hamish Friedlander
Hi, First, thanks for releasing this work under Apache-2.0. I appreciate it a lot. I'm re-implementing your annotators for a personal project (gyre.ai) and have been looking for the origins...
Hi, I want to put some of the 1.1 models converted into Diffusers format on Hugging Face. Is the license for ControlNet 1.1 models the same as for 1.0 (The...
awacke1/Image-to-Line-Drawings looks like a fork with minimal changes. The origin of the lineart annotator appears to be https://huggingface.co/spaces/carolineec/informativedrawings Evidence: - Models are bit-identical, code is nearly identical - Author and...
Hlky did a great job the k-diffuser schedulers, and we now have them running comparibly to Compvis, but they need another pass to be great. - They all share a...
https://github.com/TencentARC/T2I-Adapter/blob/main/ldm/modules/extra_condition/model_edge.py appears derived from https://github.com/zhuoinoulu/pidinet/tree/master/models The LICENSE on https://github.com/zhuoinoulu/pidinet is not clear - it appears to be an MIT license, except that it has an initial clause that reads "It...
Hi, Thank you very much for this. I've started integrating it into https://github.com/hafriedlander/stable-diffusion-grpcserver A couple of notes: - I needed to change a couple of calls in StructuredCrossAttention to use...