プログラミング
GoogleColabを使用してFast StableDiffusionWebUIを使用しています。 https://github.com/TheLastBen/fast-stable-diffusion こちらにモデルとLoraを導入したところ、Start Stable-Diffusionの項目で以下のようなエラーが発生します。 ERROR:root:Internal Python error in the inspect module. Below is the traceback from this internal error. ERROR:root:Internal Python error in the inspect module. Below is the traceback from this internal error. ERROR:root:Internal Python error in the inspect module. Below is the traceback from this internal error. Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/IPython/core/interactiveshell.py", line 3553, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "<ipython-input-8-6cbcd415931e>", line 27, in <cell line: 26> get_ipython().run_line_magic('cd', '/content/gdrive/$mainpth/sd/stable-diffusion-w$blsaphemy/modules/') File "/usr/local/lib/python3.10/dist-packages/IPython/core/interactiveshell.py", line 2418, in run_line_magic result = fn(*args, **kwargs) File "<decorator-gen-85>", line 2, in cd File "/usr/local/lib/python3.10/dist-packages/IPython/core/magic.py", line 187, in <lambda> call = lambda f, *a, **k: f(*a, **k) File "/usr/local/lib/python3.10/dist-packages/IPython/core/magics/osm.py", line 342, in cd oldcwd = os.getcwd() OSError: [Errno 107] Transport endpoint is not connected During handling of the above exception, another exception occurred: このエラーはLoraを導入した際に発生します。そのLoraのファイルによってエラーを起こしているのか、単に入れすぎなのか分かりませんが、解決方法ありましたら教えていただきたいです。