Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Concept art
Environment
Character
SPYBG
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/SPYBGsToolkit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/SPYBGsToolkit 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/SPYBGsToolkit", 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
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - Concept art | |
| - Environment | |
| - Character | |
| - SPYBG | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| # SPYBG's Toolkit for Digital Artists V35 | |
| Safetensors versions of this model and the v30 model with the 840KVAE baked in. Use TK_CHAR to improve characters and TK_ENV to improve backgrounds. Comparison: | |
|  | |
| Samples and prompts (all use seed 9119): | |
|  | |
| Masterpiece, modern urban style, (((a beautiful lady))) TK_CHAR professional young girl, beautiful brown eyes, eyelashes, long black hair, portrait, closeup, sophisticated professional suit, TK_ENV modern metropolis scene, tall buildings, bustling streets, neon lights , high-definition scene details, ultra-high-definition, HDR | |
|  | |
| digital painting of new york city, futurstic city, highly detailed, trees and plants grown everywhere, plants growing on the buildings, ufos, tk_env, award winning image, 16k, in the style of a concept art environment painting | |
|  | |
| concept art Benedict Cumberbatch as Doctor Strange top body shot. 3-quarter close-up view shot. plain background | |
|  | |
| a photo of photorealistic environment of winter scene, rocks, trees, rocks and water, and clouds in the skly, tk_env , highly detailed,award winning image, 16k | |
| Original page: | |
| https://civitai.com/models/4118?modelVersionId=4797 | |