Unique3D
Unique3D copied to clipboard
StableDiffusionControlNetPipeline loading stuck
Has anyone encountered this issue where loading the StableDiffusionControlNetPipeline gets stuck? The first time, loading the StableDiffusionPipeline works fine, but the second time, when the StableDiffusionControlNetPipeline calls the function model_cls.from_pretrained(ckpt_or_pretrained, torch_dtype=torch_dtype, **kwargs), it gets stuck at this point and remains so for several hours without progressing.