I'm getting this error: getattr(): attribute name must be stringWhen I'm using this code:
model_id = "nitrosocke/modern-disney-diffusion"pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
What shell I do??
· Sign up or log in to comment