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
|
@@ -22,6 +22,8 @@ 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
|
|
|
|
| 22 |
|
| 23 |

|
| 24 |
|
| 25 |
+
(Click for larger)
|
| 26 |
+
|
| 27 |
Top left: face focus, cute, masterpiece, best quality, 1girl, green hair, sweater, looking at viewer, upper body, beanie, outdoors, night, turtleneck
|
| 28 |
|
| 29 |
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
|