南辰燏炚

Results 4 comments of 南辰燏炚

I try to fix this ,if you are in a hurry ,try edit `modules/textual_inversion/textual_inversion.py` line 64 and line 71 just like this ![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/95487306/b6809a4e-c05b-409d-bcbb-509b678de397) After do this ,restart webui and recreat...

> > This could cause some performance issues > > Why is that? This prevents pytorch from using new compression and serialization methods (after pytorch version 1.6), which do not...

感谢 @xgl0626 和 @therealcyberlord ,我遇到了同样的问题,并如下更改了代码,现在一切运行正常了 ![image](https://github.com/user-attachments/assets/b9516f50-295b-4721-abb6-7955a32198c3) ``` try: open('./buf.csv','w+',encoding='UTF-8') data.to_csv('./buf.csv',encoding='UTF-8') data=pd.read_csv('./buf.csv',encoding='UTF-8') data['community']=data['community'].astype(str) await self._storage.set(filename, data.to_parquet()) shutil.rmtree('./buf.csv') except ArrowTypeError as e: ```

同样的问题,有快速的解决方案吗,我现在根本没法运行任何工作流 补充一下我在docker的日志中捕捉到的报错信息 ```2025-02-05 20:59:42 supabase-analytics | 2025-02-05 20:59:42 supabase-analytics | 12:59:42.707 [info] Logs last second! 2025-02-05 20:59:43 rest_server-1 | 2025-02-05 12:59:43,620 INFO [PID-1|THREAD-329|AgentServer|Pyro-d9ae649e-d706-46f6-9e5c-2c61013ef37d] Connecting to [ExecutionManager] started... 2025-02-05 20:59:43 rest_server-1...