articraft


Namearticraft JSON
Version 2.79.1 PyPI version JSON
download
home_pagehttps://github.com/kamangir/aiart
Summary🎨 tools for ai artists.
upload_time2024-10-13 20:01:04
maintainerNone
docs_urlNone
authorArash Abadpour (Kamangir)
requires_pythonNone
licensePublic Domain
keywords
VCS
bugtrack_url
requirements blueness abcli beautifulsoup4 boto3 folium geojson geopandas matplotlib opencv-python pymysql pyyaml pylint pyngrok pytest python-dotenv requests tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🎨 aiart (`articraft`)

🎨 `aiart` is a collection of command interfaces to [OpenAI](https://github.com/kamangir/openai-commands), [DALL-E](https://github.com/kamangir/openai-commands/blob/main/.abcli/DALLE.sh), [Stable Diffusion](https://github.com/kamangir/blue-stability), and [ComfyUI](https://github.com/comfyanonymous/ComfyUI). `aiart` can ingest [text and poetry](https://github.com/kamangir/aiart/blob/main/aiart/html/functions.py) from [allpoetry.com](https://allpoetry.com/), [medium](https://medium.com/), and [poetryfoundation.org](https://www.poetryfoundation.org/).

```bash
pip install articraft
```

🔷 [ComfyUI](#ComfyUI) 🔷 🎨 [`aiart`](#aiart) 🔷 [APIs](https://raw.githubusercontent.com/kamangir/aiart/main/APIs.yaml) 🔷

---

## ComfyUI

open two image terminals on an instance such as `ml.g4dn.xlarge` in [SageMaker](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md), and 🌱 [seed](https://github.com/kamangir/awesome-bash-cli/blob/current/abcli/.abcli/plugins/seed.sh) them,

```bash
# terminal 1
@seed sagemaker eval - comfy start install
```

![image](https://github.com/kamangir/assets/blob/main/aiart/ComfyUI/start.png?raw=true)

```bash
# terminal 2
@seed sagemaker eval - comfy tunnel
```

![image](https://github.com/kamangir/assets/blob/main/aiart/ComfyUI/tunnel.png?raw=true)

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

![image](https://github.com/kamangir/assets/blob/main/aiart/ComfyUI/ui.png?raw=true)

[ComfyUI](https://raw.githubusercontent.com/kamangir/aiart/main/articraft/.abcli/ComfyUI.sh) is based on [these instructions](https://medium.com/@dminhk/3-easy-steps-to-run-comfyui-on-amazon-sagemaker-notebook-c9bdb226c15e).

---

## aiart

```bash
 > 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](https://github.com/kamangir/blue-stability)                                   |                                                                                                 | [OpenAI commands](https://github.com/kamangir/openai-commands)                                    |                                                                                                  | [DALL-E](https://github.com/kamangir/openai-commands/blob/main/.abcli/DALLE.sh)        |
| ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
| ![image](https://raw.githubusercontent.com/kamangir/blue-stability/main/assets/carrot.png?raw=1) | ![image](https://raw.githubusercontent.com/kamangir/blue-stability/main/assets/minds.gif?raw=1) | ![image](https://raw.githubusercontent.com/kamangir/openai-commands/main/assets/carrot.png?raw=1) | ![image](https://raw.githubusercontent.com/kamangir/openai-commands/main/assets/minds.gif?raw=1) | ![image](https://github.com/kamangir/openai-commands/raw/main/assets/DALL-E.png?raw=1) |

---

[![PyPI version](https://img.shields.io/pypi/v/articraft.svg)](https://pypi.org/project/articraft/)

an 🪄 [`awesome-bash-cli`](https://github.com/kamangir/awesome-bash-cli) (`abcli`) plugin.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kamangir/aiart",
    "name": "articraft",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Arash Abadpour (Kamangir)",
    "author_email": "arash@kamangir.net",
    "download_url": "https://files.pythonhosted.org/packages/5a/53/956d2779b99ec75d56141954e8d74f78cb723f3f8ece3cd82833ea9fb66f/articraft-2.79.1.tar.gz",
    "platform": null,
    "description": "# \ud83c\udfa8 aiart (`articraft`)\n\n\ud83c\udfa8 `aiart` is a collection of command interfaces to [OpenAI](https://github.com/kamangir/openai-commands), [DALL-E](https://github.com/kamangir/openai-commands/blob/main/.abcli/DALLE.sh), [Stable Diffusion](https://github.com/kamangir/blue-stability), and [ComfyUI](https://github.com/comfyanonymous/ComfyUI). `aiart` can ingest [text and poetry](https://github.com/kamangir/aiart/blob/main/aiart/html/functions.py) from [allpoetry.com](https://allpoetry.com/), [medium](https://medium.com/), and [poetryfoundation.org](https://www.poetryfoundation.org/).\n\n```bash\npip install articraft\n```\n\n\ud83d\udd37 [ComfyUI](#ComfyUI) \ud83d\udd37 \ud83c\udfa8 [`aiart`](#aiart) \ud83d\udd37 [APIs](https://raw.githubusercontent.com/kamangir/aiart/main/APIs.yaml) \ud83d\udd37\n\n---\n\n## ComfyUI\n\nopen two image terminals on an instance such as `ml.g4dn.xlarge` in [SageMaker](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md), and \ud83c\udf31 [seed](https://github.com/kamangir/awesome-bash-cli/blob/current/abcli/.abcli/plugins/seed.sh) them,\n\n```bash\n# terminal 1\n@seed sagemaker eval - comfy start install\n```\n\n![image](https://github.com/kamangir/assets/blob/main/aiart/ComfyUI/start.png?raw=true)\n\n```bash\n# terminal 2\n@seed sagemaker eval - comfy tunnel\n```\n\n![image](https://github.com/kamangir/assets/blob/main/aiart/ComfyUI/tunnel.png?raw=true)\n\nyou will see a url that ends with `ngrok-free.app`, click on it. ComfyUI should open.\n\n![image](https://github.com/kamangir/assets/blob/main/aiart/ComfyUI/ui.png?raw=true)\n\n[ComfyUI](https://raw.githubusercontent.com/kamangir/aiart/main/articraft/.abcli/ComfyUI.sh) is based on [these instructions](https://medium.com/@dminhk/3-easy-steps-to-run-comfyui-on-amazon-sagemaker-notebook-c9bdb226c15e).\n\n---\n\n## aiart\n\n```bash\n > aiart help\naiart generate image \\\n\t[app=blue_stability|openai_commands,~dryrun,height=<576>,~sign,~tag,width=<768>] \\\n\t[<image>] [<previous-image>] \\\n\t[\"<prompt>\"] \\\n\t[-]\n . <prompt> -[<previous-image>]-> <image>.png.\n```\n\n| [stable diffusion](https://github.com/kamangir/blue-stability)                                   |                                                                                                 | [OpenAI commands](https://github.com/kamangir/openai-commands)                                    |                                                                                                  | [DALL-E](https://github.com/kamangir/openai-commands/blob/main/.abcli/DALLE.sh)        |\n| ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |\n| ![image](https://raw.githubusercontent.com/kamangir/blue-stability/main/assets/carrot.png?raw=1) | ![image](https://raw.githubusercontent.com/kamangir/blue-stability/main/assets/minds.gif?raw=1) | ![image](https://raw.githubusercontent.com/kamangir/openai-commands/main/assets/carrot.png?raw=1) | ![image](https://raw.githubusercontent.com/kamangir/openai-commands/main/assets/minds.gif?raw=1) | ![image](https://github.com/kamangir/openai-commands/raw/main/assets/DALL-E.png?raw=1) |\n\n---\n\n[![PyPI version](https://img.shields.io/pypi/v/articraft.svg)](https://pypi.org/project/articraft/)\n\nan \ud83e\ude84 [`awesome-bash-cli`](https://github.com/kamangir/awesome-bash-cli) (`abcli`) plugin.\n",
    "bugtrack_url": null,
    "license": "Public Domain",
    "summary": "\ud83c\udfa8 tools for ai artists.",
    "version": "2.79.1",
    "project_urls": {
        "Homepage": "https://github.com/kamangir/aiart"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ea3553614a9a0dcd9aad164ce172ab86b8e51b295fc009136b62eafac621da1",
                "md5": "4e350df50846e28e0ed9f471dbe30a8b",
                "sha256": "a44ecac9ff38e85f1aebe69834cc64a49db349fc9fbb5e196001ecb9ebd22642"
            },
            "downloads": -1,
            "filename": "articraft-2.79.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e350df50846e28e0ed9f471dbe30a8b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16233,
            "upload_time": "2024-10-13T20:01:03",
            "upload_time_iso_8601": "2024-10-13T20:01:03.345193Z",
            "url": "https://files.pythonhosted.org/packages/2e/a3/553614a9a0dcd9aad164ce172ab86b8e51b295fc009136b62eafac621da1/articraft-2.79.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a53956d2779b99ec75d56141954e8d74f78cb723f3f8ece3cd82833ea9fb66f",
                "md5": "b37da82fa100979cd6e366edb74cb58a",
                "sha256": "cdadf8f09e7c947f88568bbb2b7045e9c4c389036320c7d3cd5ad2bd9e3a125c"
            },
            "downloads": -1,
            "filename": "articraft-2.79.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b37da82fa100979cd6e366edb74cb58a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11744,
            "upload_time": "2024-10-13T20:01:04",
            "upload_time_iso_8601": "2024-10-13T20:01:04.438645Z",
            "url": "https://files.pythonhosted.org/packages/5a/53/956d2779b99ec75d56141954e8d74f78cb723f3f8ece3cd82833ea9fb66f/articraft-2.79.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-13 20:01:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kamangir",
    "github_project": "aiart",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "blueness",
            "specs": []
        },
        {
            "name": "abcli",
            "specs": []
        },
        {
            "name": "beautifulsoup4",
            "specs": []
        },
        {
            "name": "boto3",
            "specs": []
        },
        {
            "name": "folium",
            "specs": []
        },
        {
            "name": "geojson",
            "specs": []
        },
        {
            "name": "geopandas",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "opencv-python",
            "specs": []
        },
        {
            "name": "pymysql",
            "specs": []
        },
        {
            "name": "pyyaml",
            "specs": []
        },
        {
            "name": "pylint",
            "specs": []
        },
        {
            "name": "pyngrok",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        }
    ],
    "lcname": "articraft"
}
        
Elapsed time: 0.33217s