Instructions to use donkeymouse/TherA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use donkeymouse/TherA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("donkeymouse/TherA", 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 ·
419fc6f
1
Parent(s): 35336e3
Upload 3 files (#1)
Browse files- Upload 3 files (cae84ff68d4656ce59d3254240c82d2f22523735)
Co-authored-by: Tai Hyoung (William) Rhee <williamrhee@users.noreply.huggingface.co>
CLOUDY.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7232c7abce01f7aaded4124247c6f8a3c9f251b401e583fb4ac2356bc66cd82
|
| 3 |
+
size 4875435
|
RAINY.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9720d68f05b953761259115e682ca58774965929581764e868cd64b8d4bae54a
|
| 3 |
+
size 4875435
|
SUNNY.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12ec1ad8495a790a5660ea546b9e020edff032b2077b866c68522a6c813a3b8c
|
| 3 |
+
size 4883543
|