Leo Hu
Leo Hu

## Description * Allow to change the whole model path * A little fix with args ## Checklist: - [X] I have read [contributing wiki page](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing) - [X] I have...
Use scripts.basedir() than prompt_gallery_name.json I think it's simpler, don't you? Like this: ```python extension_dir = scripts.basedir() # don't use scripts.basedir() in function, or it will return the rootpath of webui....
I think it's better to use the same FastApi class by `on_app_started(demo: Optional[Blocks], app: FastAPI)`then to start a new server. I tried to do it, but I don't have the...
ZIP管理
本PR旨在完善应用结构,通过galgameSource替代galgameFolder,以实现添加zip的功能 涉及大量有关galgame添加,信息获取,管理方面代码的修改 目前尚未完成
[月幕galgame](https://www.ymgal.games/archives) 我和对方站长商量过,对方同意提供API
**您的功能请求与问题有关吗?请简要描述。** 很多时候游戏用压缩包保存,不好管理 **请介绍一下这个新功能的具体功能** 提供想管理galgame一样管理压缩文件的功能,如介绍等 **你觉得这个功能有其他平替吗** ...
As you can see  the .pack file is blank when opened However, I can use [QLIE_Extract](https://github.com/Dir-A/QLIE_Extract) to extract. Here is the files Link: https://pan.baidu.com/s/1dUaPZPVLnhk0q4e82qw8Yg?pwd=hlsu
feat:主界面批量选中 #241 #38 添加编辑模式  启动后长这样:  可以用`Ctrl`和`Shift`批量选择
希望可以从Civitai获取详细的模型信息并通过模型页面展示, 像是模型介绍、Usage Tips、Lora触发词等