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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Aloukik21
/
trainer

Diffusers
Safetensors
lora
training
runpod
ai-toolkit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use Aloukik21/trainer 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("Aloukik21/trainer")
    
    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
trainer / wan21-14b /assets
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Aloukik21's picture
Aloukik21
Add Wan2.1-14B model files
be4f520 verified 4 months ago
  • comp_effic.png
    1.79 MB
    xet
    Add Wan2.1-14B model files 4 months ago
  • data_for_diff_stage.jpg
    528 kB
    xet
    Add Wan2.1-14B model files 4 months ago
  • i2v_res.png
    892 kB
    xet
    Add Wan2.1-14B model files 4 months ago
  • logo.png
    56.3 kB
    Add Wan2.1-14B model files 4 months ago
  • t2v_res.jpg
    301 kB
    xet
    Add Wan2.1-14B model files 4 months ago
  • vben_1.3b_vs_sota.png
    516 kB
    xet
    Add Wan2.1-14B model files 4 months ago
  • vben_vs_sota.png
    1.55 MB
    xet
    Add Wan2.1-14B model files 4 months ago
  • video_dit_arch.jpg
    643 kB
    xet
    Add Wan2.1-14B model files 4 months ago
  • video_vae_res.jpg
    213 kB
    xet
    Add Wan2.1-14B model files 4 months ago