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)

Hi,

This model isn't supported yet by the Transformers library. See here: https://github.com/huggingface/transformers/issues/33905

Sign up or log in to comment