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

  • Log In
  • Sign Up

aionthegrind
/
futuristic-lora

Text-to-Image
Diffusers
Safetensors
English
lora
futuristicstyle
future
flux
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use aionthegrind/futuristic-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("aionthegrind/futuristic-lora")
    
    prompt = "fsxfl, An otherworldly futuristic marketplace located inside a massive, glowing cave. The walls of the cave shimmer with bioluminescent crystals in hues of teal, magenta, and gold, casting an ethereal glow on the bustling scene below. Alien merchants with translucent skin and glowing eyes operate floating market stalls, where they sell advanced tech gadgets, intergalactic spices, and exotic glowing fruits. Hovering drones buzz through the air, carrying messages and packages, while streams of holographic data ripple like water across the cavern ceiling. A winding river of liquid light flows through the marketplace, with tiny boats shaped like luminous petals gliding gracefully on its surface. The air hums with a mix of alien languages, electronic melodies, and the gentle rustling of the glowing fauna hanging from the cave walls. The atmosphere is vibrant and surreal, a blend of high-tech innovation and mystical wonder."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
futuristic-lora
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
aionthegrind's picture
aionthegrind
Add generated example (#1)
d4db7cb verified over 1 year ago
  • images
    Add generated example (#1) over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.22 kB
    Add generated example (#1) over 1 year ago
  • futuristic-lora-model.safetensors
    89.7 MB
    xet
    Upload futuristic-lora-model.safetensors over 1 year ago