Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app.py silently fails #184

Open
neilm-fourjs opened this issue Jan 10, 2025 · 1 comment
Open

app.py silently fails #184

neilm-fourjs opened this issue Jan 10, 2025 · 1 comment

Comments

@neilm-fourjs
Copy link

(omnigen) E:\ai\OmniGen>python app.py
Model not found, downloading...
Fetching 10 files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████| 10/10 [00:00<?, ?it/s]
Downloaded model to e:\ai\models\models--Shitao--OmniGen-v1\snapshots\58e249c7c7634423c0ba41c34a774af79aa87889
Loading safetensors

(omnigen) E:\ai\OmniGen>

The first time I run it did download the 10 files, but then every time run now, it always says Model not found, downloading...
then it instantly says it fetched 10 files and shows the Downloaded model line ( which is correct for the location I set it to )
then it almost fills my OS memory, then just stops.

(omnigen) E:\ai\OmniGen>dir e:\ai\models\models--Shitao--OmniGen-v1\snapshots\58e249c7c7634423c0ba41c34a774af79aa87889
Volume in drive E is SSD_1T
Volume Serial Number is 109B-D17F

Directory of e:\ai\models\models--Shitao--OmniGen-v1\snapshots\58e249c7c7634423c0ba41c34a774af79aa87889

10/01/2025 21:45

.
10/01/2025 21:38 ..
10/01/2025 21:38 1,570 .gitattributes
10/01/2025 21:38 3,286 config.json
10/01/2025 21:38 3,416,173 demo_cases.png
10/01/2025 21:44 15,501,299,112 model.safetensors
10/01/2025 21:45 9,091 README.md
10/01/2025 21:38 670 special_tokens_map.json
10/01/2025 21:38 1,852,093 tokenizer.json
10/01/2025 21:38 10,096 tokenizer_config.json
10/01/2025 21:38 vae
8 File(s) 15,506,592,091 bytes
3 Dir(s) 201,764,020,224 bytes free

@clumsysaya
Copy link

up, same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants