k4d3
/

English
Not-For-All-Audiences
k4d3 commited on
Commit
f5517c7
1 Parent(s): 6b10063

Signed-off-by: Balazs Horvath <acsipont@gmail.com>

README.md CHANGED
@@ -27,12 +27,14 @@ The Yiff Toolkit is a comprehensive set of tools designed to enhance your creati
27
  - [Embeddings for 1.5 and SDXL](#embeddings-for-15-and-sdxl)
28
  - [ComfyUI Walkthrough any%](#comfyui-walkthrough-any)
29
  - [AnimateDiff for Masochists](#animatediff-for-masochists)
 
 
30
  - [SDXL Furry Bible](#sdxl-furry-bible)
31
- - [SeaArt Furry](#seaart-furry)
32
  - [Pony Diffusion V6](#pony-diffusion-v6)
33
- - [Requirements](#requirements)
34
- - [Positive Prompt Stuff](#positive-prompt-stuff)
35
- - [Negative Prompt Stuff](#negative-prompt-stuff)
 
36
  - [Pony Diffusion V6 LoRAs](#pony-diffusion-v6-loras)
37
  - [Artist/Style LoRAs](#artiststyle-loras)
38
  - [blp-v1e400](#blp-v1e400)
@@ -100,23 +102,23 @@ You can find in the [`/embeddings`](https://huggingface.co/k4d3/yiff_toolkit/tre
100
 
101
  ⚠️ Coming in 2026! ⚠️
102
 
103
- ## SDXL Furry Bible
104
 
105
- ### SeaArt Furry
106
 
107
- ---
108
 
109
- SeaArt's furry model sadly has its cons not just pros, yes it might come with artist knowledge bundled, but it seems to have trouble doing more than one character or everyone is bad at prompting, oh and it uses raw e621 tags, which just means you have to use underscores `_` instead of spaces&nbsp;` ` inside the tags.
110
 
111
  ### Pony Diffusion V6
112
 
113
  ---
114
 
115
- ### Requirements
116
 
117
  [Resolution Lora](https://huggingface.co/jiaxiangc/res-adapter/resolve/main/sdxl-i/resolution_lora.safetensors?download=true) is a nice thing to have and of course the [model](https://civitai.com/models/257749/pony-diffusion-v6-xl) itself. Regarding the res-lora, it will help with consistency but you might want to turn it off especially when you img2img to higher resolution than 1024x1024 if you notice something really fucked up is happening to your generations.
118
 
119
- ### Positive Prompt Stuff
120
 
121
  You need this thing for what we are about to do..
122
 
@@ -151,10 +153,18 @@ three-quarter view, full-length portrait, headshot portrait, bust portrait, half
151
 
152
  Its a good thing to describe your subject or subjects start with `solo` or `duo` or maybe `trio, group` , and then finally start describing your character in an interesting situation.
153
 
154
- ### Negative Prompt Stuff
155
 
156
  ⚠️ **WARNING: Under construction!** ⚠️
157
 
 
 
 
 
 
 
 
 
158
  ## Pony Diffusion V6 LoRAs
159
 
160
  All LoRAs listed here are actually LyCORIS with the exception of `blue_frost` which is just a regular LoRA. This might be important in case the software you use makes you put them in separate folders or if you are generating from a cute Python script.
 
27
  - [Embeddings for 1.5 and SDXL](#embeddings-for-15-and-sdxl)
28
  - [ComfyUI Walkthrough any%](#comfyui-walkthrough-any)
29
  - [AnimateDiff for Masochists](#animatediff-for-masochists)
30
+ - [Stable Cascade Furry Bible](#stable-cascade-furry-bible)
31
+ - [Resonance Cascade](#resonance-cascade)
32
  - [SDXL Furry Bible](#sdxl-furry-bible)
 
33
  - [Pony Diffusion V6](#pony-diffusion-v6)
34
+ - [Requirements](#requirements)
35
+ - [Positive Prompt Stuff](#positive-prompt-stuff)
36
+ - [Negative Prompt Stuff](#negative-prompt-stuff)
37
+ - [SeaArt Furry](#seaart-furry)
38
  - [Pony Diffusion V6 LoRAs](#pony-diffusion-v6-loras)
39
  - [Artist/Style LoRAs](#artiststyle-loras)
40
  - [blp-v1e400](#blp-v1e400)
 
102
 
103
  ⚠️ Coming in 2026! ⚠️
104
 
105
+ ## Stable Cascade Furry Bible
106
 
107
+ ### Resonance Cascade
108
 
109
+ 🍆
110
 
111
+ ## SDXL Furry Bible
112
 
113
  ### Pony Diffusion V6
114
 
115
  ---
116
 
117
+ #### Requirements
118
 
119
  [Resolution Lora](https://huggingface.co/jiaxiangc/res-adapter/resolve/main/sdxl-i/resolution_lora.safetensors?download=true) is a nice thing to have and of course the [model](https://civitai.com/models/257749/pony-diffusion-v6-xl) itself. Regarding the res-lora, it will help with consistency but you might want to turn it off especially when you img2img to higher resolution than 1024x1024 if you notice something really fucked up is happening to your generations.
120
 
121
+ #### Positive Prompt Stuff
122
 
123
  You need this thing for what we are about to do..
124
 
 
153
 
154
  Its a good thing to describe your subject or subjects start with `solo` or `duo` or maybe `trio, group` , and then finally start describing your character in an interesting situation.
155
 
156
+ #### Negative Prompt Stuff
157
 
158
  ⚠️ **WARNING: Under construction!** ⚠️
159
 
160
+ ### SeaArt Furry
161
+
162
+ ---
163
+
164
+ SeaArt's furry model sadly has its cons not just pros, yes it might come with artist knowledge bundled, but it seems to have trouble doing more than one character or everyone is bad at prompting, oh and it uses raw e621 tags, which just means you have to use underscores `_` instead of spaces&nbsp;` `&nbsp; inside the tags.
165
+
166
+ ⚠️ TODO: Prompting tips.
167
+
168
  ## Pony Diffusion V6 LoRAs
169
 
170
  All LoRAs listed here are actually LyCORIS with the exception of `blue_frost` which is just a regular LoRA. This might be important in case the software you use makes you put them in separate folders or if you are generating from a cute Python script.
dataset_tools/Check for Duplicate Words Between Captions and Tags.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
dataset_tools/Remove Duplicate Tags Present Inside Captions.ipynb ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "metadata": {},
7
+ "outputs": [],
8
+ "source": [
9
+ "# Big bad TODO. :3"
10
+ ]
11
+ }
12
+ ],
13
+ "metadata": {
14
+ "kernelspec": {
15
+ "display_name": "Python 3",
16
+ "language": "python",
17
+ "name": "python3"
18
+ },
19
+ "language_info": {
20
+ "codemirror_mode": {
21
+ "name": "ipython",
22
+ "version": 3
23
+ },
24
+ "file_extension": ".py",
25
+ "mimetype": "text/x-python",
26
+ "name": "python",
27
+ "nbconvert_exporter": "python",
28
+ "pygments_lexer": "ipython3",
29
+ "version": "3.12.3"
30
+ }
31
+ },
32
+ "nbformat": 4,
33
+ "nbformat_minor": 2
34
+ }
dataset_tools/Tag Counter.ipynb CHANGED
The diff for this file is too large to render. See raw diff