Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
WarriorMama777
NovelAI
AnythingV3.0
hesw23168
Instructions to use Yntec/AbyssOrangeMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/AbyssOrangeMix 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/AbyssOrangeMix", 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
|
@@ -13,4 +13,19 @@ tags:
|
|
| 13 |
- hesw23168
|
| 14 |
|
| 15 |
---
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- hesw23168
|
| 14 |
|
| 15 |
---
|
| 16 |
+
|
| 17 |
+
# Abyss Orange Mix
|
| 18 |
+
|
| 19 |
+
768x768 version of this model with the MoistMixV2VAE baked in. Original page: https://huggingface.co/WarriorMama777/OrangeMixs#abyssorangemix-aom-1
|
| 20 |
+
|
| 21 |
+
Samples and prompts:
|
| 22 |
+
|
| 23 |
+

|
| 24 |
+
|
| 25 |
+
Top left: face focus, cute, masterpiece, best quality, 1girl, green hair, sweater, looking at viewer, upper body, beanie, outdoors, night, turtleneck
|
| 26 |
+
|
| 27 |
+
Top right: 1990 movie screenshot. beautiful daughters. festive scene at a copper brewery with a wooden keg of beer in the center. sitting cute little girls. Display mugs of dark beer. faces. accompanied by autumn ingredients
|
| 28 |
+
|
| 29 |
+
Bottom left: Full body picture of a pretty cute little girl making cake in school, detailed brown eyes, short smile, beautiful and aesthetic, intricate, neat hair, highly detailed, detailed face, smooth, sharp focus, chiaroscuro, magazine ad, 1949, 2D Game Art, anime on canvas, rossdraws, clay mann, CHIBI ART, light novel cover art
|
| 30 |
+
|
| 31 |
+
Bottom right: (digital painting:1.3), cartoon, trending on artstation, close up of pretty cute Swedish loli, centered, (messy bun), blue eyes, pale skin, behind teal mountains, snow, (high detailed skin:1.2), film grain, Fujifilm XT3, (high detailed face:1.3)
|