What happens to StableDiffusionPipeline.from_pretrained when the mode has multiple files?

What happens to self.pipe = StableDiffusionPipeline.from_pretrained(“XpucT/Deliberate”) if a HF page has 2 model files? Like this XpucT/Deliberate at main which one gets loaded?

1 Like