김진원

Results 23 comments of 김진원

> > > https://huggingface.co/lllyasviel/ControlNet > > > > > > ```python > > from diffusers import StableDiffusionControlNetPipeline, ControlNetModel, UniPCMultistepScheduler > > from controlnet_aux import OpenposeDetector > > from controlnet_aux.open_pose import...

.from_pretrained downloads from hugginface hub. try this ```python open_pose = OpenposeDetector.from_pretrained("lllyasviel/ControlNet") ```

You can train the model in MMsegmentation. all features need for training is there.