Instructions to use DJMOON/cc_diffusion_01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DJMOON/cc_diffusion_01 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DJMOON/cc_diffusion_01", 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 21
Browse files
logs/train_example/events.out.tfevents.1713248668.DESKTOP-PDH94BV.33924.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:12aaeb28f1649d62a40381c44319b7ee91cbf93d4264782c6c2900ca2a42518f
|
| 3 |
+
size 927306
|
samples/0021.png
ADDED
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454747412
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43ae0a497e7b7041f1e02b418544bc9a9baaf01e5cef96a0ee51be4c0e72ee8d
|
| 3 |
size 454747412
|