How to use sijunhe/tiny-random-stable-diffusion-pipe-1 with paddlenlp:
# ⚠️ Type of model unknown from paddlenlp.transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("sijunhe/tiny-random-stable-diffusion-pipe-1", from_hf_hub=True) model = AutoModel.from_pretrained("sijunhe/tiny-random-stable-diffusion-pipe-1", from_hf_hub=True)