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

  • Log In
  • Sign Up

IronFelix
/
mmxtr001

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

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

  • Libraries
  • Diffusers

    How to use IronFelix/mmxtr001 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("IronFelix/mmxtr001")
    
    prompt = "intricate painting of a muscular skinny sexy elf barbarian girl with dark skin and long white straight hair, the elf girl is dressed in a tiny iron bra decorated with an intricate pattern, on the girl's hips is a barbarian chainmail loincloth. The elf girl has white eyebrows, crimson eyes and pointed ears, the girl leans on a big barbarian sword, the blade of which is decorated with mysterious glowing runes,, mmxtr001 <lora:mmxtr001:1.2>"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
mmxtr001
298 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
IronFelix's picture
IronFelix
Add 3 files
70ea336 verified about 1 year ago
  • images
    Add 3 files about 1 year ago
  • .gitattributes
    2.31 kB
    initial commit about 1 year ago
  • README.md
    1.01 kB
    initial commit about 1 year ago
  • mmxtr001.safetensors
    290 MB
    xet
    Add 3 files about 1 year ago