notaneimu commited on
Commit
7a7d60b
·
1 Parent(s): 293a8ad

more models

Browse files
Files changed (2) hide show
  1. config.json +14 -0
  2. src/components/ControlPanel.vue +2 -2
config.json CHANGED
@@ -7,6 +7,20 @@
7
  "scale": 1,
8
  "size": 9234496
9
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  {
11
  "id": "2x-realesrgan-x2plus",
12
  "name": "2x Real-ESRGAN x2plus",
 
7
  "scale": 1,
8
  "size": 9234496
9
  },
10
+ {
11
+ "id": "1x-restoration-jpg-esrgan-jpg40-60-vyls",
12
+ "name": "1x Restoration JPG ESRGAN JPG 40-60 Vyls",
13
+ "file": "1x-Restoration-jpg-ESRGAN_64nf_23nb-jpg40_60-vyls.onnx",
14
+ "scale": 1,
15
+ "size": 66870328
16
+ },
17
+ {
18
+ "id": "1x-restoration-jpg-esrgan-jpg60-80-vyls",
19
+ "name": "1x Restoration JPG ESRGAN JPG 60-80 Vyls",
20
+ "file": "1x-Restoration-jpg-ESRGAN_64nf_23nb-jpg60_80-vyls.onnx",
21
+ "scale": 1,
22
+ "size": 66870328
23
+ },
24
  {
25
  "id": "2x-realesrgan-x2plus",
26
  "name": "2x Real-ESRGAN x2plus",
src/components/ControlPanel.vue CHANGED
@@ -219,8 +219,8 @@ function handleImageChange(event: Event) {
219
  <input
220
  v-model="props.controls.tileSize"
221
  type="number"
222
- min="32"
223
- step="32"
224
  placeholder="(empty disables tiling)"
225
  :disabled="controlsDisabled"
226
  class="w-full rounded-lg border border-stone-300 bg-white px-3 py-2 text-sm text-stone-800 outline-none transition focus:border-stone-500 disabled:cursor-not-allowed disabled:opacity-60"
 
219
  <input
220
  v-model="props.controls.tileSize"
221
  type="number"
222
+ min="1"
223
+ step="1"
224
  placeholder="(empty disables tiling)"
225
  :disabled="controlsDisabled"
226
  class="w-full rounded-lg border border-stone-300 bg-white px-3 py-2 text-sm text-stone-800 outline-none transition focus:border-stone-500 disabled:cursor-not-allowed disabled:opacity-60"