towhee
/
anime-transfer
copied
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions
Updated 1 year ago
towhee
Pipeline: Anime-Transfer
Overview
The pipeline is used to animate images. It uses the AnimeGanV2 to cartoonize the images.
Interface
Input Arguments:
- source
- image soure for input image, defauts to 'upload', you can also switch to 'webcam'.
- supported types: str
Pipeline Output: The pipeline returns a tuple Tuple[('imp_path', str)] containing following fields:
- img_path:
- The input image path
- data type: str
How to use
- Install Towhee
$ pip3 install towhee
You can refer to Getting Started with Towhee for more details. If you have any questions, you can submit an issue to the towhee repository.
- Run it with Towhee
>>> from towhee import pipeline
>>> embedding_pipeline = pipeline('towhee/anime-transfer')
>>> embedding = embedding_pipeline('webcam') # The way users upload image, default being 'upload'.
| 3 Commits | ||
---|---|---|---|
|
3.0 KiB
|
1 year ago | |
|
943 B
|
1 year ago | |
|
2.6 KiB
|
1 year ago |