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

Norod78
/
brain-slug-flux

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
character
futurama
brain slug
brainslug
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use Norod78/brain-slug-flux 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("Norod78/brain-slug-flux")
    
    prompt = "A photo of a confused ginger woman staring blankly in the air with a (brain slug) made of green jelly (attached to her head), Very detailed, clean, high quality, sharp image"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
brain-slug-flux
19.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Norod78's picture
Norod78
Update README.md
5b1329c verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • 26037906.jpeg
    17.6 kB
    Upload folder using huggingface_hub about 2 years ago
  • 26038803.jpeg
    31.6 kB
    Upload folder using huggingface_hub about 2 years ago
  • 26038804.jpeg
    31.9 kB
    Upload folder using huggingface_hub about 2 years ago
  • 26039878.jpeg
    31.7 kB
    Upload folder using huggingface_hub about 2 years ago
  • Brain_Slug_FLUX.safetensors
    19.3 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • README.md
    2.79 kB
    Update README.md about 2 years ago