PSNbst commited on
Commit
7ff1bbf
·
verified ·
1 Parent(s): 184b7eb

Update transform_rules.json

Browse files
Files changed (1) hide show
  1. transform_rules.json +98 -0
transform_rules.json CHANGED
@@ -804,6 +804,104 @@
804
  "split-focus diopter shot",
805
  "silhouette shot with strong rim light"
806
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
807
  }
 
808
  }
809
  }
 
804
  "split-focus diopter shot",
805
  "silhouette shot with strong rim light"
806
  ]
807
+ },
808
+
809
+ "trans_to_furry": {
810
+ "description": "Rules for converting any existing prompt into a Furry (anthro) version, referencing furry_species.json for specific species.",
811
+ "tag_replacements": {
812
+ "1girl": "1furry",
813
+ "2girls": "2furries",
814
+ "3girls": "3furries",
815
+ "4girls": "4furries",
816
+ "5girls": "5furries",
817
+ "1boy": "1furry",
818
+ "2boys": "2furries",
819
+ "3boys": "3furries",
820
+ "4boys": "4furries",
821
+ "5boys": "5furries",
822
+ "1character": "1furry",
823
+ "2characters": "2furries",
824
+ "3characters": "3furries",
825
+ "4characters": "4furries",
826
+ "5characters": "5furries",
827
+ "male": "anthro_male",
828
+ "female": "anthro_female",
829
+ "genderless": "anthro_character",
830
+ "intersex": "anthro_intersex"
831
+ },
832
+
833
+ "furry_features": {
834
+ "general_anthro": [
835
+ "anthropomorphic body",
836
+ "digitigrade or plantigrade legs (depending on species)",
837
+ "ears matching chosen species (pointy, floppy, feathered, etc.)",
838
+ "tail with fur, scales, or fins",
839
+ "muzzle or beak or snout shape",
840
+ "whiskers if feline or rodent",
841
+ "feathered wings if avian",
842
+ "webbed limbs if aquatic",
843
+ "horns or antlers if ungulate or mythical"
844
+ ],
845
+ "body_shape": [
846
+ "hybrid of human torso + animal limbs",
847
+ "fur or scale covering arms, legs, torso",
848
+ "paw-like hands/feet or talons/claws",
849
+ "adapted chest/hip ratio to reflect chosen species"
850
+ ],
851
+ "species_guidance": [
852
+ "If canid (e.g. dog, wolf, fox): muzzle shape, pointed ears, bushy tail",
853
+ "If felid (e.g. cat, lion, tiger): retractable claws, flexible spine, whiskers, feline muzzle",
854
+ "If avian (birdlike): feathered arms/wings, beak or partial muzzle, taloned feet",
855
+ "If aquatic (fish, shark, dolphin): fins, slick or scaly skin, possible webbed digits",
856
+ "If mustelid (ferret, otter, skunk): elongated body, playful posture, distinct tail",
857
+ "If rodent (mouse, rat, squirrel): round ears, big eyes, slender tail, front incisors",
858
+ "If ungulate (horse, deer, bovine): hooved feet, possibly horns/antlers, fur coat",
859
+ "If reptile/amphibian (snake, lizard, croc, frog): scaly hide, potential forked tongue, tail spikes",
860
+ "If fantasy/mythic (dragon, gryphon, demon, angel, etc.): combine magical or mythical traits"
861
+ ]
862
+ },
863
+
864
+ "body_shape_adjustment": "Ensure consistent anthro design: partial human silhouette with clear animal attributes (head, limbs, tail). Possibly digitigrade stance if species calls for it.",
865
+
866
+ "clothing": [
867
+ "normal human or fantasy clothing adapted for tail + ears",
868
+ "cut or opening in pants/skirt for tail",
869
+ "footwear replaced or removed if paws/claws/hooves conflict",
870
+ "armor or harness that fits anthro torso shape"
871
+ ],
872
+ "accessories": [
873
+ "collar or neckband (common in furry designs)",
874
+ "ear piercings suited for animal ears",
875
+ "fur-friendly harness, belts, or pouches",
876
+ "bracelets or cuffs that accommodate fur or scale thickness"
877
+ ],
878
+
879
+ "expression_pose": [
880
+ "slightly animalistic stance (digitigrade posture if applicable)",
881
+ "muzzle grin, snarl, or beak expression",
882
+ "ears perked or flattened to convey mood",
883
+ "tail wagging, swishing, or curled to show emotion"
884
+ ],
885
+
886
+ "avoid": [
887
+ "purely human face (must show muzzle, beak, or snout detail)",
888
+ "contradictory species mix (like cat muzzle + dog ears) without a 'hybrid' explanation",
889
+ "forgetting to incorporate chosen species from furry_species.json"
890
+ ],
891
+
892
+ "extra_keywords": [
893
+ "furry",
894
+ "anthro",
895
+ "fur pattern",
896
+ "digitigrade legs",
897
+ "muzzle",
898
+ "tail",
899
+ "anthropomorphic",
900
+ "hybrid creature"
901
+ ],
902
+
903
+ "notes_on_furry_data": "Look up the relevant species in furry_species.json. For example, if user chooses 'Avian > Eagle', incorporate eagle wings, beak, and feather details. If user picks 'Canids > Wolf', use wolf muzzle, pointed ears, bushy tail, etc."
904
  }
905
+
906
  }
907
  }