Skip to content

Commit 8bfdc60

Browse files
authored
Merge pull request #8 from Aucannot/codex/update-based-on-review-feedback
fix: polish CoTyle reading note and correct post slug filename
2 parents eb48984 + d1ecfa6 commit 8bfdc60

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

_posts/2025-11-21-code-to-style-imae.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "CoTyle 论文阅读记录"
3+
date: 2025-11-21 14:18:00 +0800
4+
categories: ["reading"]
5+
tags: [diffusion-models, reading-notes, generative-models]
6+
---
7+
8+
同事让我有空看看这个,我就简单读了一下。
9+
10+
### 项目地址
11+
- [Github CoTyle](https://github.com/Kwai-Kolors/CoTyle)
12+
- [GithubIO CoTyle](https://kwai-kolors.github.io/CoTyle/)
13+
14+
### 概况
15+
这个模型做到了使用 code(编码而非代码)控制图像风格。也就是说,在 code 相同的情况下,改变 prompt 和种子可以生成一组风格相似的图片。
16+
17+
<img src="/assets/img/CoTyle-image-1.png" alt="CoTyle 卖家秀" style="width: 400px;" />
18+
19+
粗略看了下 GitHub 首页,不过它对不同风格之间似乎并没有一种可以查表的方式,让人自己选择需要什么风格;code 的数值也非常大,看起来和 seed 一样需要“抽卡”。所以我怀疑它的侧重点并不在于引导单张图片风格化生成,而是维持一组图片保持同样的风格(同样的 code)。
20+
21+
### 好奇的问题
22+
1. 这看起来似乎就是一个类似 CLIP 的东西。
23+
2. 同事好奇的问题:Figure 4 中用红框圈出了 “suboptimal style consistency.”,这个一致性是怎么判断的?
24+
3. 有没有办法优雅地上线?
25+
26+
### 论文的场合

0 commit comments

Comments
 (0)