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-22/optimizer.bin +3 -0
- checkpoint-22/pytorch_lora_weights.safetensors +3 -0
- checkpoint-22/random_states_0.pkl +3 -0
- checkpoint-22/scaler.pt +3 -0
- checkpoint-22/scheduler.bin +3 -0
- checkpoint-24/optimizer.bin +3 -0
- checkpoint-24/pytorch_lora_weights.safetensors +3 -0
- checkpoint-24/random_states_0.pkl +3 -0
- checkpoint-24/scaler.pt +3 -0
- checkpoint-24/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-22/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f9199d3ebba72bf4cd619eb84c7eaca0c894f5f264cd15caa365b1e1853d1eb
|
| 3 |
+
size 23522514
|
checkpoint-22/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8abeea5469fbce4e221d951badd2fb3083b20daf9a873d2ae890ff0fd7c88e93
|
| 3 |
+
size 29868864
|
checkpoint-22/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71e5a42d685d7d259ba9d0958fde72bd70fbee5dc8cc7be43374a075f8e93539
|
| 3 |
+
size 14344
|
checkpoint-22/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31b45e79d2c404f87e34631ac333d87804490a4e8782ef9dabe2bb610824927e
|
| 3 |
+
size 988
|
checkpoint-22/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffda677be90237652ca4f8de18b33f209e247afa6ccf861910c68fb6349a4408
|
| 3 |
+
size 1064
|
checkpoint-24/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66de6a6e14762dfd60dfc9adce7f6009ca7cf32501677e6983098c3ddfbd4568
|
| 3 |
+
size 23522514
|
checkpoint-24/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3a65773ea909272617c9cbd0018fbe214b2ac228ab21b6fef6f831457c3f33f
|
| 3 |
+
size 29868864
|
checkpoint-24/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb0203626f720962e4bc7b794503f87a48c1fee3244ade3d8e169904c6a4228e
|
| 3 |
+
size 14344
|
checkpoint-24/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dc6f8222afd1ded0747b4ea4f67de2eba6d1fc77124814cb39d13fafbac9455
|
| 3 |
+
size 988
|
checkpoint-24/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5b31e9d5ece3383c4b04353907ef8c1699e4a904c8e847d0928fb5e7e41bc9d
|
| 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:1ae21679f71cfd370b997885de34fc47fd17c4e263b89b64a07514b0bc8a7fc1
|
| 3 |
size 29868864
|