-
Notifications
You must be signed in to change notification settings - Fork 140
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
Why I get killed? #41
Comments
I am back,it is not reachable in ckpthttps://huggingface.co/stabilityai/stable-diffusion-2-1-base,this confused about me. |
The most possible reason is that your cpu memory is not enough. |
@IceClear Thanks for your reply!! |
Sry. Currently I have no ideas about which part leads to high memory cost. So no solution from my side. |
Maybe you can check if the model ckpt is loaded twice since in my current setting, the diffusion model and vqgan are initialized from the same large ckpt and I suspect maybe two copies of this large ckpt exist in cpu ram. Not sure about that. |
Thanks for you patient reply! I will check about that soon! |
Looking forward to your reply. |
SAD,it doesn't work,but thanks to your contribution for this issue,hope I can use it in the future! Have a nice Day! |
I use CLI
python main.py --train --base configs/stableSRNew/v2-finetune_text_T_512.yaml --gpus GPU_ID, --name NAME --scale_lr False
and i get killed
At first ,i reduce the batch_size and num_workers to 1,but it cant work
As a possibility,I use ckpthttps://huggingface.co/stabilityai/stable-diffusion-x4-upscaler
I am not sure about that,HELP!!!!!
The text was updated successfully, but these errors were encountered: