update links
parent
e9915849ca
commit
526faab4b8
|
|
@ -1,6 +1,7 @@
|
||||||
# SD WebUI Benchmark Data
|
# SD WebUI Benchmark Data
|
||||||
|
|
||||||
## Run Benchmark & Submit
|
## Run Benchmark & Submit
|
||||||
|
|
||||||
- Benchmark data is created using **SD WebUI Extension** [**System Info**](https://github.com/vladmandic/sd-extension-system-info)
|
- Benchmark data is created using **SD WebUI Extension** [**System Info**](https://github.com/vladmandic/sd-extension-system-info)
|
||||||
<https://github.com/vladmandic/sd-extension-system-info>
|
<https://github.com/vladmandic/sd-extension-system-info>
|
||||||
- Record is appended if any of the system properties change
|
- Record is appended if any of the system properties change
|
||||||
|
|
@ -9,15 +10,16 @@
|
||||||
<https://papertrailapp.com>
|
<https://papertrailapp.com>
|
||||||
|
|
||||||
## Update Results
|
## Update Results
|
||||||
|
|
||||||
- GitHub Action runs periodically
|
- GitHub Action runs periodically
|
||||||
<https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-download.js>
|
<https://vladmandic.github.io/sd-data/pages/benchmark-download.js>
|
||||||
- Downloads latest benchmark data
|
- Downloads latest benchmark data
|
||||||
- Merges downloaded data with local data
|
- Merges downloaded data with local data
|
||||||
<https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-raw.json>
|
<https://vladmandic.github.io/sd-data/pages/benchmark-raw.json>
|
||||||
- Creates JSON with sorted unique records
|
- Creates JSON with sorted unique records
|
||||||
<https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-data.json>
|
<https://vladmandic.github.io/sd-data/pages/benchmark-data.json>
|
||||||
- Renders as Markdown table
|
- Renders as Markdown table
|
||||||
<https://github.com/vladmandic/sd-extension-system-info/blob/main/pages/benchmark.md>
|
<https://github.com/vladmandic/sd-data/blob/main/pages/benchmark.md>
|
||||||
|
|
||||||
- GitPages Serves HTML page which downloads and renders JSON data
|
- GitPages Serves HTML page which downloads and renders JSON data
|
||||||
<https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html>
|
<https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html>
|
||||||
|
|
|
||||||
|
|
@ -36,11 +36,11 @@
|
||||||
Benchmark data is created using | <b>SD WebUI Extension <a href="https://github.com/vladmandic/sd-extension-system-info" style="color: #CE6400">System Info</a></b>
|
Benchmark data is created using | <b>SD WebUI Extension <a href="https://github.com/vladmandic/sd-extension-system-info" style="color: #CE6400">System Info</a></b>
|
||||||
</div>
|
</div>
|
||||||
Last modified | <span id="modified" style="color: #CCC"></span>
|
Last modified | <span id="modified" style="color: #CCC"></span>
|
||||||
<span id="modified" style="color: #AAA"> (page is updated automatically hourly if new data is found) <a href="https://github.com/vladmandic/sd-extension-system-info/actions" target="_blank"> | STATUS</a></span>
|
<span id="modified" style="color: #AAA"> (page is updated automatically hourly if new data is found) <a href="https://github.com/vladmandic/sd-data/actions" target="_blank"> | STATUS</a></span>
|
||||||
<div>Download
|
<div>Download
|
||||||
| <a href="https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-data.json" style="color: #AAA" target="_blank">DATA</a></b>
|
| <a href="https://vladmandic.github.io/sd-data/pages/benchmark-data.json" style="color: #AAA" target="_blank">DATA</a></b>
|
||||||
| <a href="https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-raw.json" style="color: #AAA" target="_blank">RAW</a></b>
|
| <a href="https://vladmandic.github.io/sd-data/pages/benchmark-raw.json" style="color: #AAA" target="_blank">RAW</a></b>
|
||||||
| <a href="https://github.com/vladmandic/sd-extension-system-info/blob/main/pages/benchmark.md" style="color: #AAA" target="_blank">MD</a></b> |
|
| <a href="https://github.com/vladmandic/sd-data/blob/main/pages/benchmark.md" style="color: #AAA" target="_blank">MD</a></b> |
|
||||||
</div>
|
</div>
|
||||||
<div style="color: #CCC"><i>Note | Performance is measured as iterations per second for different batch sizes (1, 2, 4, 8 ...) and using standardized txt2img settings</i></div>
|
<div style="color: #CCC"><i>Note | Performance is measured as iterations per second for different batch sizes (1, 2, 4, 8 ...) and using standardized txt2img settings</i></div>
|
||||||
<br>
|
<br>
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import { Grid, html } from 'https://cdn.jsdelivr.net/npm/gridjs@6.0.6/dist/gridjs.module.js'; // eslint-disable-line import/no-unresolved, node/no-missing-import, import/extensions
|
import { Grid, html } from 'https://cdn.jsdelivr.net/npm/gridjs@6.0.6/dist/gridjs.module.js'; // eslint-disable-line import/no-unresolved, node/no-missing-import, import/extensions
|
||||||
|
|
||||||
const dataUrl = 'https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-data.json';
|
const dataUrl = 'https://vladmandic.github.io/sd-data/pages/benchmark-data.json';
|
||||||
|
|
||||||
const log = (...msg) => {
|
const log = (...msg) => {
|
||||||
console.log('benchmark', ...msg); // eslint-disable-line no-console
|
console.log('benchmark', ...msg); // eslint-disable-line no-console
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue