Trojaner / text-generation-webui-stable_diffusion

Integrate image generation capabilities to text-generation-webui using Stable Diffusion.
Other
51 stars 5 forks source link

Failed to load the extension "text-generation-webui-stable_diffusion". #7

Closed CRCODE22 closed 9 months ago

CRCODE22 commented 9 months ago

2023-12-15 08:53:44 ERROR:Failed to load the extension "text-generation-webui-stable_diffusion". Traceback (most recent call last): File "K:\text-generation-webui\modules\extensions.py", line 36, in load_extensions exec(f"import extensions.{name}.script") File "", line 1 import extensions.text-generation-webui-stable_diffusion.script ^ SyntaxError: invalid syntax

Trojaner commented 9 months ago

Make sure the extension folder is named "stable_diffusion"

CRCODE22 commented 9 months ago

Make sure the extension folder is named "stable_diffusion"

Ok I will try that I copied and pasted the link from the github into text generation webui and it cloned it in text-generation-webui-stable_diffusion I will rename it to stable_diffusion.

Trojaner commented 9 months ago

Closing as completed. The readme has been updated with better installation instructions. Let me know if the issue persists.