Instructions to use ostris/ikea-instructions-lora-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ostris/ikea-instructions-lora-sdxl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ostris/ikea-instructions-lora-sdxl") prompt = "where is waldo " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
2d52c23 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d0e5fcbe1e6e2a364011bf27a66e8a40c05d02195d3e422cc393436388b8da17
size 185697368
|