Skip to content

Commit

Permalink
change openpose error icon (AUTOMATIC1111#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
lllyasviel authored Jun 10, 2023
1 parent 05e6696 commit 4f88400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript/openpose_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function loadPlaceHolder() {
</div>
`;

editButton.innerHTML = editButton.innerHTML + '⚠️';
editButton.innerHTML = '<del>' + editButton.innerHTML + '</del>';
});
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/controlnet_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_flag = 'v1.1.222'
version_flag = 'v1.1.223'

from scripts.logging import logger

Expand Down

0 comments on commit 4f88400

Please sign in to comment.