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

  • Log In
  • Sign Up

MegaTronX
/
MetartLoRA

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

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

  • Libraries
  • Diffusers

    How to use MegaTronX/MetartLoRA 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("MegaTronX/MetartLoRA")
    
    prompt = "[metart] young woman holding a sign that says 'I LOVE PROMPTS!'"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
MetartLoRA
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
MegaTronX's picture
MegaTronX
Update README.md
b346b9c verified about 1 year ago
  • samples
    Upload folder using huggingface_hub about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • MetartLoRA.safetensors
    2.36 MB
    xet
    Rename adapter_model.safetensors to MetartLoRA.safetensors about 1 year ago
  • MetartLoRA_000001000.safetensors
    2.36 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • MetartLoRA_000001250.safetensors
    2.36 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • MetartLoRA_000001500.safetensors
    2.36 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • MetartLoRA_000001750.safetensors
    2.36 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • README.md
    1.7 kB
    Update README.md about 1 year ago
  • config.yaml
    1.89 kB
    Upload folder using huggingface_hub about 1 year ago
  • optimizer.pt

    Detected Pickle imports (4)

    • "torch.ByteStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    2.41 MB
    xet
    Upload folder using huggingface_hub about 1 year ago