Text-to-Image
Diffusers
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Instructions to use nityanandmathur/cityscapes-sdxl-lora-r4-i1000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nityanandmathur/cityscapes-sdxl-lora-r4-i1000 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("nityanandmathur/cityscapes-sdxl-lora-r4-i1000") prompt = "a car in sks scene" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee

- Xet hash:
- 28e7d4d64acbcdefe2b49afaf6a78783dfe5653acb5f8f24f81dc37b2ba8de2d
- Size of remote file:
- 1.18 MB
- SHA256:
- d5a88375d65017aa25e7848366fb1bb3eef484d224a2290f0e509024b0cf011a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.