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

epfl-neuroai
/
NEvo

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

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

  • Libraries
  • Diffusers

    How to use epfl-neuroai/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("epfl-neuroai/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 / tests
17.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
dawidtang's picture
dawidtang
Expose encoder input resolution as score_size (default 224)
a29c99b verified 7 days ago
  • test_asset_scoring.py
    2.55 kB
    Publish self-contained NEVO stimulus-synthesis pipeline + model card 9 days ago
  • test_output_schema.py
    1.01 kB
    Publish self-contained NEVO stimulus-synthesis pipeline + model card 9 days ago
  • test_prompt_space.py
    594 Bytes
    Publish self-contained NEVO stimulus-synthesis pipeline + model card 9 days ago
  • test_robust_transform.py
    2.1 kB
    Align two-stage search with canonical: clean scoring, art_data stage-1, image/video batching 7 days ago
  • test_roi_search_space.py
    1.9 kB
    Expose encoder input resolution as score_size (default 224) 7 days ago
  • test_seeded_asset_search.py
    6.84 kB
    Expose encoder input resolution as score_size (default 224) 7 days ago
  • test_smoke_pipeline.py
    1.84 kB
    Expose encoder input resolution as score_size (default 224) 7 days ago
  • test_video_normalize.py
    877 Bytes
    Publish self-contained NEVO stimulus-synthesis pipeline + model card 9 days ago