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

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

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

  • Libraries
  • Diffusers

    How to use nokolora/ffxiv-sphene 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-sphene")
    
    prompt = "ffxivsphene, 1girl, solo, brown hair, denim shorts, pantyhose, cropped jacket, hood down, multicolored hair, green hair, green eyes, black shirt, short hair, standing, v arms, looking at viewer, light smile, white background,"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
ffxiv-sphene
263 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Atsushi Tanaka
update default token sample
32e776e about 1 year ago
  • backup
    Add Patch 7.2 version models, IL support about 1 year ago
  • images
    Add Patch 7.2 version models, IL support about 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    3.59 kB
    update default token sample about 1 year ago
  • ff14-sphene-default_ILV01.safetensors
    42.9 MB
    xet
    Add Patch 7.2 version models, IL support about 1 year ago
  • ff14-sphene-face_ILV01.safetensors
    42.9 MB
    xet
    Add Patch 7.2 version models, IL support about 1 year ago
  • ff14-sphene-original_ILV01.safetensors
    42.9 MB
    xet
    Add Patch 7.2 version models, IL support about 1 year ago
  • ff14-sphene-tiara_ILV01.safetensors
    42.9 MB
    xet
    Add Patch 7.2 version models, IL support about 1 year ago