Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
art
anime
style
checkpoint
jinofcoolnes
Instructions to use Yntec/samdoesartsUlt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/samdoesartsUlt 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/samdoesartsUlt", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,18 @@ tags:
|
|
| 8 |
- anime
|
| 9 |
- style
|
| 10 |
- checkpoint
|
|
|
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
| 13 |
Previews and prompts:
|
| 14 |

|
| 15 |
(lora)0.5 , (amakawa hano)0.5 , 1 girl, ray tracing, {best quality}, {{masterpiece}}, {highres}, original, extremely detailed 8K wallpaper, {an extremely delicate and beautiful}, , incredibly_absurdres, colorful, intricate detail, artbook
|
| 16 |
|
| 17 |

|
| 18 |
-
pretty cute little girl in tricycle, Screenshot of an surreal streetwear 70s round minimalist architecture, Sharp, 35mm still from a sci fi light blockbuster color movie made in 2022, beautiful portrait, set in 1860, in front of a spaceship that has just landed on an alien planet, are all wearing, a robot stands nearby
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- anime
|
| 9 |
- style
|
| 10 |
- checkpoint
|
| 11 |
+
- jinofcoolnes
|
| 12 |
---
|
| 13 |
|
| 14 |
+
This model with the MoistMix VAE baked.
|
| 15 |
+
|
| 16 |
Previews and prompts:
|
| 17 |

|
| 18 |
(lora)0.5 , (amakawa hano)0.5 , 1 girl, ray tracing, {best quality}, {{masterpiece}}, {highres}, original, extremely detailed 8K wallpaper, {an extremely delicate and beautiful}, , incredibly_absurdres, colorful, intricate detail, artbook
|
| 19 |
|
| 20 |

|
| 21 |
+
pretty cute little girl in tricycle, Screenshot of an surreal streetwear 70s round minimalist architecture, Sharp, 35mm still from a sci fi light blockbuster color movie made in 2022, beautiful portrait, set in 1860, in front of a spaceship that has just landed on an alien planet, are all wearing, a robot stands nearby
|
| 22 |
+
|
| 23 |
+
Original pages:
|
| 24 |
+
https://huggingface.co/jinofcoolnes/sammod
|
| 25 |
+
https://civitai.com/api/download/models/14459?type=VAE
|