dataautogpt3
commited on
Delete training_config.json
Browse files- training_config.json +0 -42
training_config.json
DELETED
@@ -1,42 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"model_path": "stabilityai/stable-diffusion-xl-base-1.0",
|
3 |
-
"output_dir": "./output",
|
4 |
-
"learning_rate": 1e-06,
|
5 |
-
"num_epochs": 1,
|
6 |
-
"batch_size": 4,
|
7 |
-
"gradient_accumulation_steps": 1,
|
8 |
-
"max_grad_norm": 1.0,
|
9 |
-
"warmup_steps": 0,
|
10 |
-
"data_dir": "/workspace/pseudo-camera-10k",
|
11 |
-
"cache_dir": "latents_cache",
|
12 |
-
"num_inference_steps": 28,
|
13 |
-
"use_adafactor": false,
|
14 |
-
"enable_compile": false,
|
15 |
-
"compile_mode": "default",
|
16 |
-
"gradient_checkpointing": false,
|
17 |
-
"ema_decay": 0.9999,
|
18 |
-
"use_ema": false,
|
19 |
-
"finetune_vae": false,
|
20 |
-
"vae_learning_rate": 1e-06,
|
21 |
-
"vae_train_freq": 10,
|
22 |
-
"min_tag_weight": 0.1,
|
23 |
-
"max_tag_weight": 3.0,
|
24 |
-
"use_tag_weighting": false,
|
25 |
-
"save_checkpoints": false,
|
26 |
-
"resume_from_checkpoint": null,
|
27 |
-
"use_wandb": true,
|
28 |
-
"wandb_project": "nai3",
|
29 |
-
"wandb_run_name": "highsigma",
|
30 |
-
"logging_steps": 10,
|
31 |
-
"save_epochs": 1,
|
32 |
-
"validation_frequency": 1,
|
33 |
-
"skip_validation": true,
|
34 |
-
"validation_prompts": [
|
35 |
-
"a detailed portrait of a girl",
|
36 |
-
"completely black",
|
37 |
-
"a red ball on top of a blue cube, both infront of a green triangle"
|
38 |
-
],
|
39 |
-
"push_to_hub": false,
|
40 |
-
"hub_model_id": null,
|
41 |
-
"hub_private": false
|
42 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|