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

XaflocAI
/
jade

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

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

  • Libraries
  • Diffusers

    How to use XaflocAI/jade with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("XaflocAI/jade")
    
    prompt = "blonde haired woman, (blue jeans:1.3) and (bra:1.2) and (leather jacket:1.2), long hair, small boobs, (full body:1.5), elegant pose, (detailed skin texture:1.5), background (new york city at night:1.3), hazel eyes, intricate details, hyperdetailed, cinematic, dark shot, muted colors, film grainy, soothing tones, muted colors, technicolor, kodak 400 camera, photorealistic, realistic, realism, dslr"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
jade / images
2.21 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
XaflocAI's picture
XaflocAI
Upload 00131-40318051.png
6e26876 verified about 1 year ago
  • 00020-3925863530.png
    1.03 MB
    xet
    Add 2 files about 2 years ago
  • 00131-40318051.png
    1.18 MB
    xet
    Upload 00131-40318051.png about 1 year ago