Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Base Model
Photo
Photorealistic
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/XanatosGambit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/XanatosGambit 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/XanatosGambit", 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
|
@@ -12,4 +12,23 @@ tags:
|
|
| 12 |
- diffusers
|
| 13 |
- text-to-image
|
| 14 |
---
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
- diffusers
|
| 13 |
- text-to-image
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
# Xanatos Gambit
|
| 17 |
+
|
| 18 |
+
Showcase and prompts (all use seed 9119):
|
| 19 |
+
|
| 20 |
+

|
| 21 |
+
|
| 22 |
+
cinematic 1980 movie still, handsome VALENTINE MAN kissing pretty woman with cleavage, classroom, school Uniforms, blackboard. Pinup. He wears a backpack, bokeh
|
| 23 |
+
|
| 24 |
+

|
| 25 |
+
|
| 26 |
+
absurdres, adorable cute harley quinn, at night, dark alley, moon, :) red ponytail, blonde ponytail, in matte black hardsuit, military, roughed up, bat, city fog,
|
| 27 |
+
|
| 28 |
+

|
| 29 |
+
|
| 30 |
+
a Cooking of a beautiful young cute girl
|
| 31 |
+
|
| 32 |
+

|
| 33 |
+
|
| 34 |
+
1990s style pretty girl, superheroine based off of a nickel. Detailed green eyes. City background. Washington DC
|