Instructions to use PublicPrompts/PrintDesign with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use PublicPrompts/PrintDesign with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("PublicPrompts/PrintDesign", 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
Commit ·
e71f197
1
Parent(s): 9d43dc9
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (703c4147eb8d30ca812415948282a8cd957c965c)
- PrintDesign.safetensors +3 -0
PrintDesign.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e9b5c70b0abfb6cf64ff1c9960ba89e872d6f9e82e3568e4c122d73b56146c1
|
| 3 |
+
size 2132625462
|