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

nokolora
/
ffxiv-hildibrand

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

Instructions to use nokolora/ffxiv-hildibrand with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use nokolora/ffxiv-hildibrand with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Liberata/illustrious-xl-v1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("nokolora/ffxiv-hildibrand")
    
    prompt = "1boy, solo, male focus, Hildibrand, brown hair, brown eyes, beard, goatee, monocle, sideburns, hair slicked back, jewelry, red rose, formal, suit, white bowtie, white gloves, grin, looking at viewer, muscular,pants, standing, teeth, arms at sides, "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
ffxiv-hildibrand
46.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
nokolora's picture
nokolora
Update README.md
485a9c4 verified over 1 year ago
  • images
    Upload 1026989592941115_00001_.png over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    2.09 kB
    Update README.md over 1 year ago
  • ff14-hildibrand-default_ILV01.safetensors
    42.9 MB
    xet
    Add 3 files over 1 year ago