Skip to content

Commit 38c8043

Browse files
authored
Merge pull request #16523 from changeworld/fix/typo
Fix typo: Github -> GitHub
2 parents 984b952 + d8ad364 commit 38c8043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions-builtin/hypertile/hypertile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Hypertile module for splitting attention layers in SD-1.5 U-Net and SD-1.5 VAE
33
Warn: The patch works well only if the input image has a width and height that are multiples of 128
4-
Original author: @tfernd Github: https://github.com/tfernd/HyperTile
4+
Original author: @tfernd GitHub: https://github.com/tfernd/HyperTile
55
"""
66

77
from __future__ import annotations

html/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div>
22
<a href="{api_docs}">API</a>
33
 • 
4-
<a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui">Github</a>
4+
<a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui">GitHub</a>
55
 • 
66
<a href="https://gradio.app">Gradio</a>
77
 • 

0 commit comments

Comments
 (0)