Instructions to use stabilityai/stable-diffusion-xl-refiner-0.9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stabilityai/stable-diffusion-xl-refiner-0.9 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("stabilityai/stable-diffusion-xl-refiner-0.9", 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
stabilityai/stable-diffusion-xl-refiner-0.9 download request
#19 opened 4 months ago
by
artistalanr
Request: DOI
#18 opened 10 months ago
by
xjtunb
Request: DOI
#17 opened over 1 year ago
by
SubhanQamar
Request: DOI
#16 opened over 1 year ago
by
matildedmna
How To Use SDXL in Automatic1111 Web UI - SD Web UI vs ComfyUI - Easy Local Install Tutorial / Guide
#14 opened almost 3 years ago
by
MonsterMMORPG
Will we be able to train refiner? I made the first tutorial for Base model it works great but we need refiner training for more awesomeness
6
#13 opened almost 3 years ago
by
MonsterMMORPG
ComfyUI Master Tutorial - Stable Diffusion XL (SDXL) - Install On PC, Google Colab (Free) & RunPod
#11 opened almost 3 years ago
by
MonsterMMORPG
Ckpt file for stable-diffusion-xl-refiner-0.9
#10 opened almost 3 years ago
by
spuliz
Connection problem
👍 2
5
#7 opened almost 3 years ago
by
gebaltso
std
#6 opened almost 3 years ago
by
jiaoguoshida
Tutorial - How to use SDXL on Google Colab and on PC - official repo weights - supports refiner
#3 opened almost 3 years ago
by
MonsterMMORPG