Text-to-Image
Diffusers
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Instructions to use MartinSumera/futured5_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MartinSumera/futured5_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("MartinSumera/futured5_LoRA") prompt = "a professional portrait of a person in black clothing against a dark background in the style of TOK, " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
- Xet hash:
- b124c79803cecb6a3c3aa224c048d337e1db84318589f00745d7b9acb3354d70
- Size of remote file:
- 15 MB
- SHA256:
- e0524b37788be013eed6fa5dc8545a0a8e843d14040a3e2c66e2e0f23e0436df
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.