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

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

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

  • Libraries
  • Diffusers

    How to use nokolora/ffxiv-lamitt 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-lamitt")
    
    prompt = "ffxivlamitt, 1girl, solo, lalafell, blonde hair, white mage, robe, pointy ears, blunt bangs, circlet, belt pouch, twintails, hair bow, brown neck ribbon, brown eyes, blush, dark nose, light smile, standing, full body, shoes, white background, simple background, blush, looking at viewer,  "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
ffxiv-lamitt
247 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
Atsushi Tanaka
update README.md
e0087b0 3 months ago
  • images
    update sample emages 3 months ago
  • old-versions
    update for illustrious v 1.0 10 months ago
  • .gitattributes
    2.31 kB
    initial commit 12 months ago
  • README.md
    2.51 kB
    update README.md 3 months ago
  • ff14-lamitt-default_ILV10.safetensors
    57.4 MB
    xet
    reworked for quality improvement 3 months ago
  • ff14-lamitt-face_ILV10.safetensors
    57.4 MB
    xet
    reworked for quality improvement 3 months ago