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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

davidrd123
/
Flux-MoonLanding76-Replicate

Text-to-Image
Diffusers
English
flux
lora
replicate
Model card Files Files and versions
xet
Community
9

Instructions to use davidrd123/Flux-MoonLanding76-Replicate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use davidrd123/Flux-MoonLanding76-Replicate 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("davidrd123/Flux-MoonLanding76-Replicate")
    
    prompt = "astronaut hamster in the style of m00nl4nd1ng"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Flux-MoonLanding76-Replicate / images
1.04 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
davidrd123's picture
davidrd123
Add generated example (#9)
e3907c1 verified almost 2 years ago
  • example_6adktoq5m.png
    96.2 kB
    Add generated example (#1) almost 2 years ago
  • example_an1jkdgmn.png
    121 kB
    Add generated example (#4) almost 2 years ago
  • example_bxaligavs.png
    104 kB
    Add generated example (#5) almost 2 years ago
  • example_ci12lxbbe.png
    123 kB
    Add generated example (#8) almost 2 years ago
  • example_dqvgnsbs8.png
    119 kB
    Add generated example (#3) almost 2 years ago
  • example_g8oqvjp4u.png
    125 kB
    Add generated example (#6) almost 2 years ago
  • example_p1laue9cn.png
    126 kB
    Add generated example (#9) almost 2 years ago
  • example_x25mphdwx.png
    102 kB
    Add generated example (#7) almost 2 years ago
  • example_x6tmtc1o5.png
    119 kB
    Add generated example (#2) almost 2 years ago