Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General purpose
Art
Anime
iamxenos
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/3rdComing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/3rdComing 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/3rdComing", 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
File size: 2,504 Bytes
ea243ae 8b4c352 ea243ae 6ba7a02 fd36a48 6ba7a02 1acaed5 6ba7a02 1acaed5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ---
license: creativeml-openrail-m
library_name: diffusers
pipeline_tag: text-to-image
tags:
- General purpose
- Art
- Anime
- iamxenos
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- diffusers
base_model:
- Yntec/XenoGASM-MK2
---
# 3rd Coming
A finetune of iamxenos's XenoGASMMarkII to focus on artistic and versatile delivery. Samples and prompts (all use seed 9119)

Anthropomorphic bunnies animals around a table playing Monopoly. TV ad. No humans

Mushroom kingdom tall, round hills, presence of floating island. objects such as ? Blocks and coins, Warp Pipes, striped grasslands, and layered dirt. The kingdom is ruled. Pixar, Disney, concept art, 3d digital art, Maya 3D, ZBrush Central 3D shading, bright colored background, radial gradient background, cinematic, Reimagined by industrial light and magic, 4k resolution post processing.

Materialcollage Helicopter, minimized, simple, plastic soldiers on the table. dungeons and dragons campaign board game

isometric beautiful Arabic table with empty plates with traces of food in vector style
# Third Coming
Oops! I uploaded the wrong model by mistake! This one isn't really better than XenoGASMMarkII, you can check its samples and prompts here: https://huggingface.co/Yntec/3rdComing/discussions/3 |