Text-to-Image
Diffusers
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Instructions to use Retoe/stable8k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Retoe/stable8k 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("Retoe/stable8k") 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
- DiffusionBee
End of training
Browse files- checkpoint-54/optimizer.bin +3 -0
- checkpoint-54/pytorch_lora_weights.safetensors +3 -0
- checkpoint-54/random_states_0.pkl +3 -0
- checkpoint-54/scaler.pt +3 -0
- checkpoint-54/scheduler.bin +3 -0
- checkpoint-56/optimizer.bin +3 -0
- checkpoint-56/pytorch_lora_weights.safetensors +3 -0
- checkpoint-56/random_states_0.pkl +3 -0
- checkpoint-56/scaler.pt +3 -0
- checkpoint-56/scheduler.bin +3 -0
- image_0.png +2 -2
- image_1.png +2 -2
- image_2.png +2 -2
- image_3.png +2 -2
- pytorch_lora_weights.safetensors +1 -1
checkpoint-54/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c858fa2ba7a6b32b8e30855d3f5d9ffa29f35f0819b2364ef77bfdb055b6e68
|
| 3 |
+
size 23522514
|
checkpoint-54/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efef6102be20f8829363563c990b156be11a559f5a335857df5ff93dd6a95a2d
|
| 3 |
+
size 29868864
|
checkpoint-54/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5695c735045ff1337cbb6e2fc782b02cf6004868d7765c03258e23cc5b5f683
|
| 3 |
+
size 14344
|
checkpoint-54/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3710a364e902846531a6437e3bd6d70e9976fc0aa4a150d794682d5bbca51e08
|
| 3 |
+
size 988
|
checkpoint-54/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddcf9ffc197019bb9ce1c1f82cdf9682bb04cacae4d1a0e89a758b5cfc81879d
|
| 3 |
+
size 1064
|
checkpoint-56/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba30a4275ec15627da89f2fca736f5e9498dbe40e26c8c19713bb58db0e494f6
|
| 3 |
+
size 23522514
|
checkpoint-56/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7c68bbef818158a901c14b893b2fae9b9896b009c3b49d14da796da3ff5db6c
|
| 3 |
+
size 29868864
|
checkpoint-56/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:689a7b2ec95f009ebc5518208586e56a6b3d1929bd4d0c37d0d69866a48241bf
|
| 3 |
+
size 14344
|
checkpoint-56/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd8778bbb5a0a69fd90bb17a7ec160966e7d473d104bc6782d1b22756d792874
|
| 3 |
+
size 988
|
checkpoint-56/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc5a77814994e61ae30a09beb980b19d6e4543360edfe10e90aba8211caa6485
|
| 3 |
+
size 1064
|
image_0.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
image_1.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
image_2.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
image_3.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
pytorch_lora_weights.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 29868864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4452a5e2fbc106e66a0fd76d78ce500a1c8b64b3d7cd09c97215cc5659d9e75a
|
| 3 |
size 29868864
|