how to create pipeline with huggingface ?

#1
by maltoseflower - opened

is it avaiable to create the model with huggingface ? like:

from [some huggingface package] import pipeline
model = pipeline.from_pretrained(xxxx)
image = model(prompt)

Sign up or log in to comment