mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
lycoris, strong linting, model keyword, circular imports
This commit is contained in:
@@ -675,4 +675,3 @@ class DeepDanbooruModel(nn.Module):
|
||||
self.tags = state_dict.get('tags', [])
|
||||
|
||||
super(DeepDanbooruModel, self).load_state_dict({k: v for k, v in state_dict.items() if k != 'tags'})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user