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-118/optimizer.bin +3 -0
- checkpoint-118/pytorch_lora_weights.safetensors +3 -0
- checkpoint-118/random_states_0.pkl +3 -0
- checkpoint-118/scaler.pt +3 -0
- checkpoint-118/scheduler.bin +3 -0
- checkpoint-120/optimizer.bin +3 -0
- checkpoint-120/pytorch_lora_weights.safetensors +3 -0
- checkpoint-120/random_states_0.pkl +3 -0
- checkpoint-120/scaler.pt +3 -0
- checkpoint-120/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-118/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f477cb57eced80aa50d073c98227d3d298320edb1f9b0f87b2a37d0951e887c2
|
| 3 |
+
size 23522514
|
checkpoint-118/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a90562cc13bed493da07f2e5608cd7632c71a315477dd9f2215df4fc3284bd4
|
| 3 |
+
size 29868864
|
checkpoint-118/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccd247d25eb694a85378cc56dfd8bb681409d1b52f0602b260f2979b6e0c7604
|
| 3 |
+
size 14408
|
checkpoint-118/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecaad1182069ed34912677ab2fa40aa79dcf2e97697c0ab001ddeb8b1787b26c
|
| 3 |
+
size 988
|
checkpoint-118/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3491a238ba819ab092f8e0073fa42b78b1c401ed2b89cdc8c1c9f4aaf57b0c61
|
| 3 |
+
size 1064
|
checkpoint-120/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36f5d6bafe2749e78c17031151cb48221fe33126fc98359dafe643db4dd5898f
|
| 3 |
+
size 23522514
|
checkpoint-120/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cc3e6a1d5fc5b2a994039f367cfb52ea3cbc32abec16446f2f98fe0b04cf8f9
|
| 3 |
+
size 29868864
|
checkpoint-120/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0462fb4c94a620b7fab5a93e1041b0d20ccd0442cb3eb64a2ddd35755aba27f
|
| 3 |
+
size 14408
|
checkpoint-120/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:578927bb1c801cdd14af41be9b1907db16bd1c7b35d8fc1fc2779e79adb5109e
|
| 3 |
+
size 988
|
checkpoint-120/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95bb9493262cbbac44be6701af73c7dbb0f3177ea909f5cec3f1bf4e544fcff1
|
| 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:f489e35fb23efde2c6d60e2a6e641c7af6cd8a486ae41db8f310f36fdf408a8e
|
| 3 |
size 29868864
|