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

naapeli
/
chess-puzzle-generator

Text Generation
Diffusers
Safetensors
chess
custom-pipeline
Model card Files Files and versions
xet
Community

Instructions to use naapeli/chess-puzzle-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use naapeli/chess-puzzle-generator with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("naapeli/chess-puzzle-generator", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "My name is Julien and I like to"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
chess-puzzle-generator
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
naapeli's picture
naapeli
Release main
e5786d9 verified about 22 hours ago
  • model
    Release main 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    8.13 kB
    Release main about 22 hours ago
  • model_index.json
    165 Bytes
    Release main 3 days ago
  • pipeline.py
    20.4 kB
    Release main about 22 hours ago