Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Base Model
Western Art
Inked
Arthemy
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/ArthemyComics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/ArthemyComics 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/ArthemyComics", 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,7 +12,7 @@ tags:
|
|
| 12 |
- stable-diffusion-diffusers
|
| 13 |
- diffusers
|
| 14 |
- text-to-image
|
| 15 |
-
inference:
|
| 16 |
license: creativeml-openrail-m
|
| 17 |
---
|
| 18 |
|
|
@@ -26,9 +26,9 @@ Samples and prompts:
|
|
| 26 |
|
| 27 |
(Click for larger)
|
| 28 |
|
| 29 |
-
Top left: novel pretty cute girl, detailed brown eyes, gorgeous detailed hair, beautiful detailed, looking at hundreds of large technics dj table octoberfest, large pint glass behind a table, octoberfest, strudels and birthday presents surrounded by presents, photoshoot, 4 k, hyper realistic, natural, highly detailed, digital illustration
|
| 30 |
|
| 31 |
-
Top right:
|
| 32 |
|
| 33 |
Bottom left: colorful vintage style advertisement, detailed dark purple eyes, closeup, poster, ad, propaganda, beautiful young lady, 1880s housewife, exterior, strapless, bare shoulders, collarbone, portrait, sexy, smirking, pretty by Allen Anderson, PulpCover, pulp style, olfn, by Gil Elvgren, painting, by Frank Frazetta, by Earle Bergey,
|
| 34 |
|
|
|
|
| 12 |
- stable-diffusion-diffusers
|
| 13 |
- diffusers
|
| 14 |
- text-to-image
|
| 15 |
+
inference: false
|
| 16 |
license: creativeml-openrail-m
|
| 17 |
---
|
| 18 |
|
|
|
|
| 26 |
|
| 27 |
(Click for larger)
|
| 28 |
|
| 29 |
+
Top left: graphic novel flat colors style, detailed blue eyes, cropped detail portrait, fine intricate lineart, hatched shadows, (a barbarian viking cute girl with braided blonde hair and cold blue eyes, wearing an armor), fighting between snow mountains, winter planet, sci-fi setting, movement.novel pretty cute girl, detailed brown eyes, gorgeous detailed hair, beautiful detailed, looking at hundreds of large technics dj table octoberfest, large pint glass behind a table, octoberfest, strudels and birthday presents surrounded by presents, photoshoot, 4 k, hyper realistic, natural, highly detailed, digital illustration
|
| 30 |
|
| 31 |
+
Top right: novel pretty cute girl, detailed brown eyes, gorgeous detailed hair, beautiful detailed, looking at hundreds of large technics dj table octoberfest, large pint glass behind a table, octoberfest, strudels and birthday presents surrounded by presents, photoshoot, 4 k, hyper realistic, natural, highly detailed, digital illustration
|
| 32 |
|
| 33 |
Bottom left: colorful vintage style advertisement, detailed dark purple eyes, closeup, poster, ad, propaganda, beautiful young lady, 1880s housewife, exterior, strapless, bare shoulders, collarbone, portrait, sexy, smirking, pretty by Allen Anderson, PulpCover, pulp style, olfn, by Gil Elvgren, painting, by Frank Frazetta, by Earle Bergey,
|
| 34 |
|