Instructions to use JeffreyHuLLaMA2/DogDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JeffreyHuLLaMA2/DogDiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("JeffreyHuLLaMA2/DogDiffusion", 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
Commit ·
7700206
1
Parent(s): 0e7ddeb
Epoch 4
Browse files
logs/train_example/events.out.tfevents.1701209852.ip-10-0-0-145.6673.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a0122f87eadfb700a2c88521ce795635f04e3b6d5c859e7c8a56f767fc71e19
|
| 3 |
+
size 88
|
logs/train_example/events.out.tfevents.1701211821.ip-10-0-0-145.7098.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8a1ea615d92213bd8d83c99d30b256df29adbb6c3c3cd165d009f94bc951298
|
| 3 |
+
size 41735
|
logs/train_example/events.out.tfevents.1701212146.ip-10-0-0-145.7141.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4843b1f96f51c718ba380510dc1227f103ec84112411fc1e8a34f285a5c994a
|
| 3 |
+
size 816943
|
samples/0004.png
ADDED
|