Instructions to use arnomatic/seacreatures with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use arnomatic/seacreatures with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("arnomatic/seacreatures", dtype=torch.bfloat16, device_map="cuda") prompt = "underwater" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files


README.md
CHANGED
|
@@ -13,13 +13,9 @@ underwater bioluminescence creature (use that on your prompt)
|
|
| 13 |
|
| 14 |
Sample pictures of:
|
| 15 |
|
| 16 |
-

|
| 20 |
-

|
| 21 |
-

|
| 22 |
-
|
| 23 |
|
| 24 |
|
| 25 |
|
|
|
|
| 13 |
|
| 14 |
Sample pictures of:
|
| 15 |
|
| 16 |
+

|
| 17 |
+

|
| 18 |
+

|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
|