Instructions to use LieDeath/MergeStove2.5D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LieDeath/MergeStove2.5D with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LieDeath/MergeStove2.5D", 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 Settings
- Draw Things
- DiffusionBee
reset to liblibai
Browse files
README.md
CHANGED
|
@@ -7,6 +7,12 @@ pipeline_tag: text-to-image
|
|
| 7 |
tags:
|
| 8 |
- art
|
| 9 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
# MergeStove2.5D(融合炉2.5D)
|
| 11 |
|
| 12 |
**Hatsune Miku, Thank you.**
|
|
|
|
| 7 |
tags:
|
| 8 |
- art
|
| 9 |
---
|
| 10 |
+
|
| 11 |
+
I found a new AI tool Shakker, a best image to image tool. You can try it via https://www.shakker.ai ,it can help you:
|
| 12 |
+
-Remix: Upload a picture. Just switch the prompts, and you can create stunning images in the same style.
|
| 13 |
+
-Style Transfer: Shakker not only extracts the style,but also switches among various styles.
|
| 14 |
+
Besides, Shakker also offers Object Control,Composition Control,Collage Redrawing etc.
|
| 15 |
+
|
| 16 |
# MergeStove2.5D(融合炉2.5D)
|
| 17 |
|
| 18 |
**Hatsune Miku, Thank you.**
|