Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

EndeavourDD
/
gnn_wm

Diffusers
TensorBoard
Safetensors
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use EndeavourDD/gnn_wm with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("EndeavourDD/gnn_wm", 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
gnn_wm
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
EndeavourDD's picture
EndeavourDD
Add files using upload-large-folder tool
486fed1 verified 25 days ago
  • Ctrl-World-Graph
    Add files using upload-large-folder tool 25 days ago
  • Ctrl-World
    Add files using upload-large-folder tool 25 days ago
  • __pycache__
    Add files using upload-large-folder tool 25 days ago
  • sampled_data
    Add files using upload-large-folder tool 25 days ago
  • .codex
    0 Bytes
    Add files using upload-large-folder tool 25 days ago
  • .gitattributes
    151 kB
    Add files using upload-large-folder tool 25 days ago
  • README.md
    24 Bytes
    initial commit 25 days ago
  • gnn_world_model.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.7 GB
    xet
    Add files using upload-large-folder tool 25 days ago
  • upload_workspace_to_hf.py
    2.92 kB
    Add files using upload-large-folder tool 25 days ago