GeneralClothes / args.json
ttthea's picture
Upload 18 files
fc36ff0
raw
history blame contribute delete
No virus
1.88 kB
{
"pretrained_model_name_or_path": "runwayml/stable-diffusion-v1-5",
"pretrained_vae_name_or_path": "stabilityai/sd-vae-ft-mse",
"revision": "fp16",
"tokenizer_name": null,
"instance_data_dir": null,
"class_data_dir": null,
"instance_prompt": null,
"class_prompt": null,
"save_sample_prompt": "photo of zwx dog",
"save_sample_negative_prompt": null,
"n_save_sample": 4,
"save_guidance_scale": 7.5,
"save_infer_steps": 20,
"pad_tokens": false,
"with_prior_preservation": true,
"prior_loss_weight": 1.0,
"num_class_images": 50,
"output_dir": "/content/drive/MyDrive/stable_diffusion_weights/yjx",
"seed": 1337,
"resolution": 512,
"center_crop": false,
"train_text_encoder": true,
"train_batch_size": 1,
"sample_batch_size": 4,
"num_train_epochs": 16,
"max_train_steps": 800,
"gradient_accumulation_steps": 1,
"gradient_checkpointing": false,
"learning_rate": 1e-06,
"scale_lr": false,
"lr_scheduler": "constant",
"lr_warmup_steps": 0,
"use_8bit_adam": true,
"adam_beta1": 0.9,
"adam_beta2": 0.999,
"adam_weight_decay": 0.01,
"adam_epsilon": 1e-08,
"max_grad_norm": 1.0,
"push_to_hub": false,
"hub_token": null,
"hub_model_id": null,
"logging_dir": "logs",
"log_interval": 10,
"save_interval": 10000,
"save_min_steps": 0,
"mixed_precision": "fp16",
"not_cache_latents": false,
"hflip": false,
"local_rank": -1,
"concepts_list": [
{
"instance_prompt": "clothes",
"class_prompt": "Outfit concept of a full body person, white background, fashion photography, fashionable, realistic, high quality, high definition, hd, highly detailed, high fashion, haute couture, romantic, cinematic lighting, 8k rendering, octane render",
"instance_data_dir": "/content/data/clothes",
"class_data_dir": "/content/data/clothes"
}
],
"read_prompts_from_txts": false
}