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

vybs-ai
/
vybs-loras

Text-to-Image
Diffusers
lora
vybs
flux
qwen-image
wan
krea
ideogram
z-image
Model card Files Files and versions
xet
Community

Instructions to use vybs-ai/vybs-loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use vybs-ai/vybs-loras with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("vybs-ai/vybs-loras")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
vybs-loras
2.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
vybs-ai's picture
vybs-ai
Fix verified content-type in upload check
9127114 verified about 2 hours ago
  • characters
    Consolidate Kayla UGC character LoRAs (Flux + Z-Image Turbo) into characters/ about 2 hours ago
  • illustration
    Rename LoRAs to vybs-<domain>-<base>_<Dataset>_V<N>; restructure 2d/ -> illustration/ about 2 hours ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    9.71 kB
    Fix verified content-type in upload check about 2 hours ago