Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Vectors
Art
Style
Game assets
Icons
Logos
coder119
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Vector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Vector 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/Vector", torch_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: | |
| - Vectors | |
| - Art | |
| - Style | |
| - Game assets | |
| - Icons | |
| - Logos | |
| - coder119 | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| base_model: | |
| - coder119/Vectorartz_Diffusion | |
| # Vector | |
| A finetune of coder119's VectorArtz to produce a model that performs well without requiring "vectorartz" in the prompt, optimized to not require negatives. Samples and prompts (all use seed 9119): | |
|  | |
| full moon in the sky with a rocket headed toward the moon, in the style of a Golden Age Dutch Master oil painting | |
|  | |
| flower background aesthetic, focusing on subtle, neutral-colored vector illustrations kimono girl with pretty soulful eyes. Action pose, sweet smile | |
|  | |
| Adorable kitten T-shirt vector, anime style, colored by Tim White, cute, charming, clean and blonde background | |
|  | |
| a beautiful cute little sisters In front sitting of the cabin, the country, by Artgerm Lau and Krenz Cushart,hyperdetailed, closeup trending on artstation, skirt trending on deviantart. blonde portrait | |
| Original page: | |
| https://huggingface.co/coder119/Vectorartz_Diffusion |