About the checkpoint file. #9559
-
Hello. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, you don't say for which model type you're referring.
|
Beta Was this translation helpful? Give feedback.
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