Instructions to use ktsintsis/trainedDataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ktsintsis/trainedDataset with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ktsintsis/trainedDataset", 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
Epoch 39
Browse files
.gitattributes
CHANGED
|
@@ -39,3 +39,5 @@ samples/0014.png filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
samples/0019.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
samples/0024.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
samples/0029.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 39 |
samples/0019.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
samples/0024.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
samples/0029.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
samples/0034.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
samples/0039.png filter=lfs diff=lfs merge=lfs -text
|
logs/train_example/events.out.tfevents.1742323809.7614ca077943.2561.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:085c7f28c9f774fecd18a97ea38467e1f24b8f1c66b6a75ee47fdd6c57d68bb0
|
| 3 |
+
size 9700546
|
samples/0034.png
ADDED
|
Git LFS Details
|
samples/0039.png
ADDED
|
Git LFS Details
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454722660
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdd4c774993d6301c4bc1197006c6000fbd4d1ccdcc3380a19722730b0b17352
|
| 3 |
size 454722660
|