Instructions to use kliyer/LoRAdapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kliyer/LoRAdapter with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("kliyer/LoRAdapter") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Upload 2 files
Browse files
sd15-style-cross-160-h/style/lora-checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4599f47907a9a900ea6834c7f4d4f95e5f1ad6205d9aa4ce8625617222989f64
|
| 3 |
+
size 73693714
|
sd15-style-cross-160-h/style/mapper-checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f38bf99085d9dcc9a2f433a486df5a180be1a01ab90f9cdbf618451aa3d2a48d
|
| 3 |
+
size 4208800
|