bdsqlsz commited on
Commit
ac0aee6
1 Parent(s): 840d7e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -156,7 +156,7 @@ Base Model use[ProtoVision XL - High Fidelity 3D](https://civitai.com/models/125
156
  2、权重设定为0.55~0.75,它可以保持原本构图和姿势的基础上,接受提示词和LoRA的修改。(图3)
157
  3、使用配合放大效果,对每个tiling进行细节增加的同时保持一致性。(图4)
158
 
159
- 因为训练时使用的数据集为动漫模型,所以目前对真实摄影风格的重绘效果并不好,需要等待完成最终版本。
160
 
161
  Unlike other models, I need to briefly explain the usage of the tile model.
162
  In general, there are three uses for the tile model,
@@ -164,4 +164,16 @@ In general, there are three uses for the tile model,
164
  2. With a weight setting of 0.55~0.75, it can maintain the original composition and pose while accepting modifications from prompt words and LoRA (Figure 3).
165
  3. Use in conjunction with magnification effects to increase detail for each tiling while maintaining consistency (Figure 4).
166
 
167
- Since the dataset used during training is an anime model, currently, its repainting effect on real photography styles is not good; we will have to wait until completing its final version.
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  2、权重设定为0.55~0.75,它可以保持原本构图和姿势的基础上,接受提示词和LoRA的修改。(图3)
157
  3、使用配合放大效果,对每个tiling进行细节增加的同时保持一致性。(图4)
158
 
159
+ 因为训练时使用的数据集为动漫2D/2.5D模型,所以目前对真实摄影风格的重绘效果并不好,需要等待完成最终版本。
160
 
161
  Unlike other models, I need to briefly explain the usage of the tile model.
162
  In general, there are three uses for the tile model,
 
164
  2. With a weight setting of 0.55~0.75, it can maintain the original composition and pose while accepting modifications from prompt words and LoRA (Figure 3).
165
  3. Use in conjunction with magnification effects to increase detail for each tiling while maintaining consistency (Figure 4).
166
 
167
+ Since the dataset used during training is an anime 2D/2.5D model, currently, its repainting effect on real photography styles is not good; we will have to wait until completing its final version.
168
+
169
+ ![xyz](./sample/xyz_grid-0001-3957894094.png)
170
+
171
+ 目前释放出了α和β两个版本,分别对应1、2以及1、3的用法。
172
+ 其中α用于姿势、构图迁移,它的泛化性很强,可以和其他LoRA结合使用。
173
+ 而β用于保持一致性和高清放大,它对条件图片更敏感。
174
+ 好吧,α是prompt更重要的版本,而β是controlnet更重要的版本。
175
+
176
+ Currently, two versions, α and β, have been released, corresponding to the usage of 1-2 and 1-3 respectively.
177
+ The α version is used for pose and composition transfer, with strong generalization capabilities that can be combined with other LoRA systems.
178
+ On the other hand, the β version is used for maintaining consistency and high-definition magnification; it is more sensitive to conditional images.
179
+ In summary, α is a more important version for prompts while β is a more important version for controlnet.