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

  • Log In
  • Sign Up

dvyio
/
flux-lora-doom

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

Instructions to use dvyio/flux-lora-doom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use dvyio/flux-lora-doom 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("dvyio/flux-lora-doom")
    
    prompt = "a glowing jellyfish, pixellated video game screenshot in the style of DMGM"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flux-lora-doom
90.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
dvyio's picture
dvyio
Add 4 files
835fe8b verified over 1 year ago
  • images
    Add 4 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • LICENSE
    0 Bytes
    initial commit over 1 year ago
  • README.md
    1.26 kB
    initial commit over 1 year ago
  • db793987944d4de59dfae97702b15519_pytorch_lora_weights.safetensors
    89.7 MB
    xet
    Add 4 files over 1 year ago