Been trying to get the training to work with the following command: python main.py --base ./configs/stable-diffusion/v1-finetune.yaml -t --actual_resume models/ldm/stable-diffusion-v1/model.ckpt -n cip --gpus 0, --data_root E:/textual-inversion/cip --init_word cpixel
I proceed to get this error:
File "E:\stable-diffusion\ldm\modules\embedding_manager.py", line 27, in get_clip_token_for_string
assert (
AssertionError: String 'cpixel' maps to more than a single token. Please use another string
Been trying to get the training to work with the following command: python main.py --base ./configs/stable-diffusion/v1-finetune.yaml -t --actual_resume models/ldm/stable-diffusion-v1/model.ckpt -n cip --gpus 0, --data_root E:/textual-inversion/cip --init_word cpixel
I proceed to get this error:
File "E:\stable-diffusion\ldm\modules\embedding_manager.py", line 27, in get_clip_token_for_string
assert (
AssertionError: String 'cpixel' maps to more than a single token. Please use another string