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

TheLastBen
/
The_Hound

Text-to-Image
Diffusers
lora
flux
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Diffusers

    How to use TheLastBen/The_Hound 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("TheLastBen/The_Hound")
    
    prompt = "sandor clegane drinking in a pub"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
The_Hound / images
2.54 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
TheLastBen's picture
TheLastBen
Delete images/t
4e41dba verified almost 2 years ago
  • img (1).webp
    261 kB
    Upload 10 files almost 2 years ago
  • img (10).webp
    264 kB
    Upload 10 files almost 2 years ago
  • img (2).webp
    255 kB
    Upload 10 files almost 2 years ago
  • img (3).webp
    301 kB
    Upload 10 files almost 2 years ago
  • img (4).webp
    256 kB
    Upload 10 files almost 2 years ago
  • img (5).webp
    262 kB
    Upload 10 files almost 2 years ago
  • img (6).webp
    221 kB
    Upload 10 files almost 2 years ago
  • img (7).webp
    262 kB
    Upload 10 files almost 2 years ago
  • img (8).webp
    179 kB
    Upload 10 files almost 2 years ago
  • img (9).webp
    275 kB
    Upload 10 files almost 2 years ago