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
/
Flux-Art-Nightmare-99

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

Instructions to use prithivMLmods/Flux-Art-Nightmare-99 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use prithivMLmods/Flux-Art-Nightmare-99 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/Flux-Art-Nightmare-99")
    
    prompt = "nm99, a vibrant orange moon is seen in the center of the frame. The moon is surrounded by three black circles, each with a different size and shape. Below the moon, there is a mountain range that is composed of gray and white crisscrossed mountains. The mountains are outlined in black, while the mountains range range in a lighter shade of gray. The sun is in the upper left corner, and the moon is partially obscured in the lower right corner. The background is a light gray wood paneling, adding a pop of color to the scene."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Flux-Art-Nightmare-99
618 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
prithivMLmods's picture
prithivMLmods
Update README.md
2257304 verified over 1 year ago
  • images
    Delete images/b4920d8c-fd6f-4843-9189-62ea1cdd6c4a.webp over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    3.37 kB
    Update README.md over 1 year ago
  • nm99.safetensors
    613 MB
    xet
    Add 2 files over 1 year ago