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

TheAwakenOne
/
The-Maxx-Style

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
Model card Files Files and versions
xet
Community
5

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

  • Libraries
  • Diffusers

    How to use TheAwakenOne/The-Maxx-Style 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/The-Maxx-Style")
    
    prompt = "the maxx style that looks like (super mario) <lora:the-maxx-lora-000012:1>"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
The-Maxx-Style / images
2.86 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
TheAwakenOne's picture
TheAwakenOne
Add generated example (#5)
5cb2d31 verified almost 2 years ago
  • The-Maxx-Lora_000600_00_20240913012101.png.png
    464 kB
    xet
    Add 5 files almost 2 years ago
  • The-Maxx-Lora_000600_01_20240913012312.png.png
    464 kB
    xet
    Add 5 files almost 2 years ago
  • The-Maxx-Lora_000600_02_20240913012526.png.png
    493 kB
    xet
    Add 5 files almost 2 years ago
  • The-Maxx-Lora_000600_03_20240913012739.png.png
    415 kB
    xet
    Add 5 files almost 2 years ago
  • example_5j9t9fzzc.png
    208 kB
    xet
    Add generated example (#2) almost 2 years ago
  • example_8jd8ro224.png
    162 kB
    xet
    Add generated example (#3) almost 2 years ago
  • example_snu0vmutm.png
    203 kB
    xet
    Add generated example (#1) almost 2 years ago
  • example_wr238qd9n.png
    247 kB
    xet
    Add generated example (#5) almost 2 years ago
  • example_xd5p2dynz.png
    203 kB
    xet
    Add generated example (#4) almost 2 years ago