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

VHKE
/
bever

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

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

  • Libraries
  • Diffusers

    How to use VHKE/bever 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("VHKE/bever")
    
    prompt = "Bever"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
bever / sample
3.43 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
VHKE's picture
VHKE
Upload folder using huggingface_hub
2aae5c4 verified over 1 year ago
  • bever_000500_00_20241219072839.png
    343 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_001000_00_20241219073651.png
    269 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_001500_00_20241219074504.png
    274 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_002000_00_20241219075312.png
    253 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_002500_00_20241219080122.png
    249 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_003000_00_20241219080931.png
    237 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_003500_00_20241219081738.png
    272 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_004000_00_20241219082545.png
    255 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_004500_00_20241219083353.png
    229 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_005000_00_20241219084159.png
    261 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_005500_00_20241219085006.png
    293 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_006000_00_20241219085813.png
    238 kB
    Upload folder using huggingface_hub over 1 year ago
  • bever_006500_00_20241219090619.png
    254 kB
    Upload folder using huggingface_hub over 1 year ago