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
/
liaam

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

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

  • Libraries
  • Diffusers

    How to use VHKE/liaam 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/liaam")
    
    prompt = "Liaam"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
liaam / sample
2.75 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
VHKE's picture
VHKE
Delete sample/liaam_003000_00_20250210072100.png
8b501ec verified over 1 year ago
  • liaam_001000_00_20250210064721.png
    257 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • liaam_001500_00_20250210065548.png
    357 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • liaam_002000_00_20250210070413.png
    267 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • liaam_002500_00_20250210071238.png
    285 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • liaam_003500_00_20250210072929.png
    268 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • liaam_004000_00_20250210073755.png
    246 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • liaam_004500_00_20250210074620.png
    283 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • liaam_005000_00_20250210075444.png
    244 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • liaam_005500_00_20250210080305.png
    271 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • liaam_006000_00_20250210081131.png
    275 kB
    xet
    Upload folder using huggingface_hub over 1 year ago