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

mzx
/
NEvo

Text-to-Video
Diffusers
NevoPipeline
neuroscience
fmri
brain-decoding
stimulus-synthesis
v-jepa
Model card Files Files and versions
xet
Community

Instructions to use mzx/NEvo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use mzx/NEvo with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mzx/NEvo", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
NEvo / stimulus_synthesis
138 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 24 commits
mzx's picture
mzx
Add image-only pipeline mode
81ab95d 3 days ago
  • data
    Publish self-contained NEVO stimulus-synthesis pipeline + model card 8 days ago
  • generators
    Add MPS-compatible component dtypes 3 days ago
  • media
    Sync from GitHub: save_video fps default 12 + README fps/batch docs + fix params (mutation/elite/video defaults) 4 days ago
  • neuro
    Fix data path under HF symlink cache (drop __file__.resolve()) 6 days ago
  • scoring
    Add MPS-compatible component dtypes 3 days ago
  • search
    Expose encoder input resolution as score_size (default 224) 6 days ago
  • spaces
    Publish self-contained NEVO stimulus-synthesis pipeline + model card 8 days ago
  • utils
    Publish self-contained NEVO stimulus-synthesis pipeline + model card 8 days ago
  • __init__.py
    278 Bytes
    Publish self-contained NEVO stimulus-synthesis pipeline + model card 8 days ago
  • asset_manifest.py
    1.11 kB
    Publish self-contained NEVO stimulus-synthesis pipeline + model card 8 days ago
  • config.py
    3.09 kB
    Expose encoder input resolution as score_size (default 224) 6 days ago
  • outputs.py
    594 Bytes
    Publish self-contained NEVO stimulus-synthesis pipeline + model card 8 days ago
  • paths.py
    2.82 kB
    Fix data path under HF symlink cache (drop __file__.resolve()) 6 days ago
  • pipeline.py
    19.5 kB
    Add image-only pipeline mode 3 days ago