8000 Error in saving model · Issue #3 · cloneofsimo/minSDXL · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Error in saving model #3
Open
Open
@saeedkhanehgir

Description

@saeedkhanehgir

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

Screenshot from 2023-11-22 17-17-23

How can I fixed it ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0