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

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

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

  • Libraries
  • Diffusers

    How to use nokolora/ffxiv-momodi 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-early-release-v0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("nokolora/ffxiv-momodi")
    
    prompt = "ffxivMomodi, lalafell, 1girl, solo, long jacket, brown shirt, white pants, brown hair, swept bangs, double bun, short hair, twin braids, hair ornament, pointy ears, brown eyes, freckles, medium skin, shoes, looking at viewer, light smile, green juliet sleeves, frills, white background, simple background, standing, full body,"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
ffxiv-momodi
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Atsushi Tanaka
update readme
9154c7a 8 months ago
  • images
    update to IL1.0-based 8 months ago
  • old-versions
    update to IL1.0-based 8 months ago
  • .gitattributes
    2.31 kB
    initial commit 12 months ago
  • README.md
    3.54 kB
    update readme 8 months ago
  • ff14-momodi-default_ILV10.safetensors
    57.4 MB
    xet
    update to IL1.0-based 8 months ago
  • ff14-momodi-face_ILV10.safetensors
    57.4 MB
    xet
    update to IL1.0-based 8 months ago