├── Installation_Guide.md ├── LICENSE ├── OmniSVG ├── .gitignore ├── LICENSE ├── Qwen2.5-VL-3B-Instruct │ ├── LICENSE │ ├── README.md │ ├── chat_template.json │ ├── config.json │ ├── generation_config.json │ ├── merges.txt │ ├── model.safetensors.index.json │ ├── preprocessor_config.json │ ├── tokenizer.json │ ├── tokenizer_config.json │ └── vocab.json ├── Qwen2.5-VL-7B-Instruct │ ├── chat_template.json │ ├── config.json │ ├── generation_config.json │ ├── merges.txt │ ├── model.safetensors.index.json │ ├── preprocessor_config.json │ ├── tokenizer.json │ ├── tokenizer_config.json │ └── vocab.json ├── README.md ├── app.py ├── assets │ ├── OmniSVG-demo-gen-proc-anime-1080.gif │ ├── OmniSVG-demo-gen-proc-icon-1080.gif │ ├── OmniSVG-demo-gen-proc-illustration-1080.gif │ ├── commands.png │ └── omnisvg-teaser.gif ├── config.yaml ├── data │ ├── convert_svg2png.py │ └── examples │ │ ├── png │ │ ├── example.png │ │ ├── example_1.png │ │ └── example_2.png │ │ └── svg │ │ ├── example.svg │ │ ├── example_1.svg │ │ └── example_2.svg ├── decoder.py ├── deepsvg │ ├── __init__.py │ ├── config.py │ ├── difflib │ │ ├── loss.py │ │ ├── tensor.py │ │ └── utils.py │ ├── gui │ │ ├── README.md │ │ ├── __init__.py │ │ ├── config.py │ │ ├── deepsvg.kv │ │ ├── interpolate.py │ │ ├── layout │ │ │ ├── __init__.py │ │ │ └── aligned_textinput.py │ │ ├── main.py │ │ ├── res │ │ │ ├── down.png │ │ │ ├── hand.png │ │ │ ├── hand.svg │ │ │ ├── pause.png │ │ │ ├── pen.png │ │ │ ├── pen.svg │ │ │ ├── pencil.png │ │ │ ├── pencil.svg │ │ │ ├── play.png │ │ │ ├── play.svg │ │ │ ├── switch.png │ │ │ └── up.png │ │ ├── state │ │ │ ├── __init__.py │ │ │ ├── project.py │ │ │ └── state.py │ │ └── utils.py │ ├── model │ │ ├── basic_blocks.py │ │ ├── config.py │ │ ├── layers │ │ │ ├── __init__.py │ │ │ ├── attention.py │ │ │ ├── functional.py │ │ │ ├── improved_transformer.py │ │ │ ├── positional_encoding.py │ │ │ ├── transformer.py │ │ │ └── utils.py │ │ ├── loss.py │ │ ├── model.py │ │ ├── utils.py │ │ └── vector_quantize_pytorch.py │ ├── schedulers │ │ └── warmup.py │ ├── svg_dataset.py │ ├── svglib │ │ ├── __init__.py │ │ ├── geom.py │ │ ├── svg.py │ │ ├── svg_command.py │ │ ├── svg_path.py │ │ ├── svg_primitive.py │ │ ├── util_fns.py │ │ └── utils.py │ ├── svgtensor_dataset.py │ ├── utils │ │ ├── __init__.py │ │ ├── bits.py │ │ ├── ema.py │ │ ├── global_var.py │ │ ├── stats.py │ │ ├── timer.py │ │ ├── train_utils.py │ │ ├── train_vars.py │ │ └── utils.py │ └── visualize.py ├── examples.txt ├── examples │ ├── 0072055d-56df-4737-965c-e8e80ffda64c_origin_raw.png │ ├── 00cad6de-0ea3-4334-b671-9377664d6262_origin_raw.png │ ├── 0119648d-d894-4ae1-b684-43b8b2b2c3b8_origin_raw.png │ ├── 019026e9-a50b-4fe9-9e2f-37c7f56d7e53_origin_raw.png │ ├── 020dab2d-b2d6-4ac0-8a1d-48f565268a2a_origin_raw.png │ ├── 0962f313-38cb-4d8f-a5fb-febf313fc447_origin_raw.png │ ├── 098f7dd6-50a7-4a40-a25b-d1bd1f00ab8c_origin.png │ ├── 09d6bd3b-5bb8-4d93-8142-1ebcce1b5355_origin_raw.png │ ├── 0d73a0e3-42bd-4f37-9e13-b6fbd6664a03_origin.png │ ├── 0d7f0615-6637-4376-bc4d-d1cf65e98496_origin.png │ ├── 1c030ccf-9159-48ae-883d-86ea7cfbb1c5_origin_raw.png │ ├── 1f802356-20ed-48f0-92f1-f9db8c4c3418_origin.png │ ├── 293e79d2-0d2a-4080-aa8c-0b41048349fd_origin.png │ ├── 2a2970f2-5186-4f2e-bfd6-c8e2d3aa08e5_origin.png │ ├── 2c0928ca-ed77-4d57-92e7-ac2ebafa43e5_origin.png │ ├── 2e37a2ad-a1ae-42a1-a5cd-1d45dfad5f8b_origin_raw.png │ ├── 2e3b152b-62ba-4963-ab67-72a12a2bd64c_origin_raw.png │ ├── 2e568820-9e8e-41e6-b553-a9531b453276_origin_raw.png │ ├── 2eaee0a4-de40-46e1-868d-887cd7253b8e_origin_raw.png │ ├── 386f9759-774f-44cf-99ee-b52013e6f0b8_origin_raw.png │ ├── 38bdaf08-e2ae-4b9e-98d5-f5043d4ac8b2_origin_raw.png │ ├── 38de933c-9d52-44c3-b0dd-b4b8ef44793a_origin_raw.png │ ├── 38ed2d4c-2b74-4f62-b687-d47cb5bc0160_origin_raw.png │ ├── 3921aa3d-0bdf-4ee0-9804-aaba53474c44_origin_raw.png │ ├── 3bf29201-05ef-4388-991a-d368428d5e7c_origin.png │ ├── 3f2abf39-57be-440d-9595-77ef1a3f9a1c_origin.png │ ├── 4218c8ec-afc5-4305-8d83-09788f1d4d7f_origin_raw.png │ ├── 4236288c-6b57-4c6f-857d-c6578cb3108c_origin.png │ ├── 4236288c-6b57-4c6f-857d-c6578cb3108c_origin_raw.png │ ├── 4afdaa84-1964-467d-a7a4-74076ad69fbc_origin.png │ ├── 4b7ad9e9-2de0-4676-b2f6-f3f4a3610735_origin_raw.png │ ├── 4ba27b6e-8f32-4c0c-bd07-8653723bc37d_origin.png │ ├── 4edba376-f1e1-455d-b917-21f832b0366f_origin.png │ ├── 8daee7d9-2099-4294-ae70-3b58deaaaca5_origin_raw.png │ ├── 8dc3eceb-ae41-45a6-ab3f-515607753bb9_origin_raw.png │ ├── 8ed03ff8-6a53-4c28-88e0-99aa8255f393_origin_raw.png │ ├── 8eda93c6-6d2b-4ca5-8059-2a9cc6eb9e65_origin_raw.png │ ├── 8f0a5131-b4e5-477e-ab11-8a7d21857e82_origin_raw.png │ ├── 9886c45a-1e40-4405-989e-24b50bd0cf36_origin_raw.png │ ├── 9fe3dd79-1c58-47ba-b558-a2f7d081b380_origin_raw.png │ └── a000c33c-da47-4bab-acdd-73a386bcc472_origin_raw.png ├── inference.py ├── requirements.txt ├── tokenizer.py └── util.py ├── OmniSVG_node.py ├── README.md ├── __init__.py ├── __pycache__ ├── OmniSVG_node.cpython-311.pyc ├── __init__.cpython-311.pyc └── node_utils.cpython-311.pyc ├── example_workflows ├── example.png ├── example_.png └── omnisvg.json ├── node_utils.py ├── pyproject.toml └── requirements.txt /Installation_Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/Installation_Guide.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/LICENSE -------------------------------------------------------------------------------- /OmniSVG/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/.gitignore -------------------------------------------------------------------------------- /OmniSVG/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/LICENSE -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/LICENSE -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/README.md -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/chat_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/chat_template.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/config.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/generation_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/generation_config.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/merges.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/merges.txt -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/model.safetensors.index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/model.safetensors.index.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/preprocessor_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/preprocessor_config.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/tokenizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/tokenizer.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/tokenizer_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/tokenizer_config.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-3B-Instruct/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-3B-Instruct/vocab.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-7B-Instruct/chat_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-7B-Instruct/chat_template.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-7B-Instruct/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-7B-Instruct/config.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-7B-Instruct/generation_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-7B-Instruct/generation_config.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-7B-Instruct/merges.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-7B-Instruct/merges.txt -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-7B-Instruct/model.safetensors.index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-7B-Instruct/model.safetensors.index.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-7B-Instruct/preprocessor_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-7B-Instruct/preprocessor_config.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-7B-Instruct/tokenizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-7B-Instruct/tokenizer.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-7B-Instruct/tokenizer_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-7B-Instruct/tokenizer_config.json -------------------------------------------------------------------------------- /OmniSVG/Qwen2.5-VL-7B-Instruct/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/Qwen2.5-VL-7B-Instruct/vocab.json -------------------------------------------------------------------------------- /OmniSVG/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/README.md -------------------------------------------------------------------------------- /OmniSVG/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/app.py -------------------------------------------------------------------------------- /OmniSVG/assets/OmniSVG-demo-gen-proc-anime-1080.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/assets/OmniSVG-demo-gen-proc-anime-1080.gif -------------------------------------------------------------------------------- /OmniSVG/assets/OmniSVG-demo-gen-proc-icon-1080.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/assets/OmniSVG-demo-gen-proc-icon-1080.gif -------------------------------------------------------------------------------- /OmniSVG/assets/OmniSVG-demo-gen-proc-illustration-1080.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/assets/OmniSVG-demo-gen-proc-illustration-1080.gif -------------------------------------------------------------------------------- /OmniSVG/assets/commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/assets/commands.png -------------------------------------------------------------------------------- /OmniSVG/assets/omnisvg-teaser.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/assets/omnisvg-teaser.gif -------------------------------------------------------------------------------- /OmniSVG/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/config.yaml -------------------------------------------------------------------------------- /OmniSVG/data/convert_svg2png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/data/convert_svg2png.py -------------------------------------------------------------------------------- /OmniSVG/data/examples/png/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/data/examples/png/example.png -------------------------------------------------------------------------------- /OmniSVG/data/examples/png/example_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/data/examples/png/example_1.png -------------------------------------------------------------------------------- /OmniSVG/data/examples/png/example_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/data/examples/png/example_2.png -------------------------------------------------------------------------------- /OmniSVG/data/examples/svg/example.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/data/examples/svg/example.svg -------------------------------------------------------------------------------- /OmniSVG/data/examples/svg/example_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/data/examples/svg/example_1.svg -------------------------------------------------------------------------------- /OmniSVG/data/examples/svg/example_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/data/examples/svg/example_2.svg -------------------------------------------------------------------------------- /OmniSVG/decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/decoder.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OmniSVG/deepsvg/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/config.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/difflib/loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/difflib/loss.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/difflib/tensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/difflib/tensor.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/difflib/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/difflib/utils.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/README.md: -------------------------------------------------------------------------------- 1 | # DeepSVG Editor: a GUI for easy SVG animation 2 | 3 | -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/config.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/deepsvg.kv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/deepsvg.kv -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/interpolate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/interpolate.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/layout/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/layout/aligned_textinput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/layout/aligned_textinput.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/main.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/down.png -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/hand.png -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/hand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/hand.svg -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/pause.png -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/pen.png -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/pen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/pen.svg -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/pencil.png -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/pencil.svg -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/play.png -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/play.svg -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/switch.png -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/res/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/res/up.png -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/state/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/state/project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/state/project.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/state/state.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/state/state.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/gui/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/gui/utils.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/basic_blocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/basic_blocks.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/config.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/layers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/layers/attention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/layers/attention.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/layers/functional.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/layers/functional.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/layers/improved_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/layers/improved_transformer.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/layers/positional_encoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/layers/positional_encoding.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/layers/transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/layers/transformer.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/layers/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/layers/utils.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/loss.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/model.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/utils.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/model/vector_quantize_pytorch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/model/vector_quantize_pytorch.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/schedulers/warmup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/schedulers/warmup.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/svg_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/svg_dataset.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/svglib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OmniSVG/deepsvg/svglib/geom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/svglib/geom.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/svglib/svg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/svglib/svg.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/svglib/svg_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/svglib/svg_command.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/svglib/svg_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/svglib/svg_path.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/svglib/svg_primitive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/svglib/svg_primitive.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/svglib/util_fns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/svglib/util_fns.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/svglib/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/svglib/utils.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/svgtensor_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/svgtensor_dataset.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/utils/__init__.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/utils/bits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/utils/bits.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/utils/ema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/utils/ema.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/utils/global_var.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/utils/global_var.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/utils/stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/utils/stats.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/utils/timer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/utils/timer.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/utils/train_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/utils/train_utils.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/utils/train_vars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/utils/train_vars.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/utils/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/utils/utils.py -------------------------------------------------------------------------------- /OmniSVG/deepsvg/visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/deepsvg/visualize.py -------------------------------------------------------------------------------- /OmniSVG/examples.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples.txt -------------------------------------------------------------------------------- /OmniSVG/examples/0072055d-56df-4737-965c-e8e80ffda64c_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/0072055d-56df-4737-965c-e8e80ffda64c_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/00cad6de-0ea3-4334-b671-9377664d6262_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/00cad6de-0ea3-4334-b671-9377664d6262_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/0119648d-d894-4ae1-b684-43b8b2b2c3b8_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/0119648d-d894-4ae1-b684-43b8b2b2c3b8_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/019026e9-a50b-4fe9-9e2f-37c7f56d7e53_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/019026e9-a50b-4fe9-9e2f-37c7f56d7e53_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/020dab2d-b2d6-4ac0-8a1d-48f565268a2a_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/020dab2d-b2d6-4ac0-8a1d-48f565268a2a_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/0962f313-38cb-4d8f-a5fb-febf313fc447_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/0962f313-38cb-4d8f-a5fb-febf313fc447_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/098f7dd6-50a7-4a40-a25b-d1bd1f00ab8c_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/098f7dd6-50a7-4a40-a25b-d1bd1f00ab8c_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/09d6bd3b-5bb8-4d93-8142-1ebcce1b5355_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/09d6bd3b-5bb8-4d93-8142-1ebcce1b5355_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/0d73a0e3-42bd-4f37-9e13-b6fbd6664a03_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/0d73a0e3-42bd-4f37-9e13-b6fbd6664a03_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/0d7f0615-6637-4376-bc4d-d1cf65e98496_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/0d7f0615-6637-4376-bc4d-d1cf65e98496_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/1c030ccf-9159-48ae-883d-86ea7cfbb1c5_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/1c030ccf-9159-48ae-883d-86ea7cfbb1c5_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/1f802356-20ed-48f0-92f1-f9db8c4c3418_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/1f802356-20ed-48f0-92f1-f9db8c4c3418_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/293e79d2-0d2a-4080-aa8c-0b41048349fd_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/293e79d2-0d2a-4080-aa8c-0b41048349fd_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/2a2970f2-5186-4f2e-bfd6-c8e2d3aa08e5_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/2a2970f2-5186-4f2e-bfd6-c8e2d3aa08e5_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/2c0928ca-ed77-4d57-92e7-ac2ebafa43e5_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/2c0928ca-ed77-4d57-92e7-ac2ebafa43e5_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/2e37a2ad-a1ae-42a1-a5cd-1d45dfad5f8b_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/2e37a2ad-a1ae-42a1-a5cd-1d45dfad5f8b_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/2e3b152b-62ba-4963-ab67-72a12a2bd64c_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/2e3b152b-62ba-4963-ab67-72a12a2bd64c_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/2e568820-9e8e-41e6-b553-a9531b453276_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/2e568820-9e8e-41e6-b553-a9531b453276_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/2eaee0a4-de40-46e1-868d-887cd7253b8e_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/2eaee0a4-de40-46e1-868d-887cd7253b8e_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/386f9759-774f-44cf-99ee-b52013e6f0b8_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/386f9759-774f-44cf-99ee-b52013e6f0b8_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/38bdaf08-e2ae-4b9e-98d5-f5043d4ac8b2_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/38bdaf08-e2ae-4b9e-98d5-f5043d4ac8b2_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/38de933c-9d52-44c3-b0dd-b4b8ef44793a_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/38de933c-9d52-44c3-b0dd-b4b8ef44793a_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/38ed2d4c-2b74-4f62-b687-d47cb5bc0160_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/38ed2d4c-2b74-4f62-b687-d47cb5bc0160_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/3921aa3d-0bdf-4ee0-9804-aaba53474c44_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/3921aa3d-0bdf-4ee0-9804-aaba53474c44_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/3bf29201-05ef-4388-991a-d368428d5e7c_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/3bf29201-05ef-4388-991a-d368428d5e7c_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/3f2abf39-57be-440d-9595-77ef1a3f9a1c_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/3f2abf39-57be-440d-9595-77ef1a3f9a1c_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/4218c8ec-afc5-4305-8d83-09788f1d4d7f_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/4218c8ec-afc5-4305-8d83-09788f1d4d7f_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/4236288c-6b57-4c6f-857d-c6578cb3108c_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/4236288c-6b57-4c6f-857d-c6578cb3108c_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/4236288c-6b57-4c6f-857d-c6578cb3108c_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/4236288c-6b57-4c6f-857d-c6578cb3108c_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/4afdaa84-1964-467d-a7a4-74076ad69fbc_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/4afdaa84-1964-467d-a7a4-74076ad69fbc_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/4b7ad9e9-2de0-4676-b2f6-f3f4a3610735_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/4b7ad9e9-2de0-4676-b2f6-f3f4a3610735_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/4ba27b6e-8f32-4c0c-bd07-8653723bc37d_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/4ba27b6e-8f32-4c0c-bd07-8653723bc37d_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/4edba376-f1e1-455d-b917-21f832b0366f_origin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/4edba376-f1e1-455d-b917-21f832b0366f_origin.png -------------------------------------------------------------------------------- /OmniSVG/examples/8daee7d9-2099-4294-ae70-3b58deaaaca5_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/8daee7d9-2099-4294-ae70-3b58deaaaca5_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/8dc3eceb-ae41-45a6-ab3f-515607753bb9_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/8dc3eceb-ae41-45a6-ab3f-515607753bb9_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/8ed03ff8-6a53-4c28-88e0-99aa8255f393_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/8ed03ff8-6a53-4c28-88e0-99aa8255f393_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/8eda93c6-6d2b-4ca5-8059-2a9cc6eb9e65_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/8eda93c6-6d2b-4ca5-8059-2a9cc6eb9e65_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/8f0a5131-b4e5-477e-ab11-8a7d21857e82_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/8f0a5131-b4e5-477e-ab11-8a7d21857e82_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/9886c45a-1e40-4405-989e-24b50bd0cf36_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/9886c45a-1e40-4405-989e-24b50bd0cf36_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/9fe3dd79-1c58-47ba-b558-a2f7d081b380_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/9fe3dd79-1c58-47ba-b558-a2f7d081b380_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/examples/a000c33c-da47-4bab-acdd-73a386bcc472_origin_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/examples/a000c33c-da47-4bab-acdd-73a386bcc472_origin_raw.png -------------------------------------------------------------------------------- /OmniSVG/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/inference.py -------------------------------------------------------------------------------- /OmniSVG/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/requirements.txt -------------------------------------------------------------------------------- /OmniSVG/tokenizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/tokenizer.py -------------------------------------------------------------------------------- /OmniSVG/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG/util.py -------------------------------------------------------------------------------- /OmniSVG_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/OmniSVG_node.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | 2 | from .OmniSVG_node import * 3 | 4 | 5 | -------------------------------------------------------------------------------- /__pycache__/OmniSVG_node.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/__pycache__/OmniSVG_node.cpython-311.pyc -------------------------------------------------------------------------------- /__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /__pycache__/node_utils.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/__pycache__/node_utils.cpython-311.pyc -------------------------------------------------------------------------------- /example_workflows/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/example_workflows/example.png -------------------------------------------------------------------------------- /example_workflows/example_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/example_workflows/example_.png -------------------------------------------------------------------------------- /example_workflows/omnisvg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/example_workflows/omnisvg.json -------------------------------------------------------------------------------- /node_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/node_utils.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smthemex/ComfyUI_OmniSVG/HEAD/requirements.txt --------------------------------------------------------------------------------