-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve: 优化 base64 image 加载时的文件命名方式 #216
Conversation
1. 使用 md5 hash 代替 timestamp,避免重复写入相同的图片文件 2. 已存在相同 hash 的文件,则直接加载 3. 对于 base64 图片来说,hash 冲突的概率可忽略不计
感谢提交 PR。 才能启动对应 CI |
是否是环境变量使用有误? BizyAir/src/bizyair/common/env_var.py Line 66 in d50407e
BizyAir/.github/workflows/workflow-ci.yml Line 101 in d50407e
|
这个环境变量是在这个脚本里用的: BizyAir/tests/write_api_ini_file.py Line 4 in d50407e
这个脚本会写生成 api_key.ini 文件。 我先把两种环境变量都设置上看看。 |
之前 Load Image 节点扩展支持 base64 图片加载的文件命名考虑欠妥,这里做一些修正:
对于 base64 图片来说,hash 冲突导致相同 hash 的概率可忽略不计,可以放心使用
写入文件的命名结果如图: