Posted 2020-02-27Updated 2024-02-17 Jack Liu Go2 minutes read (About 355 words)Go:JSONJSONjson.Marshal()默认转换规则:1.布尔型转换为 JSON 后仍是布尔型 , 如true -> true2.浮点型和整数型转换后为JSON里面的常规数字,如 1.23 -> 1.233.字符串将以UTF-8编码转化输出为Unicode字符集的字符串,特殊字符比如<将会被转义为\u003cRead more
2023-08-13AI drawing ControlNet local implementation steps by stable-diffusion-webui(AI绘画ControlNet本地构建实施步骤 by stable-diffusion-webui)AI / painting / Controlnet / Drawing