LightDiffusionFlow icon indicating copy to clipboard operation
LightDiffusionFlow copied to clipboard

导出的参数不完整

Open shelltea opened this issue 2 years ago • 1 comments

界面上设置了一些高清修复的参数,但是导出后的文件中缺少了这些参数。负面提示词其他基本参数也缺失。 image

导出文件内容:

{
    "state-txt2img_seed": "2143176020",
    "state-txt2img_height": "450",
    "state-txt2img_sampling": "Euler a",
    "state-txt2img_enable_hr": "true",
    "state-txt2img_styles": "",
    "state-txt2img_hr_upscaler": "R-ESRGAN 4x+ Anime6B",
    "state-tab": "图库浏览器Image Browser ",
    "state-setting_sd_model_checkpoint": "gcmWhiteanime_v30.ckpt [efb35e1eb0]",
    "state-txt2img_#script_list": "None",
    "state-txt2img_prompt": "masterpiece, best quality, extremely detailed, ..."
}

补充一下,这些参数是通过图库浏览器中通过 “发送文生图” 按钮导入过来的。 image

shelltea avatar Sep 21 '23 04:09 shelltea

好的,使用发送按钮确实会导致部分参数没有导出,我们后续修复一下。

LegionFu avatar Sep 21 '23 06:09 LegionFu