Instructions to use chentxxx/Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use chentxxx/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("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("chentxxx/Lora") prompt = "a photo of jiaran girl" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
- Xet hash:
- ce3dafd3df059e4605e98342c3bc6adf9a59952f64fab591588d668c7b3be017
- Size of remote file:
- 6.59 MB
- SHA256:
- 385b14f6321ef179caabdd65f754c1592e2ba83b6e94ace631e3c051c45327b2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.