Instructions to use stabilityai/stable-diffusion-xl-refiner-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stabilityai/stable-diffusion-xl-refiner-1.0 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-1.0", 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
📋 Documentation Enhancement Suggestion
#46 opened 3 months ago
by
CroviaTrust
IMAGINATION HUB
1
#45 opened 5 months ago
by
motherskitchenblr2
Update README.md
1
#43 opened 8 months ago
by
tabrezahmed
Request: DOI
#42 opened about 1 year ago
by
eslemkiremitci
Men wearing wedding dress
#39 opened over 1 year ago
by
Vishal9418
Fine tuning
1
#38 opened over 1 year ago
by
Ayaz550
difference between 2 models?
2
#37 opened almost 2 years ago
by deleted
Update README.md
#35 opened about 2 years ago
by
SYGNUS
Update README.md
#34 opened about 2 years ago
by
vgrowhouse
Delete 01.png
#33 opened about 2 years ago
by
boilgo
unknown error
➕ 1
#32 opened about 2 years ago
by
Mahfujul
OSError: Error no file named config.json found in directory stabilityai/stable-diffusion-xl-refiner-1.0/.
#31 opened about 2 years ago
by
torchCoder
negative prompt available ?
🔥 1
#30 opened about 2 years ago
by
minahil5757
Update README.md
#28 opened about 2 years ago
by
temiboboye
Delete pipeline.png
#27 opened over 2 years ago
by
omana
Update README.md
#26 opened over 2 years ago
by
Artur-iba
New demo of SDXL. Fast and free!
3
#24 opened over 2 years ago
by deleted
Update README.md
#22 opened over 2 years ago
by
Melsc
Only receiving black images?
2
#20 opened over 2 years ago
by
SLRezarak
In comfyUI, controlnet and img2img report errors, but the v1.5 model is normal.
#19 opened over 2 years ago
by
obtenir
how to finetune “refiner” model, or training lora for "refiener"?
👍 4
7
#18 opened almost 3 years ago
by
daxijiu
error when deploying to huggingface inference endpoint
2
#17 opened almost 3 years ago
by
maazmehmood22
Is it possible to use the refiner separately from the base model?
1
#16 opened almost 3 years ago
by
Mousey
"Why do models labeled as 'refiners' always produce repeated images?
3
#15 opened almost 3 years ago
by
BUCKYGOGO
Update README.md
#14 opened almost 3 years ago
by
DORA1222
changes-test
2
#12 opened almost 3 years ago
by
DORA1222
Update README.md
#10 opened almost 3 years ago
by
DORA1222
The uploaded vae safetensor model in fp16
1
#9 opened almost 3 years ago
by
qiwang
how to use the refiner model?
1
#7 opened almost 3 years ago
by
weifeng-chen
Use SDXL in Automatic1111 RC1.5.1 Web UI
2
#6 opened almost 3 years ago
by
swumagic
ComfyUI Tutorial - How to Install ComfyUI on Windows, RunPod & Google Colab | Stable Diffusion SDXL 1.0 & Refiner
#3 opened almost 3 years ago
by
MonsterMMORPG