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-tataru

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

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

  • Libraries
  • Diffusers

    How to use nokolora/ffxiv-tataru 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-tataru")
    
    prompt = "(ffxivTataru:0.95), lalafell, solo, pink dress, pants, short hair, red beret, grey hair, (pink hair:0.6), freckles, pointy ears, purple eyes, hat feather, (metal clasp: 0.7), blush, short sleeves, fingerless gloves, necklace, smile, looking at viewer, shoes, white background, simple background, (grin:0.6), hands on hips, full body, "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
ffxiv-tataru
439 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
Atsushi Tanaka
add endwalker ver, island ver
3345001 8 months ago
  • images
    add endwalker ver, island ver 8 months ago
  • old-versions
    update for Illustrious v1.0 9 months ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    7.25 kB
    add endwalker ver, island ver 8 months ago
  • ff14-tataru-apron_ILV10.safetensors
    57.4 MB
    xet
    add apron and kimono versions. 8 months ago
  • ff14-tataru-beret_ILV10.safetensors
    57.4 MB
    xet
    add apron and kimono versions. 8 months ago
  • ff14-tataru-endwalker_ILV10.safetensors
    57.4 MB
    xet
    add endwalker ver, island ver 8 months ago
  • ff14-tataru-island_ILV10.safetensors
    57.4 MB
    xet
    add endwalker ver, island ver 8 months ago
  • ff14-tataru-kimono_ILV10.safetensors
    57.4 MB
    xet
    add apron and kimono versions. 8 months ago
  • ff14-tataru-original_ILV10.safetensors
    57.4 MB
    xet
    update for Illustrious v1.0 9 months ago