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

prithivMLmods
/
Dark-Thing-Flux-LoRA

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

Instructions to use prithivMLmods/Dark-Thing-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use prithivMLmods/Dark-Thing-Flux-LoRA 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("prithivMLmods/Dark-Thing-Flux-LoRA")
    
    prompt = "Dark Creature, Captured in a vibrant pink background, a large hamburger is prominently displayed in the center of the frame. The burger is adorned with a variety of seeds, including sesame seeds, and a bun with lettuce and a slice of cheese. Surrounding the burger, a white wolf can be seen facing towards the right. The wolf is facing to the left, with its mouth open, while its head turned towards the left. To the right of the hamburger, two white foxes are facing the same direction, while the foxes facing the right are facing away from the camera. The background is a vibrant shade of pink, with a few birds flying in the background."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Dark-Thing-Flux-LoRA
616 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
prithivMLmods's picture
prithivMLmods
Update README.md
b676b60 verified over 1 year ago
  • images
    Delete images/d1a6b23d-340e-47da-90bb-408fef2f198d.webp over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • Dark_Creature.safetensors
    613 MB
    xet
    Add 2 files over 1 year ago
  • README.md
    3.69 kB
    Update README.md over 1 year ago