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

fffiloni
/
sweet-brush

Text-to-Image
Diffusers
flux
lora
template:sd-lora
ai-toolkit
Model card Files Files and versions
xet
Community
11

Instructions to use fffiloni/sweet-brush with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use fffiloni/sweet-brush 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", torch_dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("fffiloni/sweet-brush")
    
    prompt = "a coi fish. in the style of TOK"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
sweet-brush / images
1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
fffiloni's picture
fffiloni
Add generated example (#11)
643b8b9 verified over 1 year ago
  • example_0s2fzx9kd.png
    72.9 kB
    Add generated example (#3) over 1 year ago
  • example_3buowzz1z.png
    91.7 kB
    Add generated example (#1) over 1 year ago
  • example_7wb9y3owz.png
    98.6 kB
    Add generated example (#2) over 1 year ago
  • example_8dc7wfv48.png
    128 kB
    xet
    Add generated example (#11) over 1 year ago
  • example_9j8fzdhey.png
    60.2 kB
    Add generated example (#6) over 1 year ago
  • example_afdbsemxc.png
    99.1 kB
    Add generated example (#8) over 1 year ago
  • example_is3gxmf20.png
    92.5 kB
    Add generated example (#5) over 1 year ago
  • example_mu38m53gb.png
    119 kB
    xet
    Add generated example (#9) over 1 year ago
  • example_om6c5d6bt.png
    79.1 kB
    Add generated example (#10) over 1 year ago
  • example_s2xhwvsmw.png
    94.8 kB
    Add generated example (#7) over 1 year ago
  • example_u2i3ke60c.png
    66.2 kB
    Add generated example (#4) over 1 year ago