getattr(): attribute name must be string? #158
#19
by
shirgr
- opened
I'm getting this error: getattr(): attribute name must be string
When 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??