Instructions to use chenlei1983/testtohf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use chenlei1983/testtohf with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("chenlei1983/testtohf", 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
pr-test
#3
by DQLiu - opened
- .gitattributes +1 -1
- RWKV-Runner_windows_x64.exe +3 -0
.gitattributes
CHANGED
|
@@ -55,4 +55,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 55 |
# Image files - compressed
|
| 56 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 58 |
-
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 55 |
# Image files - compressed
|
| 56 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
*.webp filter=lfs diff=lfs merge=lfs -textRWKV-Runner_windows_x64.exe filter=lfs diff=lfs merge=lfs -text
|
RWKV-Runner_windows_x64.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9462426051d80abdaaeffe648b63eca139815eb66d899b75ec36cae7c58deee1
|
| 3 |
+
size 14461440
|