Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Akimitsujiro
/
NijiLoRA

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
niji
style
furry
nijiv5
Model card Files Files and versions
xet
Community

Instructions to use Akimitsujiro/NijiLoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Akimitsujiro/NijiLoRA with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Akimitsujiro/NijiLoRA")
    
    prompt = " "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
NijiLoRA
80.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Akimitsujiro's picture
Akimitsujiro
Upload folder using huggingface_hub
e0af3cc verified over 1 year ago
  • images
    Add 2 files over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • 6470426.jpeg
    507 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • 8602176.jpeg
    53.2 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • NijiLoRA v3.0 V6.safetensors
    39.1 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • NijiLoRA.safetensors
    39.1 MB
    xet
    Add 2 files over 2 years ago
  • README.md
    1.6 kB
    Upload folder using huggingface_hub over 1 year ago