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-146/optimizer.bin +3 -0
- checkpoint-146/pytorch_lora_weights.safetensors +3 -0
- checkpoint-146/random_states_0.pkl +3 -0
- checkpoint-146/scaler.pt +3 -0
- checkpoint-146/scheduler.bin +3 -0
- checkpoint-148/optimizer.bin +3 -0
- checkpoint-148/pytorch_lora_weights.safetensors +3 -0
- checkpoint-148/random_states_0.pkl +3 -0
- checkpoint-148/scaler.pt +3 -0
- checkpoint-148/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-146/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab87857f52d5ae8e66e509c85e77fd8bd2badfc46d36a68be840148897915777
|
| 3 |
+
size 23522514
|
checkpoint-146/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e64d02aa57e1f9e3003a839c2138e938a03ae2ad269a13bfaa4f949bb68ab992
|
| 3 |
+
size 29868864
|
checkpoint-146/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c855b79e37df6f52f3c56c8778a8bbe81d1c697de3a1c24c2382fa3dabe3c75
|
| 3 |
+
size 14408
|
checkpoint-146/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3126a6b576ad47e8e67cf391d5493507026e98e09447d7ab0651182eede8b32a
|
| 3 |
+
size 988
|
checkpoint-146/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45880b87243cfcc5d777b06e4f72a8035030d512de4187b60b288bd24037044c
|
| 3 |
+
size 1064
|
checkpoint-148/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58faf06049a2e74271e1c07c3158c9d3158151f4290f2311443ab349d5cc022b
|
| 3 |
+
size 23522514
|
checkpoint-148/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7db9a9188d407d356f50da26ae4e904f01e74ad365a4e81eb88d972fb7ca84f7
|
| 3 |
+
size 29868864
|
checkpoint-148/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:807a4e0f49fd1ce7353eef5cd6a4ed02f41ed836b79e0c929541212816b9f856
|
| 3 |
+
size 14408
|
checkpoint-148/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e98f1669b5a42c5af3801d8ffe1d6b740c68f019f1e5c1436b0b398f874b02f
|
| 3 |
+
size 988
|
checkpoint-148/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccef22d53ecb3dcfa220eb5519861101e516715d96b4dab73555f087a94704ab
|
| 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:0c7ba65eee10a82a1cfb3d5657e9b5c4fd6c41175da42ef6b2d1391db4f1c6db
|
| 3 |
size 29868864
|