|
--- |
|
license: creativeml-openrail-m |
|
tags: |
|
- text-to-image |
|
widget: |
|
- text: sdcid |
|
--- |
|
### training params |
|
```json |
|
{ |
|
"pretrained_model_name_or_path": "multimodalart/sd-fine-tunable", |
|
"instance_data_dir": "./d5cf4e49-bdba-434c-b8ed-1efdb5941486/instance_data", |
|
"class_data_dir": "./class_data/class", |
|
"output_dir": "./d5cf4e49-bdba-434c-b8ed-1efdb5941486/", |
|
"train_text_encoder": true, |
|
"with_prior_preservation": false, |
|
"prior_loss_weight": 1.0, |
|
"instance_prompt": "sdcid", |
|
"class_prompt": "", |
|
"resolution": 512, |
|
"train_batch_size": 1, |
|
"gradient_accumulation_steps": 1, |
|
"gradient_checkpointing": true, |
|
"use_8bit_adam": true, |
|
"learning_rate": 4e-06, |
|
"lr_scheduler": "polynomial", |
|
"lr_warmup_steps": 0, |
|
"num_class_images": 200, |
|
"max_train_steps": 1050, |
|
"mixed_precision": "fp16" |
|
} |
|
``` |
|
|