mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
update todo
This commit is contained in:
@@ -12,6 +12,7 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma
|
||||
|
||||
- stable diffusion 3.0
|
||||
- powerpaint: <https://github.com/zhuang2002/PowerPaint>
|
||||
- joytag: <https://github.com/fpgaminer/joytag>
|
||||
|
||||
### Features
|
||||
|
||||
|
||||
Submodule extensions-builtin/sdnext-modernui updated: 0e36e5116d...7dd6c3b66f
@@ -29,7 +29,7 @@ async function logMonitor() {
|
||||
row.innerHTML = `<td>${dateToStr(l.created)}</td>${level}<td>${l.facility}</td>${module}<td>${l.msg}</td>`;
|
||||
logMonitorEl.appendChild(row);
|
||||
} catch (e) {
|
||||
console.log('logMonitor', e);
|
||||
// console.log('logMonitor', e);
|
||||
console.error('logMonitor line', line);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user