Instructions to use alppo/VCDMPipeline_traditional with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alppo/VCDMPipeline_traditional with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("alppo/VCDMPipeline_traditional", 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 +1 -0
- samples/0039.png +0 -0
- samples/0039_process.png +3 -0
- training_state.pt +1 -1
- unet/diffusion_pytorch_model.safetensors +1 -1
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
samples/0009_process.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
samples/0019_process.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/0029_process.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
samples/0009_process.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
samples/0019_process.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/0029_process.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
samples/0039_process.png filter=lfs diff=lfs merge=lfs -text
|
samples/0039.png
ADDED
|
samples/0039_process.png
ADDED
|
Git LFS Details
|
training_state.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 943888554
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13e56a1bec0bbb1134818d6665169ea134036c0d3f8b41ed01f6e67eb0f404af
|
| 3 |
size 943888554
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 471794956
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc8eeaf1880ce3e3cd757647f23ad776ce37415b302ccf2251902bc3269e00f4
|
| 3 |
size 471794956
|