Instructions to use diffusers/lora-trained-xl-keramer-face with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diffusers/lora-trained-xl-keramer-face with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("diffusers/stable-diffusion-xl-base-0.9", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("diffusers/lora-trained-xl-keramer-face") prompt = "a photo of sks person" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Adding `safetensors` variant of this model
#1
by alexgenovese - opened
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13276d45a6bc1132af6452ae67be0a9722968a21b85d2a5c4b5b8705c2f64b54
|
| 3 |
+
size 23401064
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13276d45a6bc1132af6452ae67be0a9722968a21b85d2a5c4b5b8705c2f64b54
|
| 3 |
+
size 23401064
|