validation_prompt_prefix_db_lora="((a selfie photo of <sks> person face)), distinct <sks> feature, head and shoulders shot, front view, face looking at camera"
validation_prompt_prefix_ti="a selfie photo of <sks> person"
'instance_prompt':'a selfie photo of <sks> person',
'class_prompt':'a selfie photo of persons',
'num_class_images':100,
'center_crop':True,
'with_prior_preservation':True,
@ -324,7 +324,7 @@ class AlgorithmConfig:
'resolution':512,
'train_batch_size':1,
'gradient_accumulation_steps':1,
'learning_rate':5e-7,
'learning_rate':1e-6,
'lr_scheduler':'constant_with_warmup',
'lr_warmup_steps':50,
'num_class_images':100,
@ -334,7 +334,7 @@ class AlgorithmConfig:
'mixed_precision':'bf16',
'prior_generation_precision':'bf16',
'sample_batch_size':5,
'validation_prompt':'a selfie photo of <sks> person, head-and-shoulders, face looking at the camera, Eiffel Tower clearly visible behind, outdoor daytime, realistic',
'validation_prompt':'((a selfie photo of <sks> person face)), distinct <sks> feature, head and shoulders shot, front view, face looking at camera',
'instance_prompt':'a selfie photo of <sks> person',
'class_prompt':'a selfie photo of person',
'validation_prompt_prefix_db_lora':'((a selfie photo of <sks> person face)), distinct <sks> feature, head and shoulders shot, front view, face looking at camera',
'validation_prompt_prefix_ti':'a selfie photo of <sks> person',
'placeholder_token':'<sks>',
'initializer_token':'person',
'description':'人脸类型的数据集'
},
{
'data_type_code':'art',
'instance_prompt':'a painting in <sks-style> style',
'instance_prompt':'a painting in <sks> style',
'class_prompt':'a painting',
'placeholder_token':'<sks-style>',
'initializer_token':'painting',
'validation_prompt_prefix_db_lora':'((a painting in <sks> style)), distinct <sks> feature, coherent aesthetic, balanced lighting and color, fine art texture',
'validation_prompt_prefix_ti':'a painting in <sks> style',