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

  • Log In
  • Sign Up

aigchacker
/
flux-toybox

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

Instructions to use aigchacker/flux-toybox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use aigchacker/flux-toybox 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("aigchacker/flux-toybox")
    
    prompt = "t0yb0x 3d render of a toy design, a rocket"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flux-toybox
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
LPDoctor's picture
LPDoctor
Upload Toy Box Lora model
8cc8fe1 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.28 kB
    Upload Toy Box Lora model over 1 year ago
  • Toy_Box_Flux_v1_renderartist.safetensors
    134 Bytes
    xet
    Upload Toy Box Lora model over 1 year ago
  • Toy_Box_Flux_v2_renderartist.safetensors
    134 Bytes
    xet
    Upload Toy Box Lora model over 1 year ago