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

TheAwakenOne
/
camberganng

Text-to-Image
Diffusers
flux
lora
template:sd-lora
fluxgym
Model card Files Files and versions
xet
Community
10

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

  • Libraries
  • Diffusers

    How to use TheAwakenOne/camberganng 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.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("TheAwakenOne/camberganng")
    
    prompt = "CMBER a 1960'S Ford Mustang with camber suspension, parked for a photoshoot"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
camberganng / images
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
TheAwakenOne's picture
TheAwakenOne
Add generated example (#10)
454f0f7 verified almost 2 years ago
  • example_2tu7c16yg.png
    144 kB
    Add generated example (#2) almost 2 years ago
  • example_3fcri5qtu.png
    90.1 kB
    Add generated example (#3) almost 2 years ago
  • example_8jhtkanli.png
    95.2 kB
    Add generated example (#7) almost 2 years ago
  • example_co7ekj1wp.png
    110 kB
    Add generated example (#8) almost 2 years ago
  • example_f34uxrllw.png
    109 kB
    Add generated example (#5) almost 2 years ago
  • example_hokeneqxd.png
    98.3 kB
    Add generated example (#6) almost 2 years ago
  • example_j1fcxyyas.png
    88.1 kB
    Add generated example (#10) almost 2 years ago
  • example_xgdh449ku.png
    113 kB
    Add generated example (#4) almost 2 years ago
  • example_xstg6guw7.png
    107 kB
    Add generated example (#9) almost 2 years ago