StupidGame commited on
Commit
0b2a668
1 Parent(s): 80a56f3

外人兄貴のやつに戻した

Browse files
scheduler/scheduler_config.json CHANGED
@@ -4,6 +4,7 @@
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
 
7
  "num_train_timesteps": 1000,
8
  "skip_prk_steps": true,
9
  "trained_betas": null
 
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
+ "clip_sample": false,
8
  "num_train_timesteps": 1000,
9
  "skip_prk_steps": true,
10
  "trained_betas": null
unet/config.json CHANGED
@@ -26,7 +26,7 @@
26
  "norm_eps": 1e-05,
27
  "norm_num_groups": 32,
28
  "out_channels": 4,
29
- "sample_size": 32,
30
  "up_block_types": [
31
  "UpBlock2D",
32
  "CrossAttnUpBlock2D",
 
26
  "norm_eps": 1e-05,
27
  "norm_num_groups": 32,
28
  "out_channels": 4,
29
+ "sample_size": 64,
30
  "up_block_types": [
31
  "UpBlock2D",
32
  "CrossAttnUpBlock2D",
v1-inference.yaml CHANGED
@@ -67,4 +67,4 @@ model:
67
  target: torch.nn.Identity
68
 
69
  cond_stage_config:
70
- target: ldm.modules.encoders.modules.FrozenCLIPEmbedder
 
67
  target: torch.nn.Identity
68
 
69
  cond_stage_config:
70
+ target: ldm.modules.encoders.modules.FrozenCLIPEmbedder