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

  • Log In
  • Sign Up

nvidia
/
LuxDiT

Diffusers
Safetensors
PyTorch
lighting-estimation
hdr
environment-map
diffusion
video
transformer
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use nvidia/LuxDiT with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("nvidia/LuxDiT")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
LuxDiT
23.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
zianw's picture
zianw
Delete LICENSE
6c10bcb verified about 1 month ago
  • hdr_merge_mlp
    Upload folder using huggingface_hub about 2 months ago
  • luxdit_image
    Delete luxdit_image/.DS_Store about 2 months ago
  • luxdit_video
    Upload folder using huggingface_hub about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • LICENSE.md
    4.08 kB
    Upload folder using huggingface_hub about 2 months ago
  • README.md
    8.18 kB
    Upload folder using huggingface_hub about 2 months ago