Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
diffusers-training
lora
Instructions to use AlexeyGHT/Stable_Diffusion_v1.4_web_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlexeyGHT/Stable_Diffusion_v1.4_web_lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("AlexeyGHT/Stable_Diffusion_v1.4_web_lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
End of training
Browse files- checkpoint-1350/model.safetensors +3 -0
- checkpoint-1350/optimizer.bin +3 -0
- checkpoint-1350/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1350/random_states_0.pkl +3 -0
- checkpoint-1350/scheduler.bin +3 -0
- image_0.png +0 -0
- image_1.png +0 -0
- image_2.png +0 -0
- image_3.png +0 -0
- pytorch_lora_weights.safetensors +1 -1
checkpoint-1350/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d13b1cb6c5d6a5aa2b5c4f4327104e07144f9592e1911b5bd73b12320ff3a0e
|
| 3 |
+
size 3441397096
|
checkpoint-1350/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b3bc3033b263e8ce5b60cfc948015560a4928f48ca36219872bae0d69eac6db
|
| 3 |
+
size 6592122
|
checkpoint-1350/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9158f5d8ba00c70552be62cbe5153eb4c527dc48f2eedefb3036c33b00e65f2a
|
| 3 |
+
size 3226184
|
checkpoint-1350/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ae4e3fb295aa40b10a592d752cad9b3f3721e5aa1c0ca276d706a26780a291e
|
| 3 |
+
size 14408
|
checkpoint-1350/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e69be2fbd76ca799454e679e900bf24dd248b30ad46ea1f9483a4f23d5c330d7
|
| 3 |
+
size 1000
|
image_0.png
CHANGED
|
|
image_1.png
CHANGED
|
|
image_2.png
CHANGED
|
|
image_3.png
CHANGED
|
|
pytorch_lora_weights.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3226184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9158f5d8ba00c70552be62cbe5153eb4c527dc48f2eedefb3036c33b00e65f2a
|
| 3 |
size 3226184
|