Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aiden1020/comfyui_artcoder

A custom ComfyUI node designed to create Animate QR Video.
https://github.com/aiden1020/comfyui_artcoder

comfyui comfyui-nodes qrcode

Last synced: 3 days ago
JSON representation

A custom ComfyUI node designed to create Animate QR Video.

Awesome Lists containing this project

README

        

# ComfyUI_Artcoder
This project is a custom node for ComfyUI that uses [ArtCoder](https://arxiv.org/abs/2011.07815) [CVPR 2021] to refine videos generated by [AnimateDiff](https://arxiv.org/abs/2307.04725) [ICLR2024 Spotlight] or the other video. The node is to transform these videos into functional QR code videos that can be scanned.

## Some demo workflow
Artcoder
[Artcoder.json](workflow/Artcoder.json)
![alt text](workflow_demo/artcoder_workflow.png)

## Artcoder Params
content_images: Images generate by AnimateDiff

qr_image: QR code image

style_image: Style image

content_scaling: scaling for content

qr_scaling: scaling for scanablity

style_scaling: scaling for style

iteration: ArtCoder refinement iterations
## Citation
Reference for unofficial ArtCoder implement
```bibtex
@misc{liao2024artcoder,
title = {A PyTorch implementation of ArtCoder},
author = {Jia-Wei Liao},
url = {https://github.com/jwliao1209/ArtCoder},
year = {2024}
}
```
Reference for the original paper Artcoder: an end-to-end method for generating scanning-robust stylized qr codes
```bibtex
@inproceedings{su2021artcoder,
title = {Artcoder: an end-to-end method for generating scanning-robust stylized qr codes},
author = {Hao Su, Jianwei Niu, Xuefeng Liu, Qingfeng Li, Ji Wan, Mingliang Xu, Tao Ren},
booktitle = {CVPR},
year = {2021}
}
```