Instructions to use nroggendorff/obama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nroggendorff/obama with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nroggendorff/obama", 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 149
Browse files
checkpoints/model_epoch_149.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce1088e82014f403ae87fa057e13d15afe175c7354e9f891d3b5ad965900d573
|
| 3 |
+
size 454741076
|
logs/train_example/events.out.tfevents.1712690519.r-nroggendorff-jupyter-435qcafz-ffc0f-ab1fd.62.3
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:827fc247a21810efe3c487bf78086bb160eaa2965e1b699487ea863e26889741
|
| 3 |
+
size 133048
|
samples/0149.png
ADDED
|