Upload 2 files
Browse files- .gitattributes +1 -0
- README.md +41 -0
- Sample.jpg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Sample.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
library_name: diffusers
|
| 7 |
+
pipeline_tag: text-to-image
|
| 8 |
+
tasks:
|
| 9 |
+
- text-to-image-synthesis
|
| 10 |
+
base_model:
|
| 11 |
+
- Qwen/Qwen-Image-2512
|
| 12 |
+
frameworks: PyTorch
|
| 13 |
+
base_model_relation: finetune
|
| 14 |
+
---
|
| 15 |
+
## Real-Qwen-Image-V2(2512)
|
| 16 |
+
|
| 17 |
+
本模型为 Qwen-Image-2512 的微调模型,比官方模型具有更好的锐度和真实感,以及对亚洲人脸美学进行了的优化。具体效果参见如下示例图片,本模型易于使用、参数适配性和LoRA兼容性良好,文字和出图品质俱佳,真正的开源生产力工具。
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of Qwen-Image-2512, have better sharpness and realism than the official model, and it has been optimized for the aesthetics of Asian faces. For specific effects, see the sample images below. This model is easy to use, has good parameter adaptability and LoRA compatibility, with excellent text and image quality, making it a truly open-source productivity tool.
|
| 20 |
+
|
| 21 |
+
<p align="center">
|
| 22 |
+
<img src="Sample.jpg" width="1200"/>
|
| 23 |
+
<p>
|
| 24 |
+
|
| 25 |
+
### 使用方法:
|
| 26 |
+
|
| 27 |
+
basic workflow pls refer to: [V2-example-workflow.json](https://www.modelscope.cn/models/wikeeyang/Real-Qwen-Image-V2/file/view/master/V2-example-workflow.json)
|
| 28 |
+
|
| 29 |
+
model shift: 1.0 - 8.0;
|
| 30 |
+
|
| 31 |
+
inference cfg: 1.0 -4.0;
|
| 32 |
+
|
| 33 |
+
inference steps: 10 -50;
|
| 34 |
+
|
| 35 |
+
sampler / scheduler: euler / simple ,or any other。
|
| 36 |
+
|
| 37 |
+
Also on: [Huggingface.co](https://huggingface.co/wikeeyang/Real-Qwen-Image-V2), [Civitai](https://civitai.com/models/1927692)
|
| 38 |
+
|
| 39 |
+
### 模型许可:
|
| 40 |
+
|
| 41 |
+
Qwen-Image is licensed under Apache 2.0.
|
Sample.jpg
ADDED
|
Git LFS Details
|