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

  • Log In
  • Sign Up

DavidBaloches
/
NouvaLume

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

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

  • Libraries
  • Diffusers

    How to use DavidBaloches/NouvaLume 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("DavidBaloches/NouvaLume")
    
    prompt = "professional 3d model cinematic film still <lora:laura23:1>retro-futuristic, Art Nouveau sci-fi, cinematic lighting, organic architecture, misty atmosphere.....A mysterious young woman wearing a Victorian-inspired black dress with intricate ruffles, seated in a surreal futuristic laboratory. Her head is encased in a transparent, bio-mechanical glass helmet, connected to an array of floating, organic relics preserved inside antique glass chambers. The room is softly lit, with muted pastel-green walls and a dreamlike misty ambiance. "
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
NouvaLume
30.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
DavidBaloches's picture
DavidBaloches
Update README.md
f62e7dd verified about 1 year ago
  • images
    Add 9 files about 1 year ago
  • .gitattributes
    2.31 kB
    initial commit about 1 year ago
  • NouvaLume.safetensors
    19.3 MB
    xet
    Add 9 files about 1 year ago
  • README.md
    10.4 kB
    Update README.md about 1 year ago