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

  • Log In
  • Sign Up

YuCollection
/
sdxl-1.0-refiner-diffusers

Image-to-Image
Diffusers
Safetensors
StableDiffusionXLImg2ImgPipeline
stable-diffusion
Model card Files Files and versions
xet
Community

Instructions to use YuCollection/sdxl-1.0-refiner-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use YuCollection/sdxl-1.0-refiner-diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("YuCollection/sdxl-1.0-refiner-diffusers", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
sdxl-1.0-refiner-diffusers / text_encoder_2
4.17 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
YuCollection's picture
YuCollection
Upload text_encoder_2/model.safetensors with huggingface_hub
ba5fb7f verified 3 months ago
  • config.json
    575 Bytes
    Upload text_encoder_2/config.json with huggingface_hub 3 months ago
  • model.fp16.safetensors
    1.39 GB
    xet
    Upload text_encoder_2/model.fp16.safetensors with huggingface_hub 3 months ago
  • model.safetensors
    2.78 GB
    xet
    Upload text_encoder_2/model.safetensors with huggingface_hub 3 months ago