refactor(license): update
Browse files
LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
MIT License
|
2 |
|
3 |
-
Copyright (c) 2024 XiMing Xing
|
4 |
|
5 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
of this software and associated documentation files (the "Software"), to deal
|
|
|
1 |
MIT License
|
2 |
|
3 |
+
Copyright (c) 2024–2025 XiMing Xing
|
4 |
|
5 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
of this software and associated documentation files (the "Software"), to deal
|
README.md
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
# SVGDreamer: Text Guided SVG Generation with Diffusion Model
|
2 |
|
3 |
-
[](https://arxiv.org/abs/2312.16476)
|
4 |
-
[](https://arxiv.org/abs/2312.16476)
|
5 |
-
[](https://ximinng.github.io/SVGDreamer-project/)
|
6 |
-
[](https://huggingface.co/blog/xingxm/svgdreamer)
|
7 |
-
[](https://zhuanlan.zhihu.com/p/687525994)
|
8 |
|
9 |
This repository contains the official implementation of our CVPR 2024 paper, "SVGDreamer: Text-Guided SVG Generation
|
10 |
with Diffusion Model." The method leverages a diffusion-based approach to produce high-quality SVGs guided by text
|
|
|
1 |
# SVGDreamer: Text Guided SVG Generation with Diffusion Model
|
2 |
|
3 |
+
[](https://arxiv.org/abs/2312.16476) [](https://arxiv.org/abs/2312.16476) [](https://ximinng.github.io/SVGDreamer-project/) [](https://huggingface.co/blog/xingxm/svgdreamer) [](https://zhuanlan.zhihu.com/p/687525994)
|
|
|
|
|
|
|
|
|
4 |
|
5 |
This repository contains the official implementation of our CVPR 2024 paper, "SVGDreamer: Text-Guided SVG Generation
|
6 |
with Diffusion Model." The method leverages a diffusion-based approach to produce high-quality SVGs guided by text
|