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 ·
762f2ac
1
Parent(s): 0608582
Epoch 0
Browse files
logs/train_example/events.out.tfevents.1701575780.ip-10-0-0-145.2297.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34b2ce5116ac0c882b57a39ce17cec32d59853c731234e68a0fb61bd80b5759e
|
| 3 |
+
size 88
|
logs/train_example/events.out.tfevents.1701575803.ip-10-0-0-145.2334.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e62c6e95f1d336a3b28a2ebe328bea3e3a94236eb5b0f5cdf7e40cc4eea002d
|
| 3 |
+
size 163147
|
samples/0000.png
ADDED
|