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

strangerzonehf
/
Flux-Material-Glass-Cube

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

Instructions to use strangerzonehf/Flux-Material-Glass-Cube with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use strangerzonehf/Flux-Material-Glass-Cube 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("strangerzonehf/Flux-Material-Glass-Cube")
    
    prompt = "Glass Cube, a clear cube-shaped glass block is adorned with a chrome-plated metal bar nailed to the side of it. The bar is positioned in the center of the block, with the words Na Sodium 11 written below it in a bold black font. The background is a stark white, creating a stark contrast to the cube."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Flux-Material-Glass-Cube
615 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
prithivMLmods's picture
prithivMLmods
Update README.md
e3cb35a verified 10 months ago
  • images
    rm images 10 months ago
  • .gitattributes
    2.31 kB
    initial commit 10 months ago
  • Flux-Material-Glass-Cube.safetensors
    613 MB
    xet
    Add 2 files 10 months ago
  • README.md
    3.94 kB
    Update README.md 10 months ago