update changelog

This commit is contained in:
Vladimir Mandic
2023-10-01 14:28:42 -04:00
parent 1c28757061
commit d572abbec8
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -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...
+2
View File
@@ -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