Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

PinkPixel
/
ASCII-Machine

Image-to-Text
Transformers
Safetensors
qwen3_5
image-text-to-text
ascii
vision
art
unsloth
Model card Files Files and versions
xet
Community

Instructions to use PinkPixel/ASCII-Machine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PinkPixel/ASCII-Machine with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="PinkPixel/ASCII-Machine")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("PinkPixel/ASCII-Machine")
    model = AutoModelForImageTextToText.from_pretrained("PinkPixel/ASCII-Machine")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Unsloth Studio new

    How to use PinkPixel/ASCII-Machine with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for PinkPixel/ASCII-Machine to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for PinkPixel/ASCII-Machine to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for PinkPixel/ASCII-Machine to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="PinkPixel/ASCII-Machine",
        max_seq_length=2048,
    )
ASCII-Machine
4.57 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
sizzlebop's picture
sizzlebop
Update README.md
1a381d3 verified about 15 hours ago
  • .gitattributes
    1.62 kB
    Upload 10 files about 15 hours ago
  • LICENSE
    11.3 kB
    Upload 10 files about 15 hours ago
  • README.md
    2.26 kB
    Update README.md about 15 hours ago
  • config.json
    3.17 kB
    Upload 10 files about 15 hours ago
  • export_metadata.json
    40 Bytes
    Upload 10 files about 15 hours ago
  • logo.png
    1.34 MB
    xet
    Upload 10 files about 15 hours ago
  • model.safetensors-00001-of-00001.safetensors
    4.55 GB
    xet
    Upload 10 files about 15 hours ago
  • model.safetensors.index.json
    64.5 kB
    Upload 10 files about 15 hours ago
  • processor_config.json
    1.3 kB
    Upload 10 files about 15 hours ago
  • tokenizer.json
    20 MB
    xet
    Upload 10 files about 15 hours ago
  • tokenizer_config.json
    15.2 kB
    Upload 10 files about 15 hours ago