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 / tokenizer_2
1.59 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
YuCollection's picture
YuCollection
Upload tokenizer_2/vocab.json with huggingface_hub
0715365 verified 3 months ago
  • merges.txt
    525 kB
    Upload tokenizer_2/merges.txt with huggingface_hub 3 months ago
  • special_tokens_map.json
    460 Bytes
    Upload tokenizer_2/special_tokens_map.json with huggingface_hub 3 months ago
  • tokenizer_config.json
    725 Bytes
    Upload tokenizer_2/tokenizer_config.json with huggingface_hub 3 months ago
  • vocab.json
    1.06 MB
    Upload tokenizer_2/vocab.json with huggingface_hub 3 months ago