1 个仓库
Techniques for calculating and optimizing vectors representing the semantic delta between two text descriptions.
Distinct from Difference Set Optimization: Existing candidates cover string diffs or RL temporal differences, not semantic embedding deltas for image steering.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Embedding Difference Optimization. Refine with filters or upvote what's useful.
StyleCLIP 是一个利用对比语言-图像预训练 (CLIP) 来引导生成模型以编辑和合成图像的框架。它作为一个潜在空间图像编辑器,操纵高维向量表示以使视觉特征与自然语言描述对齐。 该系统通过计算中性文本嵌入与目标文本嵌入之间的差异来修改 StyleGAN 生成的图像。此过程允许通过将语义变化投影到潜在流形上来隔离特定的视觉属性,例如年龄、性别或表情。 该项目涵盖了文本驱动的图像编辑和生成式合成功能。这些工具包括用于调整修改强度的精确控制,以及通过将文本提示映射到视觉潜在空间来从头开始生成新图像的能力。
Calculates the delta between neutral and target text embeddings to determine the direction of image modification.