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-38/optimizer.bin +3 -0
- checkpoint-38/pytorch_lora_weights.safetensors +3 -0
- checkpoint-38/random_states_0.pkl +3 -0
- checkpoint-38/scaler.pt +3 -0
- checkpoint-38/scheduler.bin +3 -0
- checkpoint-40/optimizer.bin +3 -0
- checkpoint-40/pytorch_lora_weights.safetensors +3 -0
- checkpoint-40/random_states_0.pkl +3 -0
- checkpoint-40/scaler.pt +3 -0
- checkpoint-40/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-38/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c91f8e5361993f121adb051b7d85621215d7684bf49409c46fc4f6ae4040218
|
| 3 |
+
size 23522514
|
checkpoint-38/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:820b59a9e1ce32ccdb822731fc114d69d925fc14bfd2ec2b9426d53fed6b303c
|
| 3 |
+
size 29868864
|
checkpoint-38/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58556b47d31618c090000aacbc71f7221bcf3cba254f534821733540a7de1957
|
| 3 |
+
size 14344
|
checkpoint-38/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1377e50131b535ca7c95a6d2f62b9fa8e035d7f89564de631f65df7fe3d6f734
|
| 3 |
+
size 988
|
checkpoint-38/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d3c2f373aa63dcaa0945bf36458c9d6b853ca7a8a3746f3b06f63c743bc751a
|
| 3 |
+
size 1064
|
checkpoint-40/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9167f0d07db47896db1ac98bcbcba3cf276b0b85dcb7e0ef18b1ba69aa3f123
|
| 3 |
+
size 23522514
|
checkpoint-40/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e13011c62917bfaeb7647bed8113b35087fbcb8ebd92653b36956f9c2802ba90
|
| 3 |
+
size 29868864
|
checkpoint-40/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36f2605fbb1b4e69a3c4fe5ff070055ec253db9b9515c6b5a4876818d1d40c6d
|
| 3 |
+
size 14344
|
checkpoint-40/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96e12ec589009818f0e1e5def4fdd6c8fc162c77681ee984c5cf425cfc2a1185
|
| 3 |
+
size 988
|
checkpoint-40/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c2ac450915c6618a0d5c36dcebe76b54ec1a9afcbd04f98ffe5380e6206e8f1
|
| 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:02f5937c28b97fceb58c91f5b7b982481275f61e564c7446f4a0a9099355ad3a
|
| 3 |
size 29868864
|