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-138/optimizer.bin +3 -0
- checkpoint-138/pytorch_lora_weights.safetensors +3 -0
- checkpoint-138/random_states_0.pkl +3 -0
- checkpoint-138/scaler.pt +3 -0
- checkpoint-138/scheduler.bin +3 -0
- checkpoint-140/optimizer.bin +3 -0
- checkpoint-140/pytorch_lora_weights.safetensors +3 -0
- checkpoint-140/random_states_0.pkl +3 -0
- checkpoint-140/scaler.pt +3 -0
- checkpoint-140/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-138/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33973db93edf2eed2877245eee38f5f13d726a9bc82809b90e7e1dc1ab7efd72
|
| 3 |
+
size 23522514
|
checkpoint-138/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5164917a38f49ba0e1a7e5df5d385f0d60e4ba8a2fee6239b04520456d5711a7
|
| 3 |
+
size 29868864
|
checkpoint-138/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db6eff455185bbd74b87ae066b591d92a72403eb3e45025bf8821237ef827d62
|
| 3 |
+
size 14408
|
checkpoint-138/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f24e2ebd17b28835501058f8e7e09a884bebc1898dce8df62694bb442337c4fe
|
| 3 |
+
size 988
|
checkpoint-138/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d88e76db9de2dc07ae536d3bd2c29cee123568b10699727bf71e699cc41684a
|
| 3 |
+
size 1064
|
checkpoint-140/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b05440ac3f1f9d8618b68195422b5c33878f56fb30c7ad5665ae7fcb142f45fe
|
| 3 |
+
size 23522514
|
checkpoint-140/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d4e368156b94a0f11897d1cc9de93bf7f4a0f85e79c7bbd352c99c7d2a4a895
|
| 3 |
+
size 29868864
|
checkpoint-140/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39236e3a4582d83c53ca0d71823c5efba21e93409254bcf932e43fcebbdf2cc2
|
| 3 |
+
size 14408
|
checkpoint-140/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cb6d32bf75b8b8aa48459b5e11db8d7e99b4a4e850d020d26ec712bcae15eeb
|
| 3 |
+
size 988
|
checkpoint-140/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d3827502fbf5dad34379cdb2decea9188d822832de3886cadddc8af5c4fc705
|
| 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:ea4bca4f44e4272cc27db2c3fce4dbd279fa95afbd010696fd1d70489dd9f6c0
|
| 3 |
size 29868864
|