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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

alexander1i
/
lustify-sdxl-inpaint-endpoint

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLInpaintPipeline
Safetensors
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community

Instructions to use alexander1i/lustify-sdxl-inpaint-endpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use alexander1i/lustify-sdxl-inpaint-endpoint with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("alexander1i/lustify-sdxl-inpaint-endpoint", torch_dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
lustify-sdxl-inpaint-endpoint
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
alexander1i's picture
alexander1i
fix handler
7286926 11 months ago
  • scheduler
    Adding `diffusers` weights of this model over 1 year ago
  • text_encoder
    Adding `diffusers` weights of this model over 1 year ago
  • text_encoder_2
    Adding `diffusers` weights of this model over 1 year ago
  • tokenizer
    Adding `diffusers` weights of this model over 1 year ago
  • tokenizer_2
    Adding `diffusers` weights of this model over 1 year ago
  • unet
    Adding `diffusers` weights of this model over 1 year ago
  • vae
    Adding `diffusers` weights of this model over 1 year ago
  • .DS_Store
    8.2 kB
    fix handler 11 months ago
  • .gitattributes
    1.57 kB
    Model LUSTIFY-SDXL-NSFW-checkpoint-v2-0-INPAINTING from civitai over 1 year ago
  • README.md
    964 Bytes
    Model LUSTIFY-SDXL-NSFW-checkpoint-v2-0-INPAINTING from civitai over 1 year ago
  • handler.py
    7.64 kB
    fix handler 11 months ago
  • lustifySDXLNSFW_v20-inpainting.safetensors
    6.94 GB
    xet
    Model LUSTIFY-SDXL-NSFW-checkpoint-v2-0-INPAINTING from civitai over 1 year ago
  • model_index.json
    716 Bytes
    Adding `diffusers` weights of this model over 1 year ago
  • preview.jpeg
    139 kB
    xet
    Model LUSTIFY-SDXL-NSFW-checkpoint-v2-0-INPAINTING from civitai over 1 year ago
  • requirements.txt
    83 Bytes
    custom SDXL inpaint handler 11 months ago