Open VeteranXT opened 1 week ago
I'm not sure what happens. Can you give me more information about this error or show me your code?
Upon launching CMD -> Python app.py it says first Lading Safetensors then that message.
I did follow all instructions on readme. And all i get INFO: Could not find files for the given pattern(s). Pressing Genearte does "Start" but it never finishes.
INFO: Could not find files for the given pattern(s).
I did download model manually and made gradio to work, but upon launching i got that error. Where do i put model?
Hello, this may be helpful:
If you download all files by yourself, you can also input your local model path to pipe like:
# Local model path is also acceptable, where all files should be organized as https://huggingface.co/Shitao/OmniGen-v1/tree/main
model_path = "/your/model/path"
pipe = OmniGenPipeline.from_pretrained(model_path)
INFO: Could not find files for the given pattern(s).
I did download model manually and made gradio to work, but upon launching i got that error. Where do i put model?