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 / backup
86.3 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Atsushi Tanaka
Add Patch 7.2 version models, IL support
fd2c0ed about 1 year ago
  • ff14-spene-default_anmgV31.safetensors
    21.6 MB
    xet
    Add Patch 7.2 version models, IL support about 1 year ago
  • ff14-spene-default_ponyV6.safetensors
    21.6 MB
    xet
    Add Patch 7.2 version models, IL support about 1 year ago
  • ff14-spene-face_anmgV31.safetensors
    21.6 MB
    xet
    Add Patch 7.2 version models, IL support about 1 year ago
  • ff14-spene-face_ponyV6.safetensors
    21.6 MB
    xet
    Add Patch 7.2 version models, IL support about 1 year ago