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 30
Browse files- checkpoint-500/optimizer.bin +1 -1
- checkpoint-500/random_states_0.pkl +1 -1
- checkpoint-500/unet/config.json +1 -1
- checkpoint-500/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-500/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:a70de06456845c57226e3fa0b861444a981e5f67dc6899bc97b8c4565e3dfd7c
|
| 3 |
size 909764137
|
checkpoint-500/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:d3fd15f367e0b87d3faaef6fe1fa1bfbf20f41c4411d7ad37ccd2dbd6160615a
|
| 3 |
size 14821
|
checkpoint-500/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-500/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:f8c09cf0227827120d9a3ac76a7643c05e7ea4e4cec158b5c09dc5a1782ce03f
|
| 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:76f0bb55bd0ed9fa67cb0bb21a2137310a64f8db4d0840b3fa9ff0e036ac125b
|
| 3 |
+
size 9134971
|
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:bafb296b1b104025abe4382e6446876aa9d6cf3e720d3ea1fa14b859ccd4d43e
|
| 3 |
size 454741108
|