File size: 599 Bytes
ace4558 79e8fa8 ace4558 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
pretrained_model_name_or_path="v1-5-pruned-emaonly.safetensors"
dataset_config="ronaldo.toml"
output_dir="model"
output_name="loraronaldo"
save_model_as="safetensors"
prior_loss_weight=1.0
max_train_steps=1000
learning_rate=1e-4
optimizer_type="AdamW8bit"
mixed_precision="fp16"
save_every_n_epochs=50
network_module="networks.lora"
network_dim = 8
network_alpha = 1
xformers=true
gradient_checkpointing=true
cache_latents=true
huggingface_repo_id="vuongminhkhoi4/cr7"
huggingface_path_in_repo=""
huggingface_repo_type="model"
huggingface_repo_visibility="public"
huggingface_token="...." |