Prepwork for ilora

This commit is contained in:
Jaret Burkett
2024-01-12 06:41:15 -07:00
parent 290393f7ae
commit e190fbaeb8
3 changed files with 13 additions and 10 deletions

View File

@@ -127,7 +127,7 @@ class NetworkConfig:
self.conv = 4
AdapterTypes = Literal['t2i', 'ip', 'ip+']
AdapterTypes = Literal['t2i', 'ip', 'ip+', 'clip', 'ilora']
class AdapterConfig: