wikeeyang commited on
Commit
f68d4ee
·
verified ·
1 Parent(s): 21eeb3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -5,9 +5,25 @@ language:
5
  - zh
6
  library_name: diffusers
7
  pipeline_tag: text-to-image
 
 
 
 
8
  ---
9
 
10
- 本模型为 Qwen_Image 微调模型,提升出图清晰图和写实感。示例图片如下,图片附带 ComfyUI 工作流。
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  <p align="center">
13
  <img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" width="400"/>
@@ -19,10 +35,10 @@ pipeline_tag: text-to-image
19
  </p>
20
  <p align="center">
21
  <img src="Real-Qwen-Image-V1-workflow-02.png" width="1200"/>
22
- <img src="Real-Qwen-Image-V1-workflow.png" width="1200"/>
23
  <p>
24
 
25
 
26
  ## License Agreement
27
 
28
- Qwen-Image is licensed under Apache 2.0.
 
5
  - zh
6
  library_name: diffusers
7
  pipeline_tag: text-to-image
8
+ base_model:
9
+ - Qwen/Qwen-Image
10
+ tags:
11
+ - art
12
  ---
13
 
14
+ ## Real-Qwen-Image v1.0 version:
15
+
16
+ 本模型为 Qwen_Image 微调模型,主要提升了出图的清晰图和写实感。具体效果参见示例图片,图片中也附带有 ComfyUI 工作流,本模型极易使用、快速出图、LoRA兼容性良好。
17
+
18
+ The model is the Qwen_Image fine-tuned model, It enhances the clarity and realism of the generated images. For specific effects, please refer to the example images, which also include the ComfyUI workflow. The model is very easy to use and quickly generates images, and have a good LoRA compatibility.
19
+
20
+ 模型使用:
21
+
22
+ 基本组合:euler+simple,您可以尝试不同的组合。
23
+
24
+ Basic: euler+simple, You can try more different combinations.
25
+
26
+ Also on https://civitai.com/models/1898752
27
 
28
  <p align="center">
29
  <img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" width="400"/>
 
35
  </p>
36
  <p align="center">
37
  <img src="Real-Qwen-Image-V1-workflow-02.png" width="1200"/>
38
+ <img src="Real-Qwen-Image-V1-workflow-01.png" width="1200"/>
39
  <p>
40
 
41
 
42
  ## License Agreement
43
 
44
+ Qwen-Image is licensed under Apache 2.0.