Instructions to use plasmo/clayitization-sd2-1-768px with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use plasmo/clayitization-sd2-1-768px with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("plasmo/clayitization-sd2-1-768px", dtype=torch.bfloat16, device_map="cuda") prompt = "clayitization " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,6 +43,9 @@ Tips:
|
|
| 43 |
|
| 44 |
Sample pictures of this concept:
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |

|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
Sample pictures of this concept:
|
| 45 |
|
| 46 |
+
prompt: Clayitization, cat, mdjrny-ppc (embedding) *this is adding the Midjourney-papercut embedding*
|
| 47 |
|
| 48 |

|
| 49 |
+
|
| 50 |
+
prompt: Clayitization, brad pitt, inkpunk768 (embedding) *this is adding the Inkpunk768 embedding*
|
| 51 |
+

|