-
Notifications
You must be signed in to change notification settings - Fork 795
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
支持多GPU训练吗 #163
Comments
支持 |
你是怎么实现的? |
训练:
CUDA_VISIBLE_DEVICES=1,2
python main.py --base configs/stable-diffusion/v1-finetune_unfrozen.yaml
-t
--actual_resume ./models/sd-v1-4.ckpt
-n myself
--gpus 0
--data_root ./dreambooth-dataset/dataset/backpack
--reg_data_root ./regularization_images/backpack/samples
--class_word backpack
--no-test
--gradient_checkpointing True --use_8bit_adam True --fp16 fp16 --gradient_accumulation_steps 1 --train_batch_size 1
生图:
CUDA_VISIBLE_DEVICES=2
python scripts/stable_txt2img.py --ddim_eta 0.0
--n_samples 3
--n_iter 1
--scale 10.0
--ddim_steps 2000
--ckpt ./logs/cat_statue2024-05-06T16-23-05_cat_sculpture/checkpoints/last.ckpt
--prompt "a sks cat in Tsinghua University"
印象里,我并没有对原来项目代码 做什么改动。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: