Diffusers
English
lora
stable diffusion
stable diffusion lora
anime
stable diffusion sdxl
sdxl
lora xl
Instructions to use MLbackup/SDXL_Scraped_Loras_2024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MLbackup/SDXL_Scraped_Loras_2024 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("MLbackup/SDXL_Scraped_Loras_2024") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- Xet hash:
- d3ca1f75a92e6e27bd8ea435f129ab1e51f832a7acbd63034c8314c38c3cb07a
- Size of remote file:
- 228 MB
- SHA256:
- d730599fcde4be6ad62cc82684298b3c332c734fbe118eb4b74f3a407b636930
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.