Error in HotshotXLPipeline.from_pretrained() method

#6
by Hardik201003 - opened

when I try to use the "from_pretrained()" method as directed in the example string in "hotshot_xl_pipeline.py"...it shows this error -
AttributeError: module 'hotshot_xl.HotshotXLPipeline' has no attribute 'from_pretrained'
I checked the python file...and there was no method with that name...so how should I proceed?

Sign up or log in to comment