mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-17 11:50:18 +08:00
Fix typo
Github -> GitHub
This commit is contained in:
parent
82a973c043
commit
d8ad364617
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
Hypertile module for splitting attention layers in SD-1.5 U-Net and SD-1.5 VAE
|
Hypertile module for splitting attention layers in SD-1.5 U-Net and SD-1.5 VAE
|
||||||
Warn: The patch works well only if the input image has a width and height that are multiples of 128
|
Warn: The patch works well only if the input image has a width and height that are multiples of 128
|
||||||
Original author: @tfernd Github: https://github.com/tfernd/HyperTile
|
Original author: @tfernd GitHub: https://github.com/tfernd/HyperTile
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<a href="{api_docs}">API</a>
|
<a href="{api_docs}">API</a>
|
||||||
•
|
•
|
||||||
<a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui">Github</a>
|
<a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui">GitHub</a>
|
||||||
•
|
•
|
||||||
<a href="https://gradio.app">Gradio</a>
|
<a href="https://gradio.app">Gradio</a>
|
||||||
•
|
•
|
||||||
|
Loading…
Reference in New Issue
Block a user