Instructions to use biali/sdv15_loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use biali/sdv15_loras with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stable-diffusion-v1-5/stable-diffusion-v1-5", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("biali/sdv15_loras") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload sdv15_lora_gnd_textures.safetensors
Browse filesTextures LoRA v.2 trained with over 2000 ground and cliff images.
sdv15_lora_gnd_textures.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40e9e984f600ebbc2469042f7b47e500bbd6c4e22eacd2971caf7c2176a63a91
|
| 3 |
+
size 13649856
|