Loading in model safetensors

Hey everyone! Thanks for all of the opensource work you have done.
I am trying to use this model just for inference: https://huggingface.co/sazyou-roukaku/chilled_remix

And am wondering the best way to do it. Should I directly load the safetensor into this function: pipeline = StableDiffusionPipeline.from_ckpt()

If anyone has advice for how to test this model or even better some example code, that would be extremely helpful.

Thanks again