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

  • Log In
  • Sign Up

SlowHorse
/
AFK-Style

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

Instructions to use SlowHorse/AFK-Style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use SlowHorse/AFK-Style 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("SlowHorse/AFK-Style")
    
    prompt = "afk//,brushwork texture,fantasy,solo,front view,full body view,illustration,white_background, Frodo Baggins, a courageous hobbit, brown curly hair, big feet"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
AFK-Style
256 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
SlowHorse's picture
SlowHorse
Update README.md
0cd98a0 verified almost 2 years ago
  • image
    Upload 8 files almost 2 years ago
  • .gitattributes
    2.1 kB
    Upload 8 files almost 2 years ago
  • AFK-Style.safetensors
    228 MB
    xet
    Upload AFK-Style.safetensors almost 2 years ago
  • README.md
    2.92 kB
    Update README.md almost 2 years ago