Loading imgutils/sd/model.py +5 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,11 @@ Overview: .. note:: ``torch`` and ``safetensors`` are required by this model. Please install them with ``pip install dghs-imgutils[model]`` before start using this part. Please install them with the following command before start using this module. .. code:: shell pip install dghs-imgutils[model] """ from typing import Dict Loading Loading
imgutils/sd/model.py +5 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,11 @@ Overview: .. note:: ``torch`` and ``safetensors`` are required by this model. Please install them with ``pip install dghs-imgutils[model]`` before start using this part. Please install them with the following command before start using this module. .. code:: shell pip install dghs-imgutils[model] """ from typing import Dict Loading