-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
[Issue]: Folder for Huggingface cache gets reset #3698
Comments
show that behavior - logs, anything? i may believe you, but nothing i can do based just on a general statement. |
Oh, I'm so sorry, somehow the log didn't upload? Please find below. It's very long, so I'll have to split it in two. This log shows the first startup, in which I set the path. I can confirm last line of config.json is:
|
This is the log of the restart, and I can confirm that the line gets removed from config at the very last moment, after the model is loaded. There is some sort of save operation, and also there's a curious line: Which is wrong as the default should still stay as it was, as root something.
|
And output of the
|
fyi for future you can just drag and drop the log itself and it will be uploaded as a file |
should be fixed in latest dev branch. |
Issue Description
After manually setting folder for Huggingface cache (hfcache_dir) it gets removed from the config returning to default
/root/.cache/huggingface/hub
after full server restart.Version Platform Description
20:01:52-573783 INFO Starting SD.Next
20:01:52-587441 INFO Logger: file="/workspace/SD_Next/sdnext.log" level=DEBUG size=64 mode=create
20:01:52-958467 INFO Version: app=sd.next updated=2025-01-11 hash=389bb78b branch=dev url=https://github.com/vladmandic/automatic.git/tree/dev ui=dev
20:01:52-996920 INFO Platform: arch=x86_64 cpu=x86_64 system=Linux release=6.5.0-35-generic python=3.10.12 docker=False
20:01:53-014444 DEBUG Packages: venv=venv site=['venv/lib/python3.10/site-packages']
20:01:53-020014 INFO Args: ['--listen', '--port', '3031', '--insecure', '--quick', '--debug']
Relevant log output
No response
Backend
Diffusers
UI
ModernUI
Branch
Dev
Model
StableDiffusion XL
Acknowledgements
The text was updated successfully, but these errors were encountered: