Skip to content

About the checkpoint file. #9559

Closed Answered by asomoza
suzukimain asked this question in Q&A
Sep 30, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Both are the same, both are Stable Diffusion checkpoints, one has all the modules inside one file and the other keeps them separated in subdirectories. Depends on the model architecture but for example, for a SD 1.5 both have a text_encoder, a vae and a unet.

As I told you, there's a lot of model architectures so the from_pretrained varies from model to model, you can read what each pipeline requires in the corresponding pipeline class, for example for SDXL is here

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@suzukimain
Comment options

@asomoza
Comment options

Answer selected by suzukimain
@suzukimain
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants