Instructions to use mrzbrt/schaeffer-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mrzbrt/schaeffer-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("riffusion/riffusion-model-v1", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mrzbrt/schaeffer-lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Upload 5 files
Browse files
checkpoint-40000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddf317f249ba0bc72682c42eeb720cb1b11fc99d41ddedb794d54e63bfb1ea67
|
| 3 |
+
size 3441397096
|
checkpoint-40000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c882783fd24a597fdb949df0b8afe88f26ac64d94b85565a568c01067e43a49b
|
| 3 |
+
size 6592122
|
checkpoint-40000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58de8fda84d2bf4b9097de981aef09e29ae8ef5d0112e8b8818e3a4fc73da858
|
| 3 |
+
size 3226184
|
checkpoint-40000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dc91dd153adea37992b3ab848ddd348d5760fd0088a7f29e20481bbfac93b10
|
| 3 |
+
size 14408
|
checkpoint-40000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ea99a2152de923ae81a8ac5a924bd4602bad26b3d49d566558d4d46fc602027
|
| 3 |
+
size 1000
|