Text to render
Example
witch
Automatically downloads the onnx and prototxt files on the first run. It is necessary to be connected to the Internet while downloading.
Since ailia doesn't support anything v3.0 due to file size of weights, you have to use --onnx
option.
For the sample image,
$ python3 anything_v3.py --onnx
If you want to specify the input text, put the text after the --input
option.
$ python3 anything_v3 --onnx --input TEXT
Python 3.9.12
Pytorch 1.12.0
transformers 4.25.1
diffusers 0.11.0
ONNX opset=14