Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("PinkPixel/ASCII-Machine")
    model = AutoModelForMultimodalLM.from_pretrained("PinkPixel/ASCII-Machine", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Desktop
ASCII-Machine
4.57 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
sizzlebop's picture
sizzlebop
Update README.md
13bac1f verified 4 months ago
  • .gitattributes
    1.62 kB
    Upload 10 files 4 months ago
  • LICENSE
    11.3 kB
    Upload 10 files 4 months ago
  • README.md
    2.44 kB
    Update README.md 4 months ago
  • config.json
    3.17 kB
    Upload 10 files 4 months ago
  • export_metadata.json
    40 Bytes
    Upload 10 files 4 months ago
  • logo.png
    1.34 MB
    xet
    Upload 10 files 4 months ago
  • model.safetensors-00001-of-00001.safetensors
    4.55 GB
    xet
    Upload 10 files 4 months ago
  • model.safetensors.index.json
    64.5 kB
    Upload 10 files 4 months ago
  • processor_config.json
    1.3 kB
    Upload 10 files 4 months ago
  • tokenizer.json
    20 MB
    xet
    Upload 10 files 4 months ago
  • tokenizer_config.json
    15.2 kB
    Upload 10 files 4 months ago