Giter Club home page Giter Club logo

Comments (4)

williamyang1991 avatar williamyang1991 commented on June 14, 2024

The Python "Pickle EOFError: Ran out of input" occurs when the file you are trying to open and load is empty.
To solve this error, you need to make sure all the pretrained models are downloaded completely.

Your error indictate the following model is not correctly downloaded.

def download_gmflow_ckpt():
url = ('https://huggingface.co/PKUWilliamYang/Rerender/'
'resolve/main/models/gmflow_sintel-0c07dcb3.pth')
download(url, 'models')

from rerender_a_video.

EvansXu avatar EvansXu commented on June 14, 2024

@williamyang1991 Thanks for your enthusiastic reply!
After using python install.py, the result shows success without any error prompts. I can see the following information under the ./model. Is it correct?
evans@evans-MS-7A94:~/Work/Rerender_A_Video/models$ ls -l
total 0
-rw-rw-r-- 1 evans evans 0 11月 5 20:09 control_sd15_canny.pth
-rw-rw-r-- 1 evans evans 0 11月 5 20:09 control_sd15_hed.pth
-rw-rw-r-- 1 evans evans 0 11月 5 20:09 gmflow_sintel-0c07dcb3.pth
-rw-rw-r-- 1 evans evans 0 11月 5 20:09 vae-ft-mse-840000-ema-pruned.ckpt

by the way, In file real2sculpture.json, it was found that file models/realisticVisionV20_v20.safetensors is needed ,but I can't find the file realisticVisionV20_v20.safetensors, May I ask if the error was caused by a missing rrealisticVisionV20_v20.safetensors. Thansk a lot!

from rerender_a_video.

williamyang1991 avatar williamyang1991 commented on June 14, 2024

Yes, you can download realisticVisionV20_v20.safetensors here

from rerender_a_video.

EvansXu avatar EvansXu commented on June 14, 2024

@williamyang1991 Thanks, I'll download it and have a try!

from rerender_a_video.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.