Instructions to use Jonjew/NeoPopComicPunk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/NeoPopComicPunk with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Jonjew/NeoPopComicPunk") prompt = "dinppcmcpnk style comic book, retro comic book aesthetics, urban street art, dramatic shading, bold linework, high-contrast colors, vibrant colors, pop-art, multiple panels, expressive poses and intense facial expressions, punk style, edgy, action lines, comic-style typography and graphic shapes in the background, dynamic energy, <lora:Neo-Pop-Comic-Punk v3-17:1>, A young woman stands in a dynamic pose, wielding a sword with confidence. She wears a traditional outfit featuring layered fabrics in shades of gray and blue, accentuated by a striking red belt that wraps around her waist. Her long black hair is elegantly tied back, and her expression is focused and determined. The sword has an ornate handle, showcasing intricate designs, while her stance suggests readiness for action." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
28bc10c
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +90 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
dinppcmcpnk style comic book, retro comic book aesthetics, urban street art,
|
| 10 |
+
dramatic shading, bold linework, high-contrast colors, vibrant colors,
|
| 11 |
+
pop-art, multiple panels, expressive poses and intense facial expressions,
|
| 12 |
+
punk style, edgy, action lines, comic-style typography and graphic shapes in
|
| 13 |
+
the background, dynamic energy, <lora:Neo-Pop-Comic-Punk v3-17:1>, A young
|
| 14 |
+
woman stands in a dynamic pose, wielding a sword with confidence. She wears
|
| 15 |
+
a traditional outfit featuring layered fabrics in shades of gray and blue,
|
| 16 |
+
accentuated by a striking red belt that wraps around her waist. Her long
|
| 17 |
+
black hair is elegantly tied back, and her expression is focused and
|
| 18 |
+
determined. The sword has an ornate handle, showcasing intricate designs,
|
| 19 |
+
while her stance suggests readiness for action.
|
| 20 |
+
parameters:
|
| 21 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 2794686260'
|
| 22 |
+
output:
|
| 23 |
+
url: images/00449-2794686260.png
|
| 24 |
+
- text: >-
|
| 25 |
+
<lora:Neo-Pop-Comic-Punk v3-17:1>, dinppcmcpnk style, retro comic book
|
| 26 |
+
aesthetics, urban street art, dramatic shading, bold linework, high-contrast
|
| 27 |
+
colors, vibrant colors, pop-art, multiple panels, expressive poses and
|
| 28 |
+
intense facial expressions, punk style, edgy, action lines, comic-style
|
| 29 |
+
typography and graphic shapes in the background, dynamic energy, A gothic
|
| 30 |
+
woman with long, straight black hair stands in a dark, misty forest. She
|
| 31 |
+
wears a striking black corset dress adorned with lace, featuring a
|
| 32 |
+
sweetheart neckline and ribbon details. Her outfit includes thigh-high
|
| 33 |
+
stockings secured with garters, and she holds the skirt of h
|
| 34 |
+
parameters:
|
| 35 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 2835061831'
|
| 36 |
+
output:
|
| 37 |
+
url: images/00076-2835061831.png
|
| 38 |
+
- text: >-
|
| 39 |
+
<lora:Neo-Pop-Comic-Punk v3-17:1>, dinppcmcpnk style, retro comic book
|
| 40 |
+
aesthetics, urban street art, dramatic shading, bold linework, high-contrast
|
| 41 |
+
colors, vibrant colors, pop-art, multiple panels, expressive poses and
|
| 42 |
+
intense facial expressions, punk style, edgy, action lines, comic-style
|
| 43 |
+
typography and graphic shapes in the background, dynamic energy, A punk
|
| 44 |
+
rocker in her 20s, with a mohawk in shades of green and black, piercings,
|
| 45 |
+
wearing a leather jacket, band t-shirt, torn fishnet leggings, combat boots,
|
| 46 |
+
and playing an electric guitar energetically on stage.
|
| 47 |
+
parameters:
|
| 48 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 4076265488'
|
| 49 |
+
output:
|
| 50 |
+
url: images/2.png
|
| 51 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 52 |
+
instance_prompt: dinppcmcpnk style
|
| 53 |
+
license: unknown
|
| 54 |
+
---
|
| 55 |
+
# Neo-Pop Comic Punk Style
|
| 56 |
+
|
| 57 |
+
<Gallery />
|
| 58 |
+
|
| 59 |
+
## Model description
|
| 60 |
+
|
| 61 |
+
FROM https://civitai.com/models/958074/neo-pop-comic-punk-style
|
| 62 |
+
|
| 63 |
+
Trigger dinppcmcpnk style
|
| 64 |
+
Strength 1
|
| 65 |
+
|
| 66 |
+
Neo-Pop Comic Punk is a cross between pop art and vintage comic book style with a bit of punk aesthetic. It features bold ink outlines, exaggerated expressions, and hyper-saturated colors, drawing from the visual vocabulary of comics while infusing it with a gritty twist. This style revels in sharp contrasts, with bright highlights and deep shadows that create dramatic, eye-catching compositions. Its subjects are larger-than-life and often framed in scenes rich with motion and emotion. Neo-Pop Comic Punk thrives on attitude, a vibrant palette, and crisp, illustrative details.
|
| 67 |
+
|
| 68 |
+
Usage
|
| 69 |
+
To use the most recent version of the LoRA, use the following settings:
|
| 70 |
+
|
| 71 |
+
Trigger word: dinppcmcpnk style as in "dinppcmcpnk style comic" or "dinppcmcpnk style drawing"
|
| 72 |
+
|
| 73 |
+
Other tokens that work well: retro comic book aesthetics, urban street art, dramatic shading, bold linework, high-contrast colors, vibrant colors, pop-art, multiple panels, expressive poses and intense facial expressions, punk style, edgy, action lines, comic-style typography and graphic shapes in the background, dynamic energy
|
| 74 |
+
|
| 75 |
+
If you have dynamic prompts, make it easy by adding this to the start of your prompt: dinppcmcpnk style comic book, {3-5$$retro comic book aesthetics|urban street art|dramatic shading|bold linework|high-contrast colors|vibrant colors|pop-art|multiple panels|expressive poses and intense facial expressions|punk style|edgy|action lines|comic-style typography and graphic shapes in the background|dynamic energy}
|
| 76 |
+
|
| 77 |
+
Lora Strength: A strength between 0.8 and 1.2 is recommended; I found that 1.0 worked well.
|
| 78 |
+
|
| 79 |
+
Version 3.0 seems to be a bit better at making diverse faces and images, and I feel like some of the stylistic elements are stronger; however, if you don't prompt specific appearances, there's still a good chance elements will show up, similar to the limited training dataset.
|
| 80 |
+
|
| 81 |
+
## Trigger words
|
| 82 |
+
|
| 83 |
+
You should use `dinppcmcpnk style` to trigger the image generation.
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
## Download model
|
| 87 |
+
|
| 88 |
+
Weights for this model are available in Safetensors format.
|
| 89 |
+
|
| 90 |
+
[Download](/Jonjew/NeoPopComicPunk/tree/main) them in the Files & versions tab.
|