Instructions to use dminhk/deepracer-example-sdxl-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dminhk/deepracer-example-sdxl-lora 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("dminhk/deepracer-example-sdxl-lora") prompt = "a photo of sks deepracer" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
- Xet hash:
- 71ba195fa79b3fa6564bc42a4ef010390ebe8331b0155e0afea5658b2a5c3a66
- Size of remote file:
- 23.7 MB
- SHA256:
- aad5191d349d313642d69ae1380b479eb028b0b15f9aa7ee8aa803663c373bab
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.