Unique3D icon indicating copy to clipboard operation
Unique3D copied to clipboard

StableDiffusionControlNetPipeline loading stuck

Open SensenGao opened this issue 5 months ago • 4 comments

image

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.

SensenGao avatar Sep 18 '24 06:09 SensenGao