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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

modelscope
/
Nexus-GenV2

Any-to-Any
Transformers
Safetensors
qwen2_5_vl
image-text-to-text
custom_code
text-generation-inference
Model card Files Files and versions
xet
Community
6

Instructions to use modelscope/Nexus-GenV2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use modelscope/Nexus-GenV2 with Transformers:

    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("modelscope/Nexus-GenV2", trust_remote_code=True)
    model = AutoModelForImageTextToText.from_pretrained("modelscope/Nexus-GenV2", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
Nexus-GenV2
10.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mi804's picture
mi804
Update Readme
badb3e6 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    8.71 kB
    Update Readme 10 months ago