Added one time warning system (Currently used to warn users of new save format)

This commit is contained in:
ebolam
2022-12-21 12:22:26 -05:00
parent 1747cf9ebc
commit bc9249adfc
4 changed files with 64 additions and 5 deletions

View File

@@ -1280,6 +1280,7 @@ class system_settings(settings):
elif torch.cuda.get_device_properties(device).major == 7 and torch.cuda.get_device_properties(device).minor >= 2:
self.bit_8_available = True
break
self.seen_messages = []
@dataclass