Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Anime
Art
Realistic
stable-diffusion
stable-diffusion-diffusers
pmango300574
Instructions to use Yntec/MangledMerge3_768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/MangledMerge3_768 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/MangledMerge3_768", torch_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
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,14 @@ pipeline_tag: text-to-image
|
|
| 17 |
|
| 18 |
768 version of this model for the inference API.
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
Sample image and prompt:
|
| 21 |
|
| 22 |

|
|
@@ -25,4 +33,12 @@ pretty CUTE girl on a chair of ketchup bottles, beechwood materials. DETAILED CH
|
|
| 25 |
|
| 26 |
Original page:
|
| 27 |
|
| 28 |
-
https://civitai.com/models/5395?modelVersionId=93316
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
768 version of this model for the inference API.
|
| 19 |
|
| 20 |
+
Samples and prompts by digiplay:
|
| 21 |
+
|
| 22 |
+
girl hold several small bottle of milk in chest,anime ,looking at viewer ,in garden,picnic ,honey color hair,best quality ,8k,blue dress,
|
| 23 |
+

|
| 24 |
+
|
| 25 |
+
girl hold several small bottle of milk in chest,anime ,looking at viewer ,in garden,picnic ,honey color hair,two ponytails,best quality ,8k,blue dress,milking cow, :D
|
| 26 |
+

|
| 27 |
+
|
| 28 |
Sample image and prompt:
|
| 29 |
|
| 30 |

|
|
|
|
| 33 |
|
| 34 |
Original page:
|
| 35 |
|
| 36 |
+
https://civitai.com/models/5395?modelVersionId=93316
|
| 37 |
+
|
| 38 |
+
More samples by digiplay:
|
| 39 |
+
|
| 40 |
+

|
| 41 |
+

|
| 42 |
+

|
| 43 |
+

|
| 44 |
+

|