INSTRUCTIONS_VECTORIZE_SIMPLIFY='''
Step1: 上传一个需要矢量化的图片 Upload a image to vectorize
Step2: 调整矢量化参数 Adjust the parameters
- 使用 GPU 加速 (GPU Accelerate): 对于颜色复杂的图形, 建议使用GPU加速
- 超分倍数 (Super Resolution Scale): suggested for small image 对于小图片, 可以选择 2-4 倍, 可提升矢量化效果
- 简化矢量图 (Simplify SVG): reduce control points number 是否简化矢量图, 可减少控制点数量
- 优化矢量图 (Optimize SVG): optimize svg to make it closer to input 是否优化矢量图, 可使得矢量图更接近原图,推荐配合cutout模式使用,可减少图形之间空隙
- 小面积图形 (Small Speckles): remove small areas 是否移除小面积图形
- 排序方法 (Sorting Method): sort shape in lightness or area 色块排序方式, 可以选择按亮度排序或者面积排序
- 排序顺序 (Sorting Order): sort in ascend or descend 从大到小或者从小到大
- 追踪模式 (Trace Mode): trace in cutout or overlap mode 路径追踪模式, 可以选择 Cutout 或者 Overlap。Cutout 模式图形没有重叠,Overlap 模式图形会根据排序方法和顺序进行重叠
Step3: 点击转化矢量图 Press the button to vectorize
'''
INSTRUCTIONS_T2V='''
Step 1: Choose a vector style
Step 2: Input Prompt
Step 3: Adjust the details levels of shape
Step 4: Generate vectors
More parameters can be found in Image Options and Vector Options
'''