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-42/optimizer.bin +3 -0
- checkpoint-42/pytorch_lora_weights.safetensors +3 -0
- checkpoint-42/random_states_0.pkl +3 -0
- checkpoint-42/scaler.pt +3 -0
- checkpoint-42/scheduler.bin +3 -0
- checkpoint-44/optimizer.bin +3 -0
- checkpoint-44/pytorch_lora_weights.safetensors +3 -0
- checkpoint-44/random_states_0.pkl +3 -0
- checkpoint-44/scaler.pt +3 -0
- checkpoint-44/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-42/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13b5976dbc835679e2bd02027e1f650973d760df4e3d1a688eb633f05ad6ea9b
|
| 3 |
+
size 23522514
|
checkpoint-42/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46c70875b45097074153b3ae9bf47fee5d151420fa486cc226f4b4361a97880b
|
| 3 |
+
size 29868864
|
checkpoint-42/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7a31ba51bf78c9c11f7ca91f5ec02c567b6422bde4de70678718750ab6e34ae
|
| 3 |
+
size 14344
|
checkpoint-42/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d7840fcf485de8aa6927c1e4ff754882349f604e8482c8d1d199a07f779d54d
|
| 3 |
+
size 988
|
checkpoint-42/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f2e3acd35e6d3edfaf26ae8e51312cc128c68c5117e0a06542a547e95b83ac3
|
| 3 |
+
size 1064
|
checkpoint-44/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0e50dc45155f15cdb51d35ec301e2f8b703862a849df5e85ad982c80f5ee78b
|
| 3 |
+
size 23522514
|
checkpoint-44/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1fc86882b80455ef742963e8eaa5a3aaa64a56f8ad5d36cc6137577c4f8ab8e
|
| 3 |
+
size 29868864
|
checkpoint-44/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ebb166040fb7e522ef931c6f7dbdda32a517cf5ba47074b4915adf9139577af
|
| 3 |
+
size 14344
|
checkpoint-44/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c9b2d531961e5d2e62f3f04f261cdc73b2f148f446de659eedf81e0be01d4e6
|
| 3 |
+
size 988
|
checkpoint-44/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:296a52dcab144a6c04ba9d516f36446b60e9288e66f1c6e44964c99431b80202
|
| 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:944bca154e66bc98b4ec92839863a47f3351bcf733e93a3ef96be742392d1019
|
| 3 |
size 29868864
|