kamangir / aiart

🎨 tools for aiart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎨 aiart (articraft)

🎨 aiart is a collection of command interfaces to OpenAI, DALL-E, Stable Diffusion, and ComfyUI. aiart can ingest text and poetry from allpoetry.com, medium, and poetryfoundation.org.

pip install articraft

πŸ”· ComfyUI πŸ”· 🎨 aiart πŸ”· APIs πŸ”·


ComfyUI

open two image terminals on an instance such as ml.g4dn.xlarge in SageMaker, and 🌱 seed them,

# terminal 1
@seed sagemaker eval - comfy start install

image

# terminal 2
@seed sagemaker eval - comfy tunnel

image

you will see a url that ends with ngrok-free.app, click on it. ComfyUI should open.

image

ComfyUI is based on these instructions.


aiart

 > aiart help
aiart generate image \
	[app=blue_stability|openai_commands,~dryrun,height=<576>,~sign,~tag,width=<768>] \
	[<image>] [<previous-image>] \
	["<prompt>"] \
	[-]
 . <prompt> -[<previous-image>]-> <image>.png.
stable diffusion OpenAI commands DALL-E
image image image image image

PyPI version

an πŸš€ awesome-bash-cli (abcli) plugin.

About

🎨 tools for aiart.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Shell 43.7%Language:Python 38.6%Language:Jupyter Notebook 10.8%Language:HTML 6.8%