Open
Description
Hi,
Thanks for sharing this project.
after below part in example.ipynb
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained(
"stabilityai/stable-diffusion-xl-base-1.0",
unet=unet_new,
torch_dtype=torch.float16,
use_safetensors=True,
variant="fp16",
).to("cuda")
I want to save model with pipe.save_pretrained('sdxlmini')
but I get below error
How can I fixed it ?
Thanks
Metadata
Metadata
Assignees
Labels
No labels