Instructions to use byliutao/Longcat-Image-Turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use byliutao/Longcat-Image-Turbo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("byliutao/Longcat-Image-Turbo", 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
- Local Apps
- Draw Things
- DiffusionBee
Upload 4 files
Browse files- .gitattributes +4 -0
- assets/longcat.png +3 -0
- assets/pipe.png +3 -0
- assets/sd3.png +3 -0
- assets/teaser.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
assets/longcat.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
assets/pipe.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
assets/sd3.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
assets/teaser.png filter=lfs diff=lfs merge=lfs -text
|
assets/longcat.png
ADDED
|
Git LFS Details
|
assets/pipe.png
ADDED
|
Git LFS Details
|
assets/sd3.png
ADDED
|
Git LFS Details
|
assets/teaser.png
ADDED
|
Git LFS Details
|