Gavin Zhang
Gavin Zhang
分享接口
需求是生成分享的私密链接和提取码,这块会在计划中么?或者你有没有什么思路?
 登录后仍然跳转到二维码页面
https://github.com/s0md3v/sd-webui-roop
i have tried this: ```python col_defs = [ ColumnDefinition(name="cpu", textprops={"wrap": True}), ] plt.rcParams['font.sans-serif'] = ['Heiti TC'] fig, ax = plt.subplots(figsize=(10, 6)) tab = Table(df, column_definitions=col_defs, index=False) # 禁用index列 tab.plot(ax) plt.show()...