Instructions to use dranzerstar/SD-textual-inversion-embeddings-repo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dranzerstar/SD-textual-inversion-embeddings-repo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dranzerstar/SD-textual-inversion-embeddings-repo", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Commit ·
d05eb6c
1
Parent(s): ca85c3b
Upload 2 files
Browse files
.gitattributes
CHANGED
|
@@ -103,3 +103,4 @@ Lora_sorted/AK/char-scene.png filter=lfs diff=lfs merge=lfs -text
|
|
| 103 |
Lora_sorted/pnc/char-lind.png filter=lfs diff=lfs merge=lfs -text
|
| 104 |
Lora_sorted/AS/char-areia.png filter=lfs diff=lfs merge=lfs -text
|
| 105 |
Lora_sorted/BA/char-mina.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 103 |
Lora_sorted/pnc/char-lind.png filter=lfs diff=lfs merge=lfs -text
|
| 104 |
Lora_sorted/AS/char-areia.png filter=lfs diff=lfs merge=lfs -text
|
| 105 |
Lora_sorted/BA/char-mina.png filter=lfs diff=lfs merge=lfs -text
|
| 106 |
+
Lora_sorted/pnc/char-sueyoi.png filter=lfs diff=lfs merge=lfs -text
|
Lora_sorted/pnc/char-sueyoi.png
ADDED
|
Git LFS Details
|
Lora_sorted/pnc/char-sueyoi.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fe2db7102dd3cc423315709b63d5f6bc4be9eb1780ab57ea23af011c3d05ef6
|
| 3 |
+
size 37864973
|