Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
crystian committed Jan 10, 2024
1 parent 96f4781 commit 033c29f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 🪛
Expand Down
2 changes: 1 addition & 1 deletion general/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 033c29f

Please sign in to comment.