ovieyra21 commited on
Commit
27718dc
·
verified ·
1 Parent(s): 533e0af

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +56 -29
config.json CHANGED
@@ -1,31 +1,58 @@
1
  {
2
- "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.25.0.dev0",
4
- "act_fn": "silu",
5
- "block_out_channels": [
6
- 128,
7
- 256,
8
- 512,
9
- 512
10
- ],
11
- "down_block_types": [
12
- "DownEncoderBlock2D",
13
- "DownEncoderBlock2D",
14
- "DownEncoderBlock2D",
15
- "DownEncoderBlock2D"
16
- ],
17
- "force_upcast": true,
18
- "in_channels": 3,
19
- "latent_channels": 4,
20
- "layers_per_block": 2,
21
- "norm_num_groups": 32,
22
- "out_channels": 3,
23
- "sample_size": 1024,
24
- "scaling_factor": 0.13025,
25
- "up_block_types": [
26
- "UpDecoderBlock2D",
27
- "UpDecoderBlock2D",
28
- "UpDecoderBlock2D",
29
- "UpDecoderBlock2D"
30
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
 
1
  {
2
+ "model": "Yntec/epiCPhotoGasm",
3
+ "vae_model": null,
4
+ "revision": null,
5
+ "tokenizer": null,
6
+ "image_path": "autotrain-f2fb4-jnonq/autotrain-data",
7
+ "class_image_path": null,
8
+ "prompt": "mabama",
9
+ "class_prompt": null,
10
+ "num_class_images": 100,
11
+ "class_labels_conditioning": null,
12
+ "prior_preservation": false,
13
+ "prior_loss_weight": 1.0,
14
+ "project_name": "epicpohogasm",
15
+ "seed": 42,
16
+ "resolution": 512,
17
+ "center_crop": false,
18
+ "train_text_encoder": false,
19
+ "batch_size": 1,
20
+ "sample_batch_size": 4,
21
+ "epochs": 1,
22
+ "num_steps": 500,
23
+ "checkpointing_steps": 500,
24
+ "resume_from_checkpoint": null,
25
+ "gradient_accumulation": 3,
26
+ "disable_gradient_checkpointing": false,
27
+ "lr": 0.0001,
28
+ "scale_lr": false,
29
+ "scheduler": "constant",
30
+ "warmup_steps": 0,
31
+ "num_cycles": 1,
32
+ "lr_power": 1.0,
33
+ "dataloader_num_workers": 0,
34
+ "use_8bit_adam": false,
35
+ "adam_beta1": 0.9,
36
+ "adam_beta2": 0.999,
37
+ "adam_weight_decay": 0.01,
38
+ "adam_epsilon": 1e-08,
39
+ "max_grad_norm": 1.0,
40
+ "allow_tf32": false,
41
+ "prior_generation_precision": null,
42
+ "local_rank": -1,
43
+ "xformers": false,
44
+ "pre_compute_text_embeddings": false,
45
+ "tokenizer_max_length": null,
46
+ "text_encoder_use_attention_mask": false,
47
+ "rank": 4,
48
+ "xl": false,
49
+ "mixed_precision": null,
50
+ "push_to_hub": true,
51
+ "username": "ovieyra21",
52
+ "validation_prompt": null,
53
+ "num_validation_images": 4,
54
+ "validation_epochs": 50,
55
+ "checkpoints_total_limit": null,
56
+ "validation_images": null,
57
+ "logging": false
58
  }