mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-05 19:41:59 +08:00
paper and logo update
This commit is contained in:
parent
8533995cf5
commit
180a940285
@ -1,6 +1,7 @@
|
||||
# CogVideo && CogVideoX
|
||||
|
||||
[中文阅读](./README_zh.md)
|
||||
|
||||
[日本語で読む](./README_ja.md)
|
||||
|
||||
<div align="center">
|
||||
@ -10,7 +11,7 @@
|
||||
🤗 Experience on <a href="https://huggingface.co/spaces/THUDM/CogVideoX" target="_blank">CogVideoX Huggingface Space</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
📚 Check here to view <a href="resources/CogVideoX.pdf" target="_blank">Paper</a>
|
||||
📚 Check here to view <a href="https://arxiv.org/pdf/2408.06072" target="_blank">Paper</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
👋 Join our <a href="resources/WECHAT.md" target="_blank">WeChat</a> and <a href="https://discord.gg/Ewaabk6s" target="_blank">Discord</a>
|
||||
@ -21,6 +22,8 @@
|
||||
|
||||
## Update and News
|
||||
|
||||
- 🔥🔥 **News**: ```2024/8/12```: The CogVideoX paper has been uploaded to arxiv. Feel free to check out
|
||||
the [paper](https://arxiv.org/abs/2408.06072).
|
||||
- 🔥 **News**: ```2024/8/7```: CogVideoX has been integrated into `diffusers` version 0.30.0. Inference can now be
|
||||
performed
|
||||
on a single 3090 GPU. For more details, please refer to the [code](inference/cli_demo.py).
|
||||
@ -152,6 +155,7 @@ of the **CogVideoX** open-source model.
|
||||
GPT, Gemini, etc.
|
||||
+ [gradio_web_demo](inference/gradio_web_demo.py): A simple gradio web UI demonstrating how to use the CogVideoX-2B
|
||||
model to generate videos. Same as Our Huggingface Space, you can use this script to launch a web demo.
|
||||
|
||||
```shell
|
||||
cd inference
|
||||
# For Linux and Windows users (and macOS with Intel??)
|
||||
|
23
README_ja.md
23
README_ja.md
@ -1,6 +1,7 @@
|
||||
# CogVideo && CogVideoX
|
||||
|
||||
[Read this in English.](./README_zh)
|
||||
|
||||
[中文阅读](./README_zh.md)
|
||||
|
||||
<div align="center">
|
||||
@ -10,7 +11,7 @@
|
||||
🤗 <a href="https://huggingface.co/spaces/THUDM/CogVideoX" target="_blank">CogVideoX Huggingface Space</a> で体験
|
||||
</p>
|
||||
<p align="center">
|
||||
📚 <a href="resources/CogVideoX.pdf" target="_blank">論文</a> をチェック
|
||||
📚 <a href="https://arxiv.org/pdf/2408.06072" target="_blank">論文</a> をチェック
|
||||
</p>
|
||||
<p align="center">
|
||||
👋 <a href="resources/WECHAT.md" target="_blank">WeChat</a> と <a href="https://discord.gg/Ewaabk6s" target="_blank">Discord</a> に参加
|
||||
@ -21,6 +22,7 @@
|
||||
|
||||
## 更新とニュース
|
||||
|
||||
- 🔥🔥 **ニュース**: ```2024/8/12```: CogVideoX 論文がarxivにアップロードされました。ぜひ[論文](https://arxiv.org/abs/2408.06072)をご覧ください。
|
||||
- 🔥 **ニュース**: ```2024/8/7```: CogVideoX は `diffusers` バージョン 0.30.0 に統合されました。単一の 3090 GPU
|
||||
で推論を実行できます。詳細については [コード](inference/cli_demo.py) を参照してください。
|
||||
- 🔥 **ニュース**: ```2024/8/6```: **CogVideoX-2B** で使用される **3D Causal VAE** もオープンソース化しました。これにより、ビデオをほぼ無損失で再構築できます。
|
||||
@ -221,3 +223,22 @@ CogVideoのデモは [https://models.aminer.cn/cogvideo](https://models.aminer.c
|
||||
year={2022}
|
||||
}
|
||||
```
|
||||
|
||||
## オープンソースプロジェクト計画
|
||||
|
||||
- [x] CogVideoX モデルのオープンソース化
|
||||
- [x] CogVideoX モデル推論サンプル (CLI / Web デモ)
|
||||
- [x] CogVideoX オンライン体験サンプル (Huggingface Space)
|
||||
- [x] CogVideoX オープンソースAPIインターフェースサンプル (Huggingface)
|
||||
- [x] CogVideoX モデルの微調整サンプル (SAT)
|
||||
- [ ] CogVideoX モデルの微調整サンプル (Huggingface / SAT)
|
||||
- [ ] CogVideoX-Pro オープンソース化 (CogVideoX-2B スイートに対応)
|
||||
- [X] CogVideoX 技術レポート公開
|
||||
|
||||
私たちは皆さんの貢献を歓迎しています。詳しくは[こちら](resources/contribute_zh.md)をご覧ください。
|
||||
|
||||
## モデルライセンス
|
||||
|
||||
本リポジトリのコードは [Apache 2.0 ライセンス](LICENSE) の下で公開されています。
|
||||
|
||||
本モデルのウェイトと実装コードは [CogVideoX LICENSE](MODEL_LICENSE) ライセンスに基づいて公開されています。
|
11
README_zh.md
11
README_zh.md
@ -1,6 +1,7 @@
|
||||
# CogVideo && CogVideoX
|
||||
|
||||
[Read this in English.](./README_zh)
|
||||
|
||||
[日本語で読む](./README_ja.md)
|
||||
|
||||
|
||||
@ -11,7 +12,7 @@
|
||||
🤗 在 <a href="https://huggingface.co/spaces/THUDM/CogVideoX" target="_blank">CogVideoX Huggingface Space</a> 体验视频生成模型
|
||||
</p>
|
||||
<p align="center">
|
||||
📚 查看 <a href="resources/CogVideoX.pdf" target="_blank">论文</a>
|
||||
📚 查看 <a href="https://arxiv.org/pdf/2408.06072" target="_blank">论文</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
👋 加入我们的 <a href="resources/WECHAT.md" target="_blank">微信</a> 和 <a href="https://discord.gg/Ewaabk6s" target="_blank">Discord</a>
|
||||
@ -22,6 +23,7 @@
|
||||
|
||||
## 项目更新
|
||||
|
||||
- 🔥🔥 **News**: ```2024/8/12```: CogVideoX 论文已上传到arxiv,欢迎查看[论文](https://arxiv.org/abs/2408.06072)。
|
||||
- 🔥 **News**: ```2024/8/7```: CogVideoX 已经合并入 `diffusers`
|
||||
0.30.0版本,单张3090可以推理,详情请见[代码](inference/cli_demo.py)。
|
||||
- 🔥 **News**: ```2024/8/6```: 我们开源 **3D Causal VAE**,用于 **CogVideoX-2B**,可以几乎无损地重构视频。
|
||||
@ -52,7 +54,8 @@
|
||||
|
||||
### 提示词优化
|
||||
|
||||
在开始运行模型之前,请参考[这里](inference/convert_demo.py) 查看我们是怎么使用GLM-4(或者同级别的其他产品,例如GPT-4)大模型对模型进行优化的,这很重要,
|
||||
在开始运行模型之前,请参考[这里](inference/convert_demo.py) 查看我们是怎么使用GLM-4(或者同级别的其他产品,例如GPT-4)
|
||||
大模型对模型进行优化的,这很重要,
|
||||
由于模型是在长提示词下训练的,一个好的提示词直接影响了视频生成的质量。
|
||||
|
||||
### SAT
|
||||
@ -128,7 +131,8 @@ CogVideoX是 [清影](https://chatglm.cn/video?fr=osm_cogvideox) 同源的开源
|
||||
+ [convert_demo](inference/convert_demo.py): 如何将用户的输入转换成适合
|
||||
CogVideoX的长输入。因为CogVideoX是在长文本上训练的,所以我们需要把输入文本的分布通过LLM转换为和训练一致的长文本。脚本中默认使用GLM4,也可以替换为GPT、Gemini等任意大语言模型。
|
||||
+ [gradio_web_demo](inference/gradio_web_demo.py): 一个简单的gradio网页应用,展示如何使用 CogVideoX-2B 模型生成视频。
|
||||
与我们的 Huggingface Space 类似,你可以使用此脚本运行一个简单的网页应用,用于生成视频。
|
||||
与我们的 Huggingface Space 类似,你可以使用此脚本运行一个简单的网页应用,用于生成视频。
|
||||
|
||||
```shell
|
||||
cd inference
|
||||
# For Linux and Windows users (and macOS with Intel??)
|
||||
@ -137,6 +141,7 @@ python gradio_web_demo.py # humans mode
|
||||
# For macOS with Apple Silicon users, Intel not supported, this maybe 20x slower than RTX 4090
|
||||
PYTORCH_ENABLE_MPS_FALLBACK=1 python gradio_web_demo.py # humans mode
|
||||
```
|
||||
|
||||
<div style="text-align: center;">
|
||||
<img src="resources/gradio_demo.png" style="width: 100%; height: auto;" />
|
||||
</div>
|
||||
|
Binary file not shown.
@ -1,298 +1,142 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 28.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 841.89 368.6" style="enable-background:new 0 0 841.89 368.6;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1F08A3;}
|
||||
.st1{fill:url(#SVGID_1_);}
|
||||
.st2{fill:url(#SVGID_00000072969730447947445580000008550966321517582978_);}
|
||||
.st3{fill:#191935;}
|
||||
.st4{fill:url(#SVGID_00000134944507322615418430000016680692556048730035_);}
|
||||
.st5{fill:url(#SVGID_00000079475197965678598910000014857864397887059643_);}
|
||||
.st6{fill:url(#SVGID_00000011017870202623612780000003647410284342320817_);}
|
||||
.st7{fill:url(#SVGID_00000158717432109861805260000005726541443920151984_);}
|
||||
.st8{fill:url(#SVGID_00000142876900428461769000000008069403543541257898_);}
|
||||
.st9{fill:url(#SVGID_00000043431278852236617580000017143239672604928432_);}
|
||||
.st10{fill:url(#SVGID_00000117640229439763589850000006678067399342795696_);}
|
||||
.st11{fill:url(#SVGID_00000110458653123900400710000000913276274190314169_);}
|
||||
.st12{fill:url(#SVGID_00000031170474287730726890000016823097828633490353_);}
|
||||
.st13{fill:url(#SVGID_00000009584095435268706030000012050499560522802058_);}
|
||||
.st14{fill:url(#SVGID_00000020368880049868222280000013138163128272475547_);}
|
||||
.st15{fill:url(#SVGID_00000091714870927564046460000005861143291349344438_);}
|
||||
.st16{fill:url(#SVGID_00000121271759264793556690000000860873829552106905_);}
|
||||
.st17{fill:url(#SVGID_00000038375467373794976910000013035737086102657724_);}
|
||||
.st18{fill:url(#SVGID_00000012456568760464884060000014807595715017774739_);}
|
||||
.st19{fill:url(#SVGID_00000131350652581417219040000010050473447924313765_);}
|
||||
</style>
|
||||
<g id="图层_1_00000155127390320397588370000011557700728645101750_">
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st0" d="M251.92,232.88c-4.82-2.55-8.57-6.17-11.24-10.85c-2.68-4.69-4-10.11-4-16.28V179.1
|
||||
c0-6.08,1.34-11.45,4-16.1s6.41-8.24,11.24-10.79c4.82-2.55,10.43-3.83,16.8-3.83c6.38,0,11.97,1.21,16.8,3.64
|
||||
c4.82,2.43,8.57,5.84,11.24,10.24c2.66,4.39,4,9.48,4,15.23c0,0.41-0.14,0.74-0.43,0.99c-0.28,0.25-0.61,0.36-1.02,0.36
|
||||
l-16.98,1.1c-0.96,0-1.43-0.46-1.43-1.35c0-3.86-1.12-6.95-3.35-9.24s-5.18-3.45-8.85-3.45s-6.61,1.17-8.85,3.51
|
||||
c-2.24,2.35-3.35,5.4-3.35,9.2v28c0,3.78,1.12,6.82,3.35,9.13c2.24,2.3,5.18,3.45,8.85,3.45s6.61-1.15,8.85-3.45
|
||||
c2.24-2.3,3.35-5.34,3.35-9.13c0-0.9,0.47-1.35,1.43-1.35l16.98,0.87c0.39,0,0.74,0.13,1.02,0.36c0.28,0.25,0.43,0.54,0.43,0.87
|
||||
c0,5.84-1.34,10.98-4,15.42c-2.68,4.44-6.41,7.87-11.24,10.3c-4.82,2.43-10.43,3.64-16.8,3.64
|
||||
C262.33,236.71,256.74,235.43,251.92,232.88z"/>
|
||||
<path class="st0" d="M316.18,230.79c-5.02-3.95-8.36-9.29-10.05-16.03c-0.96-3.37-1.43-7.07-1.43-11.1
|
||||
c0-4.52,0.52-8.5,1.56-11.97c1.83-6.49,5.24-11.58,10.22-15.23c4.98-3.65,11.02-5.5,18.11-5.5c7.01,0,12.95,1.83,17.81,5.5
|
||||
c4.87,3.65,8.25,8.69,10.16,15.1c1.12,3.7,1.67,7.65,1.67,11.84c0,3.78-0.44,7.4-1.32,10.85c-1.67,6.91-5.02,12.38-10.05,16.41
|
||||
c-5.02,4.03-11.17,6.05-18.41,6.05C327.3,236.71,321.2,234.74,316.18,230.79z M340.21,216.91c1.51-1.53,2.63-3.59,3.34-6.22
|
||||
c0.47-2.14,0.72-4.49,0.72-7.02c0-2.47-0.28-4.85-0.83-7.15c-0.65-2.55-1.72-4.52-3.23-5.92s-3.43-2.09-5.73-2.09
|
||||
c-4.63,0-7.65,2.68-9.09,8.02c-0.47,1.97-0.72,4.36-0.72,7.15c0,2.55,0.24,4.9,0.72,7.02c0.63,2.63,1.73,4.71,3.29,6.22
|
||||
c1.56,1.53,3.48,2.28,5.8,2.28C336.78,219.2,338.69,218.44,340.21,216.91z"/>
|
||||
<path class="st0" d="M407.21,172.39c0.28-0.28,0.61-0.43,1.02-0.43h16.98c0.39,0,0.74,0.14,1.02,0.43
|
||||
c0.28,0.28,0.43,0.65,0.43,1.06v55.14c0,11.26-3.15,19.32-9.45,24.17c-6.3,4.85-14.27,7.28-23.91,7.28
|
||||
c-3.59,0-7.37-0.33-11.35-0.99c-0.8-0.08-1.2-0.61-1.2-1.61l0.6-15.29c0-0.58,0.16-0.96,0.47-1.17c0.32-0.2,0.72-0.22,1.2-0.06
|
||||
c3.28,0.74,6.3,1.1,9.09,1.1c4.54,0,8.13-1.07,10.76-3.21c2.63-2.14,3.95-5.51,3.95-10.11l-0.83,0.87
|
||||
c-2.87,2.96-7.01,4.44-12.43,4.44c-5.26,0-10.08-1.2-14.47-3.57c-4.38-2.38-7.53-6.58-9.45-12.58c-1.28-3.95-1.91-8.8-1.91-14.55
|
||||
c0-6.33,0.76-11.51,2.27-15.54c1.83-5.1,4.76-9.17,8.79-12.21c4.02-3.04,8.71-4.57,14.05-4.57c5.73,0,10.16,1.81,13.28,5.43
|
||||
c0.16,0.17,0.32,0.22,0.47,0.19c0.16-0.05,0.24-0.19,0.24-0.43v-2.71C406.8,173.02,406.92,172.67,407.21,172.39z M406.8,203.16
|
||||
c0-2.22-0.08-3.97-0.24-5.24c-0.16-1.28-0.47-2.49-0.96-3.64c-0.63-1.81-1.65-3.23-3.06-4.25c-1.4-1.02-3.09-1.54-5.09-1.54
|
||||
c-3.75,0-6.41,1.94-8.02,5.8c-1.2,2.3-1.8,5.34-1.8,9.13c0,4.03,0.52,6.99,1.56,8.88c0.72,1.73,1.8,3.13,3.23,4.19
|
||||
c1.43,1.07,3.15,1.61,5.13,1.61c4.06,0,6.77-1.89,8.13-5.67C406.44,210.52,406.8,207.43,406.8,203.16z"/>
|
||||
<path class="st0" d="M451.94,234.49l-24.14-83.37l-0.13-0.49c0-0.82,0.44-1.23,1.31-1.23h18.3c0.88,0,1.43,0.41,1.67,1.23
|
||||
l13.75,56.13c0.08,0.25,0.2,0.36,0.36,0.36s0.28-0.13,0.36-0.36l13.51-56.13c0.24-0.82,0.8-1.23,1.67-1.23h17.94
|
||||
c0.47,0,0.83,0.17,1.07,0.49c0.24,0.33,0.28,0.74,0.13,1.23l-24.51,83.37c-0.24,0.82-0.76,1.23-1.56,1.23h-18.17
|
||||
C452.69,235.72,452.17,235.31,451.94,234.49z"/>
|
||||
<path class="st0" d="M504.84,163.26c-1.95-2.02-2.93-4.58-2.93-7.7c0-3.21,0.98-5.8,2.93-7.76c1.95-1.97,4.44-2.96,7.46-2.96
|
||||
s5.51,0.99,7.46,2.96c1.95,1.97,2.93,4.57,2.93,7.76c0,3.04-0.98,5.59-2.93,7.65c-1.95,2.06-4.44,3.09-7.46,3.09
|
||||
S506.79,165.27,504.84,163.26z M502.69,235.29c-0.28-0.28-0.43-0.63-0.43-1.04v-60.81c0-0.41,0.14-0.76,0.43-1.06
|
||||
c0.28-0.28,0.61-0.43,1.02-0.43h16.98c0.39,0,0.74,0.14,1.02,0.43c0.28,0.28,0.43,0.65,0.43,1.06v60.81
|
||||
c0,0.41-0.14,0.76-0.43,1.04c-0.28,0.28-0.61,0.43-1.02,0.43h-16.98C503.31,235.72,502.96,235.58,502.69,235.29z"/>
|
||||
<path class="st0" d="M651.35,207.97c-0.08,0.99-0.6,1.48-1.56,1.48h-36.46c-0.16,0-0.32,0.06-0.47,0.19
|
||||
c-0.16,0.13-0.2,0.27-0.13,0.43c0.16,0.91,0.55,2.09,1.2,3.57c0.96,1.73,2.39,3.12,4.3,4.19c1.91,1.07,4.27,1.61,7.06,1.61
|
||||
c5.02,0,8.96-1.69,11.84-5.06c0.32-0.41,0.68-0.61,1.07-0.61c0.39,0,0.72,0.16,0.96,0.49l9.21,10.85
|
||||
c0.32,0.25,0.47,0.58,0.47,0.99c0,0.33-0.16,0.66-0.47,0.99c-2.79,3.13-6.24,5.51-10.35,7.15s-8.58,2.47-13.45,2.47
|
||||
c-7.26,0-13.4-1.62-18.47-4.87c-5.07-3.24-8.71-7.8-10.95-13.62c-1.67-4.11-2.5-9.24-2.5-15.42c0-4.27,0.63-8.39,1.91-12.33
|
||||
c2.08-6.08,5.48-10.87,10.22-14.36s10.38-5.24,16.91-5.24c5.26,0,9.97,1.17,14.11,3.51c4.14,2.35,7.51,5.59,10.09,9.75
|
||||
c2.58,4.16,4.28,8.87,5.09,14.13C651.39,200.69,651.5,203.94,651.35,207.97z M613.46,194.52c-0.32,0.91-0.52,1.76-0.6,2.58
|
||||
c-0.16,0.41,0,0.61,0.47,0.61h16.98c0.32,0,0.47-0.16,0.47-0.49c0-0.66-0.16-1.48-0.47-2.47c-0.55-2.05-1.57-3.62-3.06-4.69
|
||||
c-1.48-1.07-3.32-1.61-5.56-1.61C617.55,188.49,614.81,190.5,613.46,194.52z"/>
|
||||
<path class="st0" d="M665.93,230.79c-5.02-3.95-8.36-9.29-10.05-16.03c-0.96-3.37-1.43-7.07-1.43-11.1
|
||||
c0-4.52,0.52-8.5,1.56-11.97c1.83-6.49,5.24-11.58,10.22-15.23c4.98-3.65,11.02-5.5,18.11-5.5c7.01,0,12.95,1.83,17.81,5.5
|
||||
c4.87,3.65,8.25,8.69,10.16,15.1c1.12,3.7,1.67,7.65,1.67,11.84c0,3.78-0.44,7.4-1.32,10.85c-1.67,6.91-5.02,12.38-10.05,16.41
|
||||
c-5.02,4.03-11.17,6.05-18.41,6.05C677.05,236.71,670.95,234.74,665.93,230.79z M689.96,216.91c1.51-1.53,2.63-3.59,3.35-6.22
|
||||
c0.47-2.14,0.72-4.49,0.72-7.02c0-2.47-0.28-4.85-0.83-7.15c-0.65-2.55-1.72-4.52-3.23-5.92c-1.51-1.4-3.43-2.09-5.73-2.09
|
||||
c-4.63,0-7.65,2.68-9.09,8.02c-0.47,1.97-0.72,4.36-0.72,7.15c0,2.55,0.24,4.9,0.72,7.02c0.63,2.63,1.73,4.71,3.29,6.22
|
||||
c1.56,1.53,3.48,2.28,5.8,2.28C686.53,219.2,688.45,218.44,689.96,216.91z"/>
|
||||
<path class="st0" d="M717.33,235.23c-0.24-0.33-0.2-0.74,0.13-1.23l22.6-41.07c0.16-0.25,0.16-0.49,0-0.74l-22.6-41.07
|
||||
l-0.24-0.74c0-0.66,0.44-0.99,1.32-0.99h18.41c0.88,0,1.48,0.33,1.8,0.99l13.51,25.91c0.24,0.33,0.47,0.33,0.72,0l13.62-25.91
|
||||
c0.32-0.66,0.91-0.99,1.8-0.99h18.41c0.55,0,0.91,0.17,1.07,0.49c0.16,0.33,0.13,0.74-0.13,1.23l-22.47,41.07
|
||||
c-0.08,0.25-0.08,0.49,0,0.74l22.47,41.07c0.16,0.33,0.24,0.58,0.24,0.74c0,0.66-0.39,0.99-1.2,0.99h-18.3
|
||||
c-0.8,0-1.4-0.33-1.8-0.99l-13.75-25.78c-0.24-0.41-0.47-0.41-0.72,0l-13.62,25.78c-0.39,0.66-0.99,0.99-1.8,0.99h-18.28
|
||||
C717.98,235.72,717.57,235.56,717.33,235.23z"/>
|
||||
</g>
|
||||
<path class="st0" d="M586.89,149.87c-0.28-0.28-0.61-0.43-1.02-0.43h-16.98c-0.39,0-0.74,0.14-1.01,0.43
|
||||
c-0.28,0.28-0.43,0.63-0.43,1.06v25.65c0,0.25-0.08,0.41-0.24,0.49c-0.16,0.08-0.32,0-0.47-0.25c-2.95-3.86-7.29-5.8-13.02-5.8
|
||||
c-5.73,0-10.61,1.56-14.65,4.69c-4.03,3.12-6.96,7.23-8.79,12.33c-1.67,4.6-2.5,9.78-2.5,15.54c0,5.1,0.63,9.87,1.91,14.32
|
||||
c1.75,5.84,4.72,10.44,8.9,13.81c4.19,3.37,8.99,5.06,14.41,5.06c5.98,0,10.57-2.27,13.75-6.79c0.16-0.16,0.32-0.22,0.47-0.19
|
||||
c0.16,0.05,0.24,0.19,0.24,0.43v4.08c0,0.41,0.14,0.76,0.43,1.04c0.28,0.28,0.61,0.43,1.01,0.43h16.98c0.39,0,0.74-0.14,1.02-0.43
|
||||
c0.28-0.28,0.43-0.63,0.43-1.04v-83.37C587.31,150.52,587.17,150.17,586.89,149.87z M567.06,208.9l-12.8,7.62
|
||||
c-4.14,2.47-9.32-0.61-9.32-5.56V195.7c0-4.95,5.18-8.02,9.32-5.56l12.8,7.62C571.2,200.25,571.2,206.42,567.06,208.9z"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="59.2757" y1="254.7704" x2="135.9786" y2="126.215" gradientTransform="matrix(1 0 0 -1 0 369.2756)">
|
||||
<stop offset="0" style="stop-color:#19D46A"/>
|
||||
<stop offset="1" style="stop-color:#0D00B5"/>
|
||||
</linearGradient>
|
||||
<path class="st1" d="M160.69,271.07h-42.1c-0.88,0-1.72-0.44-2.2-1.18L41.9,106.64c-1.2-1.76,0.08-4.16,2.2-4.16h42.1
|
||||
c0.88,0,1.72,0.44,2.2,1.18l74.49,163.25C164.09,268.68,162.83,271.07,160.69,271.07z"/>
|
||||
</g>
|
||||
<g>
|
||||
|
||||
<linearGradient id="SVGID_00000052810148107182236330000012848981250606710167_" gradientUnits="userSpaceOnUse" x1="146.394" y1="179.088" x2="200.0336" y2="58.4906" gradientTransform="matrix(1 0 0 1 0 76.8546)">
|
||||
<stop offset="4.256583e-04" style="stop-color:#D70066"/>
|
||||
<stop offset="1" style="stop-color:#0D00B5"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000052810148107182236330000012848981250606710167_);" d="M235.89,102.48h-42.66
|
||||
c-0.8,0-1.56,0.39-2.02,1.07l-74.81,163.72c-1.09,1.62,0.06,3.8,2.02,3.8h42.66c0.8,0,1.56-0.39,2.02-1.07l74.81-163.72
|
||||
C239,104.66,237.85,102.48,235.89,102.48z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st3" d="M218.63,111.51c-7.17-0.43-15.24,4.27-26.77,18.35c-2.74,3.34-12.85,3.26-11.59,10.33
|
||||
c6.11,34.58-25.94,107.11-18.77,107.53s25.09-13.28,31.42-21.29c6.33-8.02,10.54-14.55,15.39-24.46
|
||||
c4.85-9.91,9.91-24.25,14.33-39.64c4.43-15.39,4.65-30.57,4.85-39.21C227.56,120.36,225.81,111.92,218.63,111.51z"/>
|
||||
<path d="M189.18,136.8c-1.69-9.28-8.93-28.14-13.78-34.05c-4.85-5.91-9.64-8.82-17.29-5.91c-4.22,1.61-14.13,7.32-21.29,29.31
|
||||
c-2.3,7.04-6.11,10.54-9.48,15.18c-3.37,4.65-8.85,10.96-8.85,19.83c0,8.85,3.62,16.43,8.47,22.11
|
||||
c4.85,5.69,25.78,22.46,30.25,27.1c4.47,4.65,16.74,16.77,19.91,22.27c3.17,5.48,3.17,5.48,3.17,5.48s6.02-13.92,7.91-18.35
|
||||
c1.89-4.43,5.37-27.83,5.69-41.12C194.17,165.38,190.39,143.46,189.18,136.8z"/>
|
||||
<path d="M164.13,255.42c-0.76,0.39-1.29-1.87,1.4-5.75c2.69-3.87,8.09-11.39,12.44-14.68c4.35-3.29,15.26-12.1,19.37-13.02
|
||||
c4.11-0.94,4.08,2.74,2.11,4.25c-3.76,2.91-4.46,2.2-9.28,6.55c-4.82,4.35-10.68,6.69-14.32,9.98
|
||||
C172.22,246.03,166.35,254.25,164.13,255.42z"/>
|
||||
<path d="M124.89,189.1c-12.46-3.64-32.79-7.59-40.54,20.88c0,0-5.46,2.39-9.62,11.84c-6.63,15.06,7.89,55.39,50.79,44.9
|
||||
c20.36-4.98,37.37-15.78,42.38-20.66c7.58-7.37,12.47-7.83,12.47-7.83C177.15,227.43,152.74,197.23,124.89,189.1z"/>
|
||||
<path d="M197.04,224.68c4.09-3.78,9.35-9.48,11.67-13.48c2.32-4,4.55-9.59,4.96-11.24c0.41-1.65-0.61-6.61,1.81-6.33
|
||||
c2.44,0.3,0.94,4.22-0.09,6.08c-1.4,2.52-3.06,6.35-4.17,9.13c-1.12,2.79-5.06,7.83-8.24,11.39c-3.18,3.56-6.33,6.09-6.33,6.09
|
||||
L197.04,224.68z"/>
|
||||
<path d="M195.8,225.98c0,0,5.06-3.04,9.17-5.95c4.09-2.91,12.38-10.39,14.44-13.06c2.06-2.66,2.39-5.24,3.48-4.55
|
||||
c1.92,1.23-1.26,3.98-2.63,5.31c-1.37,1.32-6.06,5.94-9.72,8.91C206.88,219.62,197.4,226.46,195.8,225.98z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000070798706056830547700000003974558205504861373_" gradientUnits="userSpaceOnUse" x1="175.0956" y1="228.5175" x2="187.4265" y2="140.3143" gradientTransform="matrix(1 0 0 -1 0 369.2756)">
|
||||
<stop offset="0" style="stop-color:#8890F4"/>
|
||||
<stop offset="0.2835" style="stop-color:#FFCFFD"/>
|
||||
<stop offset="0.6062" style="stop-color:#F4F0FE"/>
|
||||
<stop offset="0.7338" style="stop-color:#EFFFFF"/>
|
||||
<stop offset="1" style="stop-color:#75D9DD"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000070798706056830547700000003974558205504861373_);" d="M183.02,228.43
|
||||
c0.08,0.41,0.39,0.66,0.44,0.25c0.91-8.69,4.36-18.96,4.47-44.43c0.11-26.91,0-39.18-19.64-44.18c-1.29-0.33-2.54-0.03-2.33,1.28
|
||||
c0.47,3.01,7.29,17.84,10.69,37.18C180.85,202.38,182.2,224.39,183.02,228.43z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000148655111165341704870000015822622798822732439_" gradientUnits="userSpaceOnUse" x1="180.2612" y1="133.8598" x2="180.2585" y2="133.8624" gradientTransform="matrix(1 0 0 -1 0 369.2756)">
|
||||
<stop offset="0" style="stop-color:#00C6B8"/>
|
||||
<stop offset="0.8389" style="stop-color:#4B4BFF"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000148655111165341704870000015822622798822732439_);" d="M180.27,235.42
|
||||
C180.2,235.47,180.31,235.37,180.27,235.42L180.27,235.42z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000162335655504960668340000008042784563402819467_" gradientUnits="userSpaceOnUse" x1="91.8193" y1="162.3303" x2="182.7514" y2="137.3534" gradientTransform="matrix(1 0 0 -1 0 369.2756)">
|
||||
<stop offset="5.071865e-03" style="stop-color:#6F69F4"/>
|
||||
<stop offset="0.4148" style="stop-color:#FFCEAD"/>
|
||||
<stop offset="0.5961" style="stop-color:#EFEFB9"/>
|
||||
<stop offset="0.6727" style="stop-color:#E7FFBF"/>
|
||||
<stop offset="1" style="stop-color:#75D9DD"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000162335655504960668340000008042784563402819467_);" d="M98.06,216.36
|
||||
c-6.71,1.86,9.43,5.17,24.79,8.25c10.54,2.11,43.58,7.17,54.82,7.76c0.25,0.02,0.3-0.28,0.08-0.43
|
||||
c-11.17-7.34-36.02-23.21-43.1-23.21C121.93,208.71,103.08,214.98,98.06,216.36z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000183956648102935592230000000034257340353923987_" gradientUnits="userSpaceOnUse" x1="129.9311" y1="208.2058" x2="193.0715" y2="132.703" gradientTransform="matrix(1 0 0 -1 0 369.2756)">
|
||||
<stop offset="5.071865e-03" style="stop-color:#6F69F4"/>
|
||||
<stop offset="0.3821" style="stop-color:#FFAFFF"/>
|
||||
<stop offset="0.5127" style="stop-color:#F5D1E4"/>
|
||||
<stop offset="0.6727" style="stop-color:#E7FFBF"/>
|
||||
<stop offset="0.9718" style="stop-color:#75D9DD"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000183956648102935592230000000034257340353923987_);" d="M136.52,164.49
|
||||
c0,0,5.26,11.15,13.61,18.03c7.18,5.92,13.48,9.73,15.81,12.46c7.94,9.29,11.01,25.56,14.93,33.32
|
||||
c0.58,1.13-28.73-27.91-43.64-52.68C133.82,169.95,135.6,162.96,136.52,164.49z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000127743825081950367160000014214139936879980969_" gradientUnits="userSpaceOnUse" x1="120.5534" y1="180.132" x2="113.4298" y2="185.2324" gradientTransform="matrix(0.9663 0.2574 0.2574 -0.9663 1.6568 269.9926)">
|
||||
<stop offset="0" style="stop-color:#FFA2FF"/>
|
||||
<stop offset="0.5569" style="stop-color:#FFFFB0"/>
|
||||
<stop offset="0.7133" style="stop-color:#DDFFCA"/>
|
||||
<stop offset="1" style="stop-color:#97FFFF"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000127743825081950367160000014214139936879980969_);" d="M155.29,115.81
|
||||
c3.06-0.57,11.29,4.06,11.29,6.49c0,1.1-11.76-1.07-13.8-2.13C150.06,118.75,153.27,116.18,155.29,115.81z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000054976593115952198230000008003013541946111389_" gradientUnits="userSpaceOnUse" x1="168.498" y1="247.5718" x2="163.8415" y2="254.2492" gradientTransform="matrix(0.9987 -0.0503 -0.0503 -0.9987 0.9774 386.0547)">
|
||||
<stop offset="0" style="stop-color:#FFA2FF"/>
|
||||
<stop offset="0.5569" style="stop-color:#FFFFB0"/>
|
||||
<stop offset="0.7133" style="stop-color:#DDFFCA"/>
|
||||
<stop offset="1" style="stop-color:#97FFFF"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000054976593115952198230000008003013541946111389_);" d="M149.94,124.45
|
||||
c1.48-1.29,7.8,0.05,8.96,1.23c1.24,1.26-6.21,2.13-8.65,2.38C148.19,128.25,148.45,125.74,149.94,124.45z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000169534306769865638960000010624933101701591231_" gradientUnits="userSpaceOnUse" x1="110.6462" y1="167.6579" x2="99.1469" y2="175.8909" gradientTransform="matrix(0.9322 0.362 0.362 -0.9322 11.275 241.6989)">
|
||||
<stop offset="0" style="stop-color:#FFA2FF"/>
|
||||
<stop offset="0.5569" style="stop-color:#FFFFB0"/>
|
||||
<stop offset="0.7133" style="stop-color:#DDFFCA"/>
|
||||
<stop offset="1" style="stop-color:#97FFFF"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000169534306769865638960000010624933101701591231_);" d="M164.36,104.99
|
||||
c4.57,0.41,13.81,13.86,11.8,15.47c-1.06,0.85-15.4-8-17.48-10.52C156.88,107.77,160.94,104.67,164.36,104.99z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000079458906221052217860000002178591648295304114_" gradientUnits="userSpaceOnUse" x1="162.8531" y1="71.2364" x2="157.6109" y2="74.9896" gradientTransform="matrix(0.8296 0.5584 0.5584 -0.8296 38.9717 104.0816)">
|
||||
<stop offset="0" style="stop-color:#FFA2FF"/>
|
||||
<stop offset="0.5569" style="stop-color:#FFFFB0"/>
|
||||
<stop offset="0.7133" style="stop-color:#DDFFCA"/>
|
||||
<stop offset="1" style="stop-color:#97FFFF"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000079458906221052217860000002178591648295304114_);" d="M210.08,125.93
|
||||
c2.3,0.35,6.93,5.43,6.39,7.18c-0.24,0.79-8.03-3.48-9.21-4.72C205.69,126.74,208.57,125.71,210.08,125.93z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000111909030176016825680000003151376107357579152_" gradientUnits="userSpaceOnUse" x1="189.1343" y1="139.3362" x2="185.6595" y2="144.3191" gradientTransform="matrix(0.9754 0.2206 0.2206 -0.9754 -7.4036 231.1159)">
|
||||
<stop offset="0" style="stop-color:#FFA2FF"/>
|
||||
<stop offset="0.5569" style="stop-color:#FFFFB0"/>
|
||||
<stop offset="0.7133" style="stop-color:#DDFFCA"/>
|
||||
<stop offset="1" style="stop-color:#97FFFF"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000111909030176016825680000003151376107357579152_);" d="M204.3,131.19
|
||||
c1.1-0.69,5.64,1.8,5.7,3.02c0.06,0.99-4.39-0.06-6.19-0.38C202.28,133.57,203.06,131.96,204.3,131.19z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000124859780877684741540000003625974166378130101_" gradientUnits="userSpaceOnUse" x1="158.4721" y1="62.348" x2="151.1771" y2="67.5709" gradientTransform="matrix(0.7882 0.6154 0.6154 -0.7882 56.9403 86.3531)">
|
||||
<stop offset="0" style="stop-color:#FFA2FF"/>
|
||||
<stop offset="0.5569" style="stop-color:#FFFFB0"/>
|
||||
<stop offset="0.7133" style="stop-color:#DDFFCA"/>
|
||||
<stop offset="1" style="stop-color:#97FFFF"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000124859780877684741540000003625974166378130101_);" d="M217.7,120.44
|
||||
c3.17,1.28,5.95,10.27,4.88,11.2c-1.15,0.99-9.06-6.66-10-8.9C211.77,120.81,215.31,119.48,217.7,120.44z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000151505342341095507280000017826952898926496684_" gradientUnits="userSpaceOnUse" x1="177.0845" y1="184.1351" x2="142.9964" y2="223.8563" gradientTransform="matrix(1 0 0 -1 0 369.2756)">
|
||||
<stop offset="5.071865e-03" style="stop-color:#6F69F4"/>
|
||||
<stop offset="0.3291" style="stop-color:#FFD9AD"/>
|
||||
<stop offset="0.6346" style="stop-color:#EAFABD"/>
|
||||
<stop offset="0.6727" style="stop-color:#E7FFBF"/>
|
||||
<stop offset="1" style="stop-color:#75D9DD"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000151505342341095507280000017826952898926496684_);" d="M173.34,196.31
|
||||
c-0.98-4.96-2.65-25.72-7.8-38.06c-3.75-8.98-14.08-25.72-16.19-20.02c-3.09,8.35-10.11,16.16-7.72,22.36
|
||||
c2.38,6.16,10.5,14.69,16.58,20.03C164.09,185.75,173.43,196.75,173.34,196.31z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000039821377531076698740000016045699938930074037_" gradientUnits="userSpaceOnUse" x1="168.0164" y1="130.694" x2="81.7921" y2="131.8498" gradientTransform="matrix(0.9993 0.0362 0.0362 -0.9993 2.0222 360.6481)">
|
||||
<stop offset="5.071865e-03" style="stop-color:#6F69F4"/>
|
||||
<stop offset="0.3302" style="stop-color:#FFECEC"/>
|
||||
<stop offset="0.5907" style="stop-color:#EDFACB"/>
|
||||
<stop offset="0.6727" style="stop-color:#E7FFBF"/>
|
||||
<stop offset="0.9718" style="stop-color:#75D9DD"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000039821377531076698740000016045699938930074037_);" d="M117.43,228.98
|
||||
c-7.92-1.15-19.95-3.64-27.47-5.12c-4.74-0.94,0.83,12.13,7.23,15.47c5.53,2.88,30.29,1.34,46.74-0.31
|
||||
c13.65-1.37,34.4-4.98,27.29-5.12C159.49,233.64,140.45,232.32,117.43,228.98z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000040549751368890075800000016406046424980702142_" gradientUnits="userSpaceOnUse" x1="104.442" y1="126.5369" x2="183.9285" y2="126.5369" gradientTransform="matrix(0.9986 -0.0528 -0.0528 -0.9986 -2.8922 382.0786)">
|
||||
<stop offset="5.071865e-03" style="stop-color:#6F69F4"/>
|
||||
<stop offset="0.3302" style="stop-color:#FFECEC"/>
|
||||
<stop offset="0.5907" style="stop-color:#EDFACB"/>
|
||||
<stop offset="0.6727" style="stop-color:#E7FFBF"/>
|
||||
<stop offset="0.9718" style="stop-color:#75D9DD"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000040549751368890075800000016406046424980702142_);" d="M172.91,237.28
|
||||
c0.35-0.24,0.94-0.96,0.55-0.83c-6.13,1.97-28.62,8.25-53.23,10.87c-18.84,2-22.85,0.44-25.02,1.39
|
||||
c-2.6,1.13,4.63,10.88,20.68,10C134.38,257.67,162.38,244.1,172.91,237.28z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000163791769488651178610000006995591105667394192_" gradientUnits="userSpaceOnUse" x1="154.7833" y1="149.8526" x2="87.8201" y2="163.9461" gradientTransform="matrix(0.9991 0.0421 0.0421 -0.9991 1.5546 359.6285)">
|
||||
<stop offset="5.071865e-03" style="stop-color:#6F69F4"/>
|
||||
<stop offset="0.601" style="stop-color:#FFCEAD"/>
|
||||
<stop offset="0.707" style="stop-color:#EFEFB9"/>
|
||||
<stop offset="0.7518" style="stop-color:#E7FFBF"/>
|
||||
<stop offset="0.976" style="stop-color:#75D9DD"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000163791769488651178610000006995591105667394192_);" d="M99.81,207.05
|
||||
c-1.15,0-1.24-3.51,2.74-5.24c0,0,4.44-5.58,13.21-3.89c6.05,1.17,15.76,6.69,14.49,6.41
|
||||
C125.62,203.29,105.6,207.05,99.81,207.05z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000058564881533081704170000010681590285087118983_" gradientUnits="userSpaceOnUse" x1="205.4404" y1="213.7062" x2="190.2183" y2="136.673" gradientTransform="matrix(1 0 0 -1 0 369.2756)">
|
||||
<stop offset="0" style="stop-color:#8890F4"/>
|
||||
<stop offset="0.4248" style="stop-color:#FFB8FD"/>
|
||||
<stop offset="0.5488" style="stop-color:#F4D9FE"/>
|
||||
<stop offset="0.6727" style="stop-color:#E7FFFF"/>
|
||||
<stop offset="1" style="stop-color:#75D9DD"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000058564881533081704170000010681590285087118983_);" d="M188.91,224.52
|
||||
c0-0.43,3.89-6.5,8.99-33.55c3.18-16.79,2.36-31.58,1.91-34.49c-0.33-2.06,6.9,2.05,7.04,10.02c0.09,5.69-1.17,28.49-11.53,49.01
|
||||
C191.09,223.87,188.93,224.98,188.91,224.52z"/>
|
||||
|
||||
<linearGradient id="SVGID_00000147192695983014756520000014062130175962991015_" gradientUnits="userSpaceOnUse" x1="204.0304" y1="167.3126" x2="218.5749" y2="220.9586" gradientTransform="matrix(1 0 0 -1 0 369.2756)">
|
||||
<stop offset="5.071865e-03" style="stop-color:#6F69F4"/>
|
||||
<stop offset="0.3291" style="stop-color:#FFCEAD"/>
|
||||
<stop offset="0.5707" style="stop-color:#EFEFB9"/>
|
||||
<stop offset="0.6727" style="stop-color:#E7FFBF"/>
|
||||
<stop offset="1" style="stop-color:#75D9DD"/>
|
||||
</linearGradient>
|
||||
<path style="fill:url(#SVGID_00000147192695983014756520000014062130175962991015_);" d="M203.78,203.43
|
||||
c-0.13,0.2-0.47,0.06-0.36-0.14c2.06-4.63,7.76-24.24,9.04-39.07c0.5-5.83,0.54-10.47,1.18-12.03c0.74-1.84,5.13-6.77,6.14-7.39
|
||||
c2.05-1.21,1.09,11.12-3.57,26.43C213.32,180.66,207.5,196.94,203.78,203.43z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<svg width="737" height="307" viewBox="0 0 737 307" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M242.629 203.026C237.829 200.426 234.029 196.826 231.429 192.126C228.729 187.426 227.429 182.026 227.429 175.826V149.226C227.429 143.126 228.729 137.826 231.429 133.126C234.129 128.426 237.829 124.926 242.629 122.326C247.429 119.726 253.029 118.526 259.429 118.526C265.829 118.526 271.429 119.726 276.229 122.126C281.029 124.526 284.829 127.926 287.429 132.326C290.129 136.726 291.429 141.826 291.429 147.526C291.429 147.926 291.329 148.226 291.029 148.526C290.729 148.726 290.429 148.926 290.029 148.926L273.029 150.026C272.029 150.026 271.629 149.526 271.629 148.626C271.629 144.726 270.529 141.726 268.229 139.426C265.929 137.126 263.029 136.026 259.329 136.026C255.629 136.026 252.729 137.226 250.429 139.526C248.229 141.926 247.029 144.926 247.029 148.726V176.726C247.029 180.526 248.129 183.526 250.429 185.826C252.629 188.126 255.629 189.226 259.329 189.226C263.029 189.226 265.929 188.126 268.229 185.826C270.429 183.526 271.629 180.526 271.629 176.726C271.629 175.826 272.129 175.326 273.029 175.326L290.029 176.226C290.429 176.226 290.729 176.326 291.029 176.626C291.329 176.826 291.429 177.126 291.429 177.526C291.429 183.326 290.129 188.526 287.429 192.926C284.729 197.326 281.029 200.826 276.229 203.226C271.429 205.626 265.829 206.826 259.429 206.826C253.029 206.826 247.429 205.526 242.629 203.026Z" fill="#1F08A3"/>
|
||||
<path d="M306.929 200.926C301.929 197.026 298.529 191.626 296.929 184.926C295.929 181.526 295.529 177.826 295.529 173.826C295.529 169.326 296.029 165.326 297.129 161.826C298.929 155.326 302.329 150.226 307.329 146.626C312.329 143.026 318.329 141.126 325.429 141.126C332.429 141.126 338.429 142.926 343.229 146.626C348.129 150.226 351.429 155.326 353.429 161.726C354.529 165.426 355.129 169.326 355.129 173.526C355.129 177.326 354.729 180.926 353.829 184.426C352.129 191.326 348.829 196.826 343.829 200.826C338.829 204.826 332.629 206.926 325.429 206.926C318.029 206.826 311.929 204.826 306.929 200.926ZM330.929 187.026C332.429 185.526 333.529 183.426 334.229 180.826C334.729 178.726 334.929 176.326 334.929 173.826C334.929 171.326 334.629 168.926 334.129 166.726C333.529 164.126 332.429 162.226 330.929 160.826C329.429 159.426 327.529 158.726 325.229 158.726C320.629 158.726 317.629 161.426 316.129 166.726C315.629 168.726 315.429 171.126 315.429 173.826C315.429 176.426 315.629 178.726 316.129 180.826C316.729 183.426 317.829 185.526 319.429 187.026C321.029 188.526 322.929 189.326 325.229 189.326C327.529 189.326 329.429 188.526 330.929 187.026Z" fill="#1F08A3"/>
|
||||
<path d="M397.929 142.526C398.229 142.226 398.529 142.126 398.929 142.126H415.929C416.329 142.126 416.629 142.226 416.929 142.526C417.229 142.826 417.329 143.126 417.329 143.626V198.726C417.329 210.026 414.229 218.026 407.829 222.926C401.529 227.726 393.529 230.226 383.929 230.226C380.329 230.226 376.529 229.926 372.529 229.226C371.729 229.126 371.329 228.626 371.329 227.626L371.929 212.326C371.929 211.726 372.129 211.326 372.429 211.126C372.729 210.926 373.129 210.926 373.629 211.026C376.929 211.726 379.929 212.126 382.729 212.126C387.229 212.126 390.829 211.026 393.529 208.926C396.229 206.826 397.529 203.426 397.529 198.826L396.729 199.726C393.829 202.726 389.729 204.126 384.329 204.126C379.029 204.126 374.229 202.926 369.829 200.526C365.429 198.126 362.329 193.926 360.329 187.926C359.029 184.026 358.429 179.126 358.429 173.326C358.429 167.026 359.229 161.826 360.729 157.826C362.529 152.726 365.529 148.626 369.529 145.626C373.529 142.626 378.229 141.026 383.529 141.026C389.229 141.026 393.729 142.826 396.829 146.426C397.029 146.626 397.129 146.626 397.329 146.626C397.529 146.526 397.529 146.426 397.529 146.226V143.526C397.529 143.126 397.629 142.826 397.929 142.526ZM397.529 173.326C397.529 171.126 397.429 169.326 397.329 168.126C397.129 166.826 396.829 165.626 396.329 164.526C395.729 162.726 394.729 161.326 393.229 160.326C391.829 159.326 390.129 158.826 388.129 158.826C384.329 158.826 381.729 160.726 380.129 164.626C378.929 166.926 378.329 169.926 378.329 173.726C378.329 177.726 378.829 180.726 379.929 182.626C380.629 184.326 381.729 185.726 383.129 186.826C384.529 187.926 386.229 188.426 388.229 188.426C392.329 188.426 395.029 186.526 396.329 182.726C397.129 180.626 397.529 177.526 397.529 173.326Z" fill="#1F08A3"/>
|
||||
<path d="M442.629 204.626L418.529 121.226L418.429 120.726C418.429 119.926 418.829 119.526 419.729 119.526H438.029C438.929 119.526 439.429 119.926 439.729 120.726L453.529 176.826C453.629 177.026 453.729 177.226 453.929 177.226C454.129 177.226 454.229 177.126 454.329 176.826L467.829 120.726C468.029 119.926 468.629 119.526 469.529 119.526H487.429C487.929 119.526 488.229 119.726 488.529 120.026C488.729 120.326 488.829 120.726 488.629 121.226L463.929 204.626C463.729 205.426 463.129 205.826 462.329 205.826H444.129C443.429 205.826 442.929 205.426 442.629 204.626Z" fill="#1F08A3"/>
|
||||
<path d="M495.529 133.426C493.529 131.426 492.629 128.826 492.629 125.726C492.629 122.526 493.629 119.926 495.529 117.926C497.529 115.926 499.929 114.926 503.029 114.926C506.129 114.926 508.529 115.926 510.529 117.926C512.429 119.926 513.429 122.526 513.429 125.726C513.429 128.726 512.429 131.326 510.529 133.326C508.529 135.426 506.129 136.426 503.029 136.426C499.929 136.426 497.529 135.426 495.529 133.426ZM493.429 205.426C493.129 205.126 493.029 204.826 493.029 204.426V143.626C493.029 143.226 493.129 142.826 493.429 142.526C493.729 142.226 494.029 142.126 494.429 142.126H511.429C511.829 142.126 512.129 142.226 512.429 142.526C512.729 142.826 512.829 143.126 512.829 143.626V204.426C512.829 204.826 512.729 205.226 512.429 205.426C512.129 205.726 511.829 205.826 511.429 205.826H494.429C494.029 205.826 493.729 205.726 493.429 205.426Z" fill="#1F08A3"/>
|
||||
<path d="M642.029 178.126C641.929 179.126 641.429 179.626 640.429 179.626H603.929C603.729 179.626 603.629 179.726 603.429 179.826C603.229 179.926 603.229 180.126 603.329 180.226C603.529 181.126 603.829 182.326 604.529 183.826C605.529 185.526 606.929 186.926 608.829 188.026C610.729 189.126 613.129 189.626 615.929 189.626C620.929 189.626 624.929 187.926 627.729 184.526C628.029 184.126 628.429 183.926 628.829 183.926C629.229 183.926 629.529 184.126 629.829 184.426L639.029 195.326C639.329 195.526 639.529 195.926 639.529 196.326C639.529 196.626 639.329 197.026 639.029 197.326C636.229 200.426 632.829 202.826 628.729 204.426C624.629 206.026 620.129 206.926 615.229 206.926C607.929 206.926 601.829 205.326 596.729 202.026C591.629 198.826 588.029 194.226 585.729 188.426C584.029 184.326 583.229 179.226 583.229 173.026C583.229 168.726 583.829 164.626 585.129 160.726C587.229 154.626 590.629 149.826 595.329 146.326C600.029 142.826 605.729 141.126 612.229 141.126C617.529 141.126 622.229 142.326 626.329 144.626C630.429 147.026 633.829 150.226 636.429 154.426C639.029 158.626 640.729 163.326 641.529 168.526C642.129 170.826 642.229 174.026 642.029 178.126ZM604.229 164.626C603.929 165.526 603.729 166.426 603.629 167.226C603.429 167.626 603.629 167.826 604.129 167.826H621.129C621.429 167.826 621.629 167.626 621.629 167.326C621.629 166.626 621.429 165.826 621.129 164.826C620.629 162.726 619.529 161.226 618.029 160.126C616.529 159.026 614.729 158.526 612.429 158.526C608.229 158.626 605.529 160.626 604.229 164.626Z" fill="#1F08A3"/>
|
||||
<path d="M656.629 200.926C651.629 197.026 648.229 191.626 646.629 184.926C645.629 181.526 645.229 177.826 645.229 173.826C645.229 169.326 645.729 165.326 646.829 161.826C648.629 155.326 652.029 150.226 657.029 146.626C662.029 143.026 668.029 141.126 675.129 141.126C682.129 141.126 688.129 142.926 692.929 146.626C697.829 150.226 701.129 155.326 703.129 161.726C704.229 165.426 704.829 169.326 704.829 173.526C704.829 177.326 704.429 180.926 703.529 184.426C701.829 191.326 698.529 196.826 693.529 200.826C688.529 204.826 682.329 206.926 675.129 206.926C667.729 206.826 661.629 204.826 656.629 200.926ZM680.729 187.026C682.229 185.526 683.329 183.426 684.029 180.826C684.529 178.726 684.729 176.326 684.729 173.826C684.729 171.326 684.429 168.926 683.929 166.726C683.229 164.126 682.229 162.226 680.729 160.826C679.229 159.426 677.329 158.726 675.029 158.726C670.429 158.726 667.329 161.426 665.929 166.726C665.429 168.726 665.229 171.126 665.229 173.826C665.229 176.426 665.429 178.726 665.929 180.826C666.529 183.426 667.629 185.526 669.229 187.026C670.829 188.526 672.729 189.326 675.029 189.326C677.229 189.326 679.129 188.526 680.729 187.026Z" fill="#1F08A3"/>
|
||||
<path d="M577.629 120.026C577.329 119.726 577.029 119.626 576.629 119.626H559.629C559.229 119.626 558.929 119.726 558.629 120.026C558.329 120.326 558.229 120.626 558.229 121.126V146.726C558.229 146.926 558.129 147.126 558.029 147.226C557.929 147.326 557.729 147.226 557.529 147.026C554.529 143.126 550.229 141.226 544.529 141.226C538.829 141.226 533.929 142.826 529.829 145.926C525.829 149.026 522.829 153.126 521.029 158.226C519.329 162.826 518.529 168.026 518.529 173.726C518.529 178.826 519.129 183.626 520.429 188.026C522.229 193.826 525.129 198.426 529.329 201.826C533.529 205.226 538.329 206.926 543.729 206.926C549.729 206.926 554.329 204.626 557.529 200.126C557.729 199.926 557.829 199.926 558.029 199.926C558.229 200.026 558.229 200.126 558.229 200.326V204.426C558.229 204.826 558.329 205.226 558.629 205.426C558.929 205.726 559.229 205.826 559.629 205.826H576.629C577.029 205.826 577.329 205.726 577.629 205.426C577.929 205.126 578.029 204.826 578.029 204.426V121.026C578.029 120.626 577.929 120.326 577.629 120.026ZM557.829 179.026L545.029 186.626C540.929 189.126 535.729 186.026 535.729 181.026V165.726C535.729 160.826 540.929 157.726 545.029 160.126L557.829 167.726C561.929 170.326 561.929 176.526 557.829 179.026Z" fill="#1F08A3"/>
|
||||
<path d="M151.429 241.226H109.329C108.429 241.226 107.629 240.826 107.129 240.026L32.6294 76.7258C31.4294 74.9258 32.7294 72.5258 34.8294 72.5258H76.9294C77.8294 72.5258 78.6294 72.9258 79.1294 73.7258L153.629 236.926C154.829 238.826 153.529 241.226 151.429 241.226Z" fill="url(#paint0_linear_4629_775)"/>
|
||||
<path d="M226.629 72.6257H183.929C183.129 72.6257 182.329 73.0257 181.929 73.7257L107.129 237.426C106.029 239.026 107.229 241.226 109.129 241.226H151.829C152.629 241.226 153.429 240.826 153.829 240.126L228.629 76.4257C229.729 74.8257 228.529 72.6257 226.629 72.6257Z" fill="url(#paint1_linear_4629_775)"/>
|
||||
<path d="M209.329 81.6258C202.129 81.2258 194.129 85.9258 182.529 99.9258C179.829 103.226 169.629 103.226 170.929 110.226C177.029 144.826 145.029 217.326 152.129 217.726C159.229 218.126 177.229 204.426 183.529 196.426C189.829 188.426 194.029 181.826 198.929 171.926C203.829 162.026 208.829 147.726 213.229 132.326C217.629 116.926 217.829 101.726 218.129 93.1258C218.329 90.5258 216.529 82.0258 209.329 81.6258Z" fill="#191935"/>
|
||||
<path d="M179.929 106.926C178.229 97.6258 171.029 78.8258 166.129 72.8258C161.229 66.8258 156.529 64.0258 148.829 66.9258C144.629 68.5258 134.729 74.2258 127.529 96.2258C125.229 103.226 121.429 106.726 118.029 111.426C114.629 116.026 109.229 122.426 109.229 131.226C109.229 140.126 112.829 147.626 117.729 153.326C122.629 159.026 143.529 175.826 147.929 180.426C152.429 185.026 164.629 197.226 167.829 202.726C171.029 208.226 171.029 208.226 171.029 208.226C171.029 208.226 177.029 194.326 178.929 189.826C180.829 185.426 184.329 162.026 184.629 148.726C184.929 135.526 181.129 113.626 179.929 106.926Z" fill="black"/>
|
||||
<path d="M154.829 225.526C154.029 225.926 153.529 223.626 156.229 219.726C158.929 215.826 164.329 208.326 168.629 205.026C173.029 201.726 183.929 192.926 188.029 192.026C192.129 191.126 192.129 194.726 190.129 196.226C186.329 199.126 185.629 198.426 180.829 202.826C176.029 207.226 170.129 209.526 166.529 212.826C162.929 216.126 157.029 224.326 154.829 225.526Z" fill="black"/>
|
||||
<path d="M115.629 159.226C103.129 155.626 82.8293 151.626 75.1293 180.126C75.1293 180.126 69.6293 182.526 65.5293 191.926C58.9293 207.026 73.4293 247.326 116.329 236.826C136.729 231.826 153.729 221.026 158.729 216.126C166.329 208.726 171.229 208.326 171.229 208.326C167.829 197.526 143.429 167.326 115.629 159.226Z" fill="black"/>
|
||||
<path d="M187.729 194.826C191.829 191.026 197.129 185.326 199.429 181.326C201.729 177.326 204.029 171.726 204.429 170.126C204.829 168.526 203.829 163.526 206.229 163.826C208.629 164.126 207.129 168.026 206.129 169.926C204.729 172.426 203.029 176.326 201.929 179.026C200.829 181.826 196.829 186.826 193.729 190.426C190.529 194.026 187.429 196.526 187.429 196.526L187.729 194.826Z" fill="black"/>
|
||||
<path d="M186.529 196.126C186.529 196.126 191.629 193.126 195.729 190.226C199.829 187.326 208.129 179.826 210.129 177.126C212.229 174.426 212.529 171.926 213.629 172.526C215.529 173.726 212.329 176.526 211.029 177.826C209.629 179.126 204.929 183.726 201.329 186.726C197.629 189.726 188.129 196.626 186.529 196.126Z" fill="black"/>
|
||||
<path d="M173.729 198.526C173.829 198.926 174.129 199.226 174.129 198.726C175.029 190.026 178.529 179.726 178.629 154.326C178.729 127.426 178.629 115.126 159.029 110.126C157.729 109.826 156.529 110.126 156.729 111.426C157.229 114.426 164.029 129.226 167.429 148.626C171.529 172.526 172.929 194.526 173.729 198.526Z" fill="url(#paint2_linear_4629_775)"/>
|
||||
<path d="M88.8293 186.526C82.1293 188.426 98.2293 191.726 113.629 194.726C124.129 196.826 157.229 201.926 168.429 202.526C168.629 202.526 168.729 202.226 168.529 202.126C157.329 194.826 132.529 178.926 125.429 178.926C112.629 178.826 93.8293 185.126 88.8293 186.526Z" fill="url(#paint3_linear_4629_775)"/>
|
||||
<path d="M127.229 134.626C127.229 134.626 132.529 145.726 140.829 152.626C148.029 158.526 154.329 162.326 156.629 165.126C164.529 174.426 167.629 190.726 171.529 198.426C172.129 199.526 142.829 170.526 127.929 145.726C124.529 140.026 126.329 133.126 127.229 134.626Z" fill="url(#paint4_linear_4629_775)"/>
|
||||
<path d="M146.029 85.9258C149.129 85.3258 157.329 90.0258 157.329 92.4258C157.329 93.5258 145.529 91.3258 143.529 90.3258C140.829 88.9258 144.029 86.3258 146.029 85.9258Z" fill="url(#paint5_linear_4629_775)"/>
|
||||
<path d="M140.629 94.5258C142.129 93.2258 148.429 94.6258 149.629 95.7258C150.829 97.0258 143.429 97.8258 141.029 98.1258C138.929 98.3258 139.129 95.8258 140.629 94.5258Z" fill="url(#paint6_linear_4629_775)"/>
|
||||
<path d="M155.13 75.1258C159.73 75.5258 168.93 89.0258 166.93 90.6258C165.83 91.4258 151.53 82.6258 149.43 80.1258C147.63 77.9258 151.63 74.8258 155.13 75.1258Z" fill="url(#paint7_linear_4629_775)"/>
|
||||
<path d="M200.829 96.0258C203.129 96.3258 207.73 101.426 207.23 103.226C207.03 104.026 199.23 99.7258 198.03 98.5258C196.43 96.8258 199.329 95.8258 200.829 96.0258Z" fill="url(#paint8_linear_4629_775)"/>
|
||||
<path d="M195.029 101.326C196.129 100.626 200.629 103.126 200.729 104.326C200.829 105.326 196.329 104.226 194.529 103.926C193.029 103.726 193.829 102.126 195.029 101.326Z" fill="url(#paint9_linear_4629_775)"/>
|
||||
<path d="M208.429 90.5258C211.629 91.8258 214.329 100.826 213.329 101.726C212.229 102.726 204.229 95.0258 203.329 92.8258C202.529 90.9258 206.029 89.6258 208.429 90.5258Z" fill="url(#paint10_linear_4629_775)"/>
|
||||
<path d="M164.029 166.426C163.029 161.426 161.429 140.726 156.229 128.326C152.429 119.326 142.129 102.626 140.029 108.326C136.929 116.726 129.929 124.526 132.329 130.726C134.729 136.926 142.829 145.426 148.929 150.726C154.829 155.926 164.129 166.926 164.029 166.426Z" fill="url(#paint11_linear_4629_775)"/>
|
||||
<path d="M108.129 199.126C100.229 198.026 88.1291 195.526 80.6291 194.026C75.9291 193.126 81.4291 206.126 87.8291 209.526C93.3291 212.426 118.129 210.826 134.529 209.226C148.129 207.826 168.929 204.226 161.829 204.126C150.229 203.726 131.129 202.426 108.129 199.126Z" fill="url(#paint12_linear_4629_775)"/>
|
||||
<path d="M163.629 207.426C164.029 207.226 164.529 206.426 164.229 206.626C158.129 208.626 135.629 214.826 111.029 217.526C92.2292 219.526 88.2292 217.926 86.0292 218.926C83.4292 220.026 90.6292 229.826 106.729 228.926C125.129 227.826 153.129 214.226 163.629 207.426Z" fill="url(#paint13_linear_4629_775)"/>
|
||||
<path d="M90.5292 177.226C89.3292 177.226 89.3292 173.726 93.2292 172.026C93.2292 172.026 97.6292 166.426 106.429 168.126C112.529 169.326 122.229 174.826 120.929 174.526C116.329 173.426 96.3292 177.226 90.5292 177.226Z" fill="url(#paint14_linear_4629_775)"/>
|
||||
<path d="M179.629 194.626C179.629 194.226 183.529 188.126 188.629 161.026C191.829 144.226 191.029 129.426 190.529 126.526C190.229 124.426 197.429 128.626 197.529 136.526C197.629 142.226 196.329 165.026 186.029 185.526C181.829 194.026 179.629 195.126 179.629 194.626Z" fill="url(#paint15_linear_4629_775)"/>
|
||||
<path d="M194.529 173.526C194.429 173.726 194.029 173.626 194.129 173.426C196.229 168.826 201.929 149.226 203.129 134.326C203.629 128.526 203.629 123.826 204.329 122.326C205.029 120.526 209.429 115.526 210.429 114.926C212.529 113.726 211.529 126.026 206.829 141.326C204.029 150.826 198.229 167.026 194.529 173.526Z" fill="url(#paint16_linear_4629_775)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_4629_775" x1="49.9997" y1="84.6314" x2="126.703" y2="213.187" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#19D46A"/>
|
||||
<stop offset="1" stop-color="#0D00B5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_4629_775" x1="137.115" y1="226.067" x2="190.755" y2="105.47" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.000425658" stop-color="#D70066"/>
|
||||
<stop offset="1" stop-color="#0D00B5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_4629_775" x1="165.812" y1="110.885" x2="178.143" y2="199.088" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8890F4"/>
|
||||
<stop offset="0.2835" stop-color="#FFCFFD"/>
|
||||
<stop offset="0.6062" stop-color="#F4F0FE"/>
|
||||
<stop offset="0.7338" stop-color="#EFFFFF"/>
|
||||
<stop offset="1" stop-color="#75D9DD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_4629_775" x1="82.5454" y1="177.066" x2="173.477" y2="202.043" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.00507186" stop-color="#6F69F4"/>
|
||||
<stop offset="0.4148" stop-color="#FFCEAD"/>
|
||||
<stop offset="0.5961" stop-color="#EFEFB9"/>
|
||||
<stop offset="0.6727" stop-color="#E7FFBF"/>
|
||||
<stop offset="1" stop-color="#75D9DD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_4629_775" x1="120.656" y1="131.195" x2="183.797" y2="206.698" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.00507186" stop-color="#6F69F4"/>
|
||||
<stop offset="0.3821" stop-color="#FFAFFF"/>
|
||||
<stop offset="0.5127" stop-color="#F5D1E4"/>
|
||||
<stop offset="0.6727" stop-color="#E7FFBF"/>
|
||||
<stop offset="0.9718" stop-color="#75D9DD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_4629_775" x1="155.235" y1="97.0899" x2="149.664" y2="90.3277" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFA2FF"/>
|
||||
<stop offset="0.5569" stop-color="#FFFFB0"/>
|
||||
<stop offset="0.7133" stop-color="#DDFFCA"/>
|
||||
<stop offset="1" stop-color="#97FFFF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_4629_775" x1="147.529" y1="100.455" x2="142.542" y2="94.02" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFA2FF"/>
|
||||
<stop offset="0.5569" stop-color="#FFFFB0"/>
|
||||
<stop offset="0.7133" stop-color="#DDFFCA"/>
|
||||
<stop offset="1" stop-color="#97FFFF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_4629_775" x1="165.834" y1="95.5891" x2="158.095" y2="83.7515" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFA2FF"/>
|
||||
<stop offset="0.5569" stop-color="#FFFFB0"/>
|
||||
<stop offset="0.7133" stop-color="#DDFFCA"/>
|
||||
<stop offset="1" stop-color="#97FFFF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear_4629_775" x1="204.577" y1="106.047" x2="202.324" y2="100.006" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFA2FF"/>
|
||||
<stop offset="0.5569" stop-color="#FFFFB0"/>
|
||||
<stop offset="0.7133" stop-color="#DDFFCA"/>
|
||||
<stop offset="1" stop-color="#97FFFF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_4629_775" x1="198.54" y1="107.056" x2="196.25" y2="101.429" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFA2FF"/>
|
||||
<stop offset="0.5569" stop-color="#FFFFB0"/>
|
||||
<stop offset="0.7133" stop-color="#DDFFCA"/>
|
||||
<stop offset="1" stop-color="#97FFFF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_4629_775" x1="210.937" y1="104.861" x2="208.401" y2="96.2553" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFA2FF"/>
|
||||
<stop offset="0.5569" stop-color="#FFFFB0"/>
|
||||
<stop offset="0.7133" stop-color="#DDFFCA"/>
|
||||
<stop offset="1" stop-color="#97FFFF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear_4629_775" x1="167.808" y1="155.267" x2="133.72" y2="115.546" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.00507186" stop-color="#6F69F4"/>
|
||||
<stop offset="0.3291" stop-color="#FFD9AD"/>
|
||||
<stop offset="0.6346" stop-color="#EAFABD"/>
|
||||
<stop offset="0.6727" stop-color="#E7FFBF"/>
|
||||
<stop offset="1" stop-color="#75D9DD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_4629_775" x1="165.376" y1="206.257" x2="79.2543" y2="201.981" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.00507186" stop-color="#6F69F4"/>
|
||||
<stop offset="0.3302" stop-color="#FFECEC"/>
|
||||
<stop offset="0.5907" stop-color="#EDFACB"/>
|
||||
<stop offset="0.6727" stop-color="#E7FFBF"/>
|
||||
<stop offset="0.9718" stop-color="#75D9DD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear_4629_775" x1="85.4478" y1="220.341" x2="164.817" y2="216.145" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.00507186" stop-color="#6F69F4"/>
|
||||
<stop offset="0.3302" stop-color="#FFECEC"/>
|
||||
<stop offset="0.5907" stop-color="#EDFACB"/>
|
||||
<stop offset="0.6727" stop-color="#E7FFBF"/>
|
||||
<stop offset="0.9718" stop-color="#75D9DD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear_4629_775" x1="153.232" y1="186.551" x2="86.9228" y2="169.651" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.00507186" stop-color="#6F69F4"/>
|
||||
<stop offset="0.601" stop-color="#FFCEAD"/>
|
||||
<stop offset="0.707" stop-color="#EFEFB9"/>
|
||||
<stop offset="0.7518" stop-color="#E7FFBF"/>
|
||||
<stop offset="0.976" stop-color="#75D9DD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint15_linear_4629_775" x1="196.161" y1="125.694" x2="180.939" y2="202.727" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8890F4"/>
|
||||
<stop offset="0.4248" stop-color="#FFB8FD"/>
|
||||
<stop offset="0.5488" stop-color="#F4D9FE"/>
|
||||
<stop offset="0.6727" stop-color="#E7FFFF"/>
|
||||
<stop offset="1" stop-color="#75D9DD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint16_linear_4629_775" x1="194.758" y1="172.089" x2="209.302" y2="118.443" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.00507186" stop-color="#6F69F4"/>
|
||||
<stop offset="0.3291" stop-color="#FFCEAD"/>
|
||||
<stop offset="0.5707" stop-color="#EFEFB9"/>
|
||||
<stop offset="0.6727" stop-color="#E7FFBF"/>
|
||||
<stop offset="1" stop-color="#75D9DD"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 22 KiB |
@ -1,5 +1,10 @@
|
||||
# SAT CogVideoX-2B
|
||||
|
||||
[中文阅读](./README_zh.md)
|
||||
|
||||
[日本語で読む](./README_ja.md)
|
||||
|
||||
|
||||
This folder contains the inference code using [SAT](https://github.com/THUDM/SwissArmyTransformer) weights and the
|
||||
fine-tuning code for SAT weights.
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
# SAT CogVideoX-2B
|
||||
|
||||
[Read this in English.](./README_zh)
|
||||
|
||||
[中文阅读](./README_zh.md)
|
||||
|
||||
このフォルダには、[SAT](https://github.com/THUDM/SwissArmyTransformer) ウェイトを使用した推論コードと、SAT
|
||||
ウェイトのファインチューニングコードが含まれています。
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
# SAT CogVideoX-2B
|
||||
|
||||
[Read this in English.](./README_zh)
|
||||
|
||||
[日本語で読む](./README_ja.md)
|
||||
|
||||
本文件夹包含了使用 [SAT](https://github.com/THUDM/SwissArmyTransformer) 权重的推理代码,以及 SAT 权重的微调代码。
|
||||
|
||||
该代码是团队训练模型时使用的框架。注释较少,需要认真研究。
|
||||
|
Loading…
x
Reference in New Issue
Block a user