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-110/optimizer.bin +3 -0
- checkpoint-110/pytorch_lora_weights.safetensors +3 -0
- checkpoint-110/random_states_0.pkl +3 -0
- checkpoint-110/scaler.pt +3 -0
- checkpoint-110/scheduler.bin +3 -0
- checkpoint-112/optimizer.bin +3 -0
- checkpoint-112/pytorch_lora_weights.safetensors +3 -0
- checkpoint-112/random_states_0.pkl +3 -0
- checkpoint-112/scaler.pt +3 -0
- checkpoint-112/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-110/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3778c6a31781bd4fcf8b97cefe3bff7bff80a9169659784903b10c886c1e793f
|
| 3 |
+
size 23522514
|
checkpoint-110/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e25c7049565152b84999eedae1457ce4f027cacf2c11d946cb0e3caa803f101
|
| 3 |
+
size 29868864
|
checkpoint-110/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a56f9af8745128ae047e61b7e90222e5f662f7ebf2ed7f1fa73d122f536eb4c
|
| 3 |
+
size 14408
|
checkpoint-110/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79a361e327100c0b4b68c32cf7a15d264957f2c894398cec5c4631513143a484
|
| 3 |
+
size 988
|
checkpoint-110/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08b0e1afb4eea553a639a197b519d75f69800118a05d8e4264a3e06d49982e59
|
| 3 |
+
size 1064
|
checkpoint-112/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:045f9c756d02b97a2792e93c28bc6f4542589ec8daf3edee19e3c33f9e906af1
|
| 3 |
+
size 23522514
|
checkpoint-112/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db8921561ae78d4a6ab5052e4d2491bb4da1771056c7dce7a477077bac5b09b5
|
| 3 |
+
size 29868864
|
checkpoint-112/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:193e3adacb006a07257981978dff69d4092482688008daef30c42b42138d1863
|
| 3 |
+
size 14408
|
checkpoint-112/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27ddc0f8da1dbc23e681df8a930d2cba41af2e9b049b0397d5e3901af1b8f581
|
| 3 |
+
size 988
|
checkpoint-112/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a978690e0c9e15ab187c0878e6fd4313f1abd8f0e0067733b2260a87d884a544
|
| 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:90a251ac7900f01710198d450d4222b857b5a12a737eaad4e406883ec24743c4
|
| 3 |
size 29868864
|