Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: SDXL_TEXTUAL_INVERSION
- seed: 1
- base_output_dir: output/DnDIcons
- report_to: tensorboard
- max_train_steps: null
- max_train_epochs: 3
- save_every_n_epochs: 1
- save_every_n_steps: null
- validate_every_n_epochs: null
- validate_every_n_steps: 500
- model: stabilityai/stable-diffusion-xl-base-1.0
- hf_variant: fp16
- num_vectors: 4
- placeholder_token: DnDIcons
- initializer_token: icon
- initial_embedding_file: null
- initial_phrase: null
- optimizer:
- optimizer_type: AdamW
- learning_rate: 0.002
- beta1: 0.9
- beta2: 0.999
- weight_decay: 0.01
- epsilon: 1.0e-08
- use_8bit: false
- lr_scheduler: cosine
- lr_warmup_steps: 200
- min_snr_gamma: 5.0
- cache_vae_outputs: false
- enable_cpu_offload_during_validation: falsea
- gradient_accumulation_steps: 1
- weight_dtype: bfloat16
- mixed_precision: 'no'
- xformers: false
- gradient_checkpointing: true
- max_checkpoints: 20
- prediction_type: null
- max_grad_norm: null
- validation_prompts:
- - an icon DnDIcons of a flaming sword
- - an icon DnDIcons of a snowy mountain
- negative_validation_prompts: null
- num_validation_images_per_prompt: 3
- train_batch_size: 1
- use_masks: false
- data_loader:
- type: TEXTUAL_INVERSION_SD_DATA_LOADER
- dataset:
- type: IMAGE_CAPTION_JSONL_DATASET
- jsonl_path: E:\InvokeAITraining\jsonl\DnDIcons.jsonl
- image_column: image
- caption_column: text
- keep_in_memory: false
- caption_preset: style
- caption_templates: null
- keep_original_captions: true
- aspect_ratio_buckets: null
- resolution: 256
- center_crop: true
- random_flip: false
- shuffle_caption_delimiter: null
- dataloader_num_workers: 4
- vae_model: madebyollin/sdxl-vae-fp16-fix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement