diff --git a/README.md b/README.md index 92a96f5..f66793b 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,10 @@ You have predefined switches (string, latent, image, conditioning) but you can u ### Crystools +### 1.5.0 (10/01/2024) +- Improvements on the resources monitor and how handle the threads +- Some fixes + ### 1.3.0 (08/01/2024) - Added in general Resources monitor (CPU, GPU, RAM, VRAM, and space) - Added this icon to identify this set of tools: 🪛 diff --git a/general/monitor.py b/general/monitor.py index 7c35088..52bd9f5 100644 --- a/general/monitor.py +++ b/general/monitor.py @@ -19,7 +19,7 @@ def __init__(self, rate=5, switchCPU=False, switchGPU=False, switchHDD=False, sw self.rate = rate self.stats = CStats(switchCPU, switchGPU, switchHDD, switchRAM, switchVRAM) self.stats.diagnostic() - + self.startMonitor() async def send_message(self, data) -> None: