# lys_render **Repository Path**: VSR_VLM/lys_render ## Basic Information - **Project Name**: lys_render - **Description**: 使用qwen_edit3来渲染从blender来的图片,主要内容为prompt的生成: 1,阅读json,防止生成重复属性的物品 2,不断尝试优化的模板 3,前景与背景 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-03 - **Last Updated**: 2025-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lys_render #### 介绍 使用qwen_edit3来渲染从blender来的图片,主要内容为prompt的生成: 1,阅读json,防止生成重复属性的物品 2,不断尝试优化的模板 3,前景与背景 #### 软件架构 软件架构说明 #### 安装教程 1. 先用modelscope下载qwen_edit,参考https://www.modelscope.cn/models/Qwen/Qwen-Image-Edit-2509 2, 初始化环境 ```markdown pip install requirement # 额外下载所需的diffusers和transformers,可能会卡 pip install "diffusers @ git+https://github.com/huggingface/diffusers@9c3b58dcf16ebd027fd3d85ec703ad5a142b1e1e" pip install "transformers @ git+https://github.com/huggingface/transformers.git@e46c2ff32ef2c370b9214befacb0802e7ff97203" ``` HF_ENDPOINT=https://hf-mirror.com hf download runwayml/stable-diffusion-inpainting --local-dir ./stable-diffusion-inpainting 3,自行修改server.py中的路径,然后 ```markdown python server.py python client.py ``` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)