Text-to-Image
Diffusers
English
lora
stable-diffusion-xl
style
comic
comic-book
ink
halftone
illustration
cartoon
vintage
retro
primary-colors
graphic-novel
artistic
realistic
color-grading
style-lora
Instructions to use strkyyy/comic-ink-halftone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strkyyy/comic-ink-halftone with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("strkyyy/comic-ink-halftone") prompt = "c0m1cink, a superhero standing on a rooftop at night" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Browse files- .gitattributes +8 -0
- showcase/showcase_01.png +3 -0
- showcase/showcase_02.png +3 -0
- showcase/showcase_03.png +3 -0
- showcase/showcase_04.png +3 -0
- showcase/showcase_05.png +3 -0
- showcase/showcase_06.png +3 -0
- showcase/showcase_07.png +3 -0
- showcase/showcase_08.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
showcase/showcase_01.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
showcase/showcase_02.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
showcase/showcase_03.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
showcase/showcase_04.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
showcase/showcase_05.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
showcase/showcase_06.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
showcase/showcase_07.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
showcase/showcase_08.png filter=lfs diff=lfs merge=lfs -text
|
showcase/showcase_01.png
ADDED
|
Git LFS Details
|
showcase/showcase_02.png
ADDED
|
Git LFS Details
|
showcase/showcase_03.png
ADDED
|
Git LFS Details
|
showcase/showcase_04.png
ADDED
|
Git LFS Details
|
showcase/showcase_05.png
ADDED
|
Git LFS Details
|
showcase/showcase_06.png
ADDED
|
Git LFS Details
|
showcase/showcase_07.png
ADDED
|
Git LFS Details
|
showcase/showcase_08.png
ADDED
|
Git LFS Details
|