Modify docstring.

This commit is contained in:
hodanov 2023-06-12 11:25:54 +09:00
parent 99313a5473
commit 0f8b734d4b

View File

@ -144,6 +144,7 @@ class StableDiffusion:
) -> list[Image.Image]:
"""
Upscales the given images using the given model.
https://github.com/xinntao/Real-ESRGAN
"""
import numpy
import torch