how to create environment
Opened this issue · 1 comments
as title suggests: has any of you any idea on how to properly create a conda env for this repository?
The environment.yaml is outdated (some packages versions are from 2020).
Hey! I just had it run successfully in a conda env for stable-diffusion, whose PyTorch version is 2.8.0+cu128 (I manually configured instead of following outdated guides and other package versions in stable-diffusion's repo).
Two projects are alike since ControlNet is designed on stable-diffusion. Maybe you can try to deploy stable-diffusion first and directly conda activate sd and run ControlNet there.
By the way, I actually failed to launch controlnet's GUIs based on gradio(maybe that's my fault), so I rewrote scripts not in GUI loop but simply to interact in bash. That's how it worked.