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

nomadoor
/
flux-2-klein-9B-360-erp-outpaint-lora

Image-Text-to-Image
Diffusers
English
Japanese
lora
flux
panorama
outpainting
equirectangular
comfyui
Model card Files Files and versions
xet
Community
2

Instructions to use nomadoor/flux-2-klein-9B-360-erp-outpaint-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use nomadoor/flux-2-klein-9B-360-erp-outpaint-lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-klein-base-9B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("nomadoor/flux-2-klein-9B-360-erp-outpaint-lora")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
flux-2-klein-9B-360-erp-outpaint-lora
114 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
nomadoor's picture
nomadoor
Update README.md
64b1a5d verified about 2 months ago
  • samples
    Upload 30 files 5 months ago
  • workflow
    Upload flux-2-klein-9B-360-erp-outpaint.json about 2 months ago
  • .gitattributes
    2.31 kB
    initial commit 5 months ago
  • README.md
    3.66 kB
    Update README.md about 2 months ago
  • README_ja.md
    3.51 kB
    Upload 4 files 5 months ago
  • TRAINING_NOTES.md
    991 Bytes
    Upload 3 files 5 months ago
  • flux-2-klein-9B-360-erp-outpaint-lora_V1.safetensors
    82.9 MB
    xet
    Add 2 files 5 months ago