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

yqi19
/
genie_envisioner

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use yqi19/genie_envisioner with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("yqi19/genie_envisioner", 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
genie_envisioner / utils
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
yqi19's picture
yqi19
add: full source code (py, yaml, json, sh, md, txt)
18e5c91 verified 4 months ago
  • __init__.py
    4.15 kB
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago
  • calvin_env_wrapper.py
    3.73 kB
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago
  • data_utils.py
    14.9 kB
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago
  • extra_utils.py
    961 Bytes
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago
  • geometry_utils.py
    781 Bytes
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago
  • get_ray_maps.py
    1.06 kB
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago
  • get_traj_maps.py
    6.14 kB
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago
  • libero_sim_utils.py
    3.6 kB
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago
  • memory_utils.py
    1.88 kB
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago
  • model_utils.py
    6.57 kB
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago
  • optimizer_utils.py
    5.73 kB
    add: full source code (py, yaml, json, sh, md, txt) 4 months ago