Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

BlackHat404
/
Freebleed

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use BlackHat404/Freebleed with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-XL-v1.1", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("BlackHat404/Freebleed")
    
    prompt = "masterpiece,best quality,absurdres, amazing quality <lora:FreeBleed11V1-000007:0.99> freebleed_dmop"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Freebleed
77.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
BlackHat404's picture
BlackHat404
Update README.md
8150a17 verified 12 months ago
  • images
    Upload 2 files 12 months ago
  • .gitattributes
    2.31 kB
    initial commit about 1 year ago
  • FreeBleedIllustV1.safetensors
    50.9 MB
    xet
    Add 9 files about 1 year ago
  • README.md
    5.3 kB
    Update README.md 12 months ago