mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
update changelog
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
- Add FreeU for *backend:diffusers*
|
||||
for *backend:original* use extension: <https://github.com/ljleb/sd-webui-freeu>
|
||||
- Switch Diffusers prompt parser
|
||||
- Custom log destination
|
||||
- Include chaiNNer extension as submodule
|
||||
|
||||
This is a big one, with some major changes and new functionality...
|
||||
|
||||
@@ -57,6 +57,8 @@ class Extension:
|
||||
self.status = 'unknown'
|
||||
self.git_name = repo.remotes.origin.url.split('.git')[0].split('/')[-1]
|
||||
self.description = repo.description
|
||||
if self.description is None or self.description.startswith("Unnamed repository"):
|
||||
self.description = "[No description]"
|
||||
self.remote = next(repo.remote().urls, None)
|
||||
head = repo.head.commit
|
||||
self.commit_date = repo.head.commit.committed_date
|
||||
|
||||
Reference in New Issue
Block a user