Instructions to use wolfer45/tor-swallowv2-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wolfer45/tor-swallowv2-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/sdxl-turbo", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("wolfer45/tor-swallowv2-sdxl") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 133 Bytes
dea1edf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bb6e72114a57cac0ef240461516058aa8bd6a9caa946f09acda96db5f2453d05
size 28918868
|