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

  • Log In
  • Sign Up

nexuslrf
/
LuxDiT

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

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

  • Libraries
  • Diffusers

    How to use nexuslrf/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("nexuslrf/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: 2 commits
nexuslrf's picture
nexuslrf
Upload folder using huggingface_hub
8afb461 verified about 2 months ago
  • hdr_merge_mlp
    Upload folder using huggingface_hub about 2 months ago
  • luxdit_image
    Upload folder using huggingface_hub about 2 months ago
  • luxdit_video
    Upload folder using huggingface_hub about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • LICENSE.md
    4.08 kB
    Upload folder using huggingface_hub about 2 months ago
  • README.md
    2.32 kB
    Upload folder using huggingface_hub about 2 months ago
  • model_card.md
    5.52 kB
    Upload folder using huggingface_hub about 2 months ago