Instructions to use maxmarcon/klimt-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use maxmarcon/klimt-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("maxmarcon/klimt-diffusion", 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 50
Browse files- checkpoint-1000/optimizer.bin +1 -1
- checkpoint-1000/random_states_0.pkl +1 -1
- checkpoint-1000/scheduler.bin +1 -1
- checkpoint-1000/unet/config.json +1 -1
- checkpoint-1000/unet/diffusion_pytorch_model.safetensors +1 -1
- logs/train_unconditional/events.out.tfevents.1785528047.5c355a00dafa.3186.0 +2 -2
- unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-1000/optimizer.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 909764137
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdfe33cfb64f65bf8d3cbb0653812de7a11bef4fa586749b866bf6a98764b01f
|
| 3 |
size 909764137
|
checkpoint-1000/random_states_0.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14821
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed108b15443b7cb03a05c7bd67d7fc7836c4a067463aad9552bab9c610362a87
|
| 3 |
size 14821
|
checkpoint-1000/scheduler.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1401
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90b87cbf4d6943bc64cf4087d6812c0ad02cfb3eb035e538ab91b53c0041e324
|
| 3 |
size 1401
|
checkpoint-1000/unet/config.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
| 38 |
"num_train_timesteps": null,
|
| 39 |
"out_channels": 3,
|
| 40 |
"resnet_time_scale_shift": "default",
|
| 41 |
-
"sample_size":
|
| 42 |
"time_embedding_dim": null,
|
| 43 |
"time_embedding_type": "positional",
|
| 44 |
"up_block_types": [
|
|
|
|
| 38 |
"num_train_timesteps": null,
|
| 39 |
"out_channels": 3,
|
| 40 |
"resnet_time_scale_shift": "default",
|
| 41 |
+
"sample_size": 256,
|
| 42 |
"time_embedding_dim": null,
|
| 43 |
"time_embedding_type": "positional",
|
| 44 |
"up_block_types": [
|
checkpoint-1000/unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454741108
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f812e05d662f516f06dec3b81f984c2cc3e957f404439602e51873c6c6a5a6d1
|
| 3 |
size 454741108
|
logs/train_unconditional/events.out.tfevents.1785528047.5c355a00dafa.3186.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:83a4b46375572a27c6b5353cf391c4596c07f03f97a82574841952efc1c4d683
|
| 3 |
+
size 13026382
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454741108
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e4d47e57b77c55c65e05857d2cb15d39ee7d60f5118591d03127f1772a03a0c
|
| 3 |
size 454741108
|