Warlord-K commited on
Commit
ae4abcf
1 Parent(s): 75fe309

Update unet/config.json

Browse files
Files changed (1) hide show
  1. unet/config.json +4 -3
unet/config.json CHANGED
@@ -55,7 +55,8 @@
55
  "sample_size": 128,
56
  "segmoe_config": {
57
  "base_model": "SG161222/RealVisXL_V3.0",
58
- "down_idx_start": 3,
 
59
  "experts": [
60
  {
61
  "negative_prompt": "(worst quality, low quality, normal quality, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art:1.4), (watermark, signature, text font, username, error, logo, words, letters, digits, autograph, trademark, name:1.2), (blur, blurry, grainy), morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, censored, jpeg artifacts, out of focus, glitch, duplicate, (airbrushed, cartoon, anime, semi-realistic, cgi, render, blender, digital art, manga, amateur:1.3), (3D ,3D Game, 3D Game Scene, 3D Character:1.1), (bad hands, bad anatomy, bad body, bad face, bad teeth, bad arms, bad legs, deformities:1.3)",
@@ -81,7 +82,7 @@
81
  "moe_layers": "all",
82
  "num_experts": 4,
83
  "num_experts_per_tok": 2,
84
- "up_idx_en": 2,
85
  "up_idx_start": 0
86
  },
87
  "time_cond_proj_dim": null,
@@ -101,4 +102,4 @@
101
  ],
102
  "upcast_attention": null,
103
  "use_linear_projection": true
104
- }
 
55
  "sample_size": 128,
56
  "segmoe_config": {
57
  "base_model": "SG161222/RealVisXL_V3.0",
58
+ "down_idx_start": 1,
59
+ "down_idx_end": 3,
60
  "experts": [
61
  {
62
  "negative_prompt": "(worst quality, low quality, normal quality, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art:1.4), (watermark, signature, text font, username, error, logo, words, letters, digits, autograph, trademark, name:1.2), (blur, blurry, grainy), morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, censored, jpeg artifacts, out of focus, glitch, duplicate, (airbrushed, cartoon, anime, semi-realistic, cgi, render, blender, digital art, manga, amateur:1.3), (3D ,3D Game, 3D Game Scene, 3D Character:1.1), (bad hands, bad anatomy, bad body, bad face, bad teeth, bad arms, bad legs, deformities:1.3)",
 
82
  "moe_layers": "all",
83
  "num_experts": 4,
84
  "num_experts_per_tok": 2,
85
+ "up_idx_end": 2,
86
  "up_idx_start": 0
87
  },
88
  "time_cond_proj_dim": null,
 
102
  ],
103
  "upcast_attention": null,
104
  "use_linear_projection": true
105
+ }