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

obann001
/
ema_kanna_nishitani_sdxl_lora

Text-to-Image
Diffusers
English
sdxl
lora
koyha_ss
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use obann001/ema_kanna_nishitani_sdxl_lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("SG161222/RealVisXL_V4.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("obann001/ema_kanna_nishitani_sdxl_lora")
    
    prompt = "white hair woman trapper with intricate cybernetic pupils  on her eyes with a mischievous smile with small teeth, crouching,  wearing red top, long (black leather coat xl), long orange skirt  up between bare legs, tattoed forearms, black punk's boots, bare  fore-arm, marginal, nature, ((ema_kanna_nishitani)), sexy orange panties, cameltoe"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
ema_kanna_nishitani_sdxl_lora / images
1.37 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
obann001's picture
obann001
Add generated example (#1)
ce28faf verified over 1 year ago
  • ComfyUI_01545_.png
    1.29 MB
    xet
    Upload ComfyUI_01545_.png over 1 year ago
  • example_itghj3757.png
    81.6 kB
    Add generated example (#1) over 1 year ago