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

renderartist
/
toyboxflux

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

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

  • Libraries
  • Diffusers

    How to use renderartist/toyboxflux 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("renderartist/toyboxflux")
    
    prompt = "t0yb0x 3d render of a toy design, a rocket"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
toyboxflux / images
9.21 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
renderartist's picture
renderartist
Add generated example (#1)
bd13073 verified over 1 year ago
  • 3D__00315_.png
    898 kB
    xet
    Add 10 files over 1 year ago
  • 3D__00323_.png
    946 kB
    xet
    Add 10 files over 1 year ago
  • 3D__00328_.png
    894 kB
    xet
    Add 10 files over 1 year ago
  • 3D__00344_.png
    892 kB
    xet
    Add 10 files over 1 year ago
  • 3D__00366_.png
    1.19 MB
    xet
    Add 10 files over 1 year ago
  • 3D__00405_.png
    958 kB
    xet
    Add 10 files over 1 year ago
  • 3D__00429_.png
    1.17 MB
    xet
    Add 10 files over 1 year ago
  • 3D__00437_.png
    1.18 MB
    xet
    Add 10 files over 1 year ago
  • 3D__00478_.png
    1.03 MB
    xet
    Add 10 files over 1 year ago
  • example_gmuogicwp.png
    53.9 kB
    xet
    Add generated example (#1) over 1 year ago