The warning [ContinuousBBoxWithTextEmbedding] Your class_tokens is not trainable and used without initialization. Please check your training code! ] occurs. Besides, when I train the code, I can't find your class_tokens initialized with random in the INFO, nor can I find Initializing your class_tokens with text_encoder.
Is this because I use the checkpoint SDv1.5mv-rawbox_2023-09-07_18-39_224x400, so the class_tokens have no need to be initialized? Looking forward to your reply.
When I run the command
The warning
[ContinuousBBoxWithTextEmbedding] Your class_tokens is not trainable and used without initialization. Please check your training code! ]
occurs. Besides, when I train the code, I can't findyour class_tokens initialized with random
in the INFO, nor can I findInitializing your class_tokens with text_encoder
. Is this because I use the checkpoint SDv1.5mv-rawbox_2023-09-07_18-39_224x400, so the class_tokens have no need to be initialized? Looking forward to your reply.