Upload README.md
Browse files
README.md
CHANGED
@@ -46,11 +46,15 @@ The sizes are always meant to be WIDTH x HEIGHT. A 512x768 is "portrait" orient
|
|
46 |
|
47 |
- Canny -- Edge Detection, Outlines As Input
|
48 |
- Depth -- Reproduces Depth Relationships From An Image
|
49 |
-
- InPaint --
|
50 |
-
- InstrP2P -- Instruct
|
|
|
51 |
- LineArt -- Find And Reuse Small Outlines
|
52 |
- MLSD -- Find And Reuse Straight Lines And Edges
|
|
|
53 |
- OpenPose -- Copy Body Poses
|
54 |
- Scribble -- Freehand Sketch As Input
|
|
|
|
|
55 |
- SoftEdge -- Find And Reuse Soft Edges
|
56 |
- Tile -- Subtle Variations In Batch Runs
|
|
|
46 |
|
47 |
- Canny -- Edge Detection, Outlines As Input
|
48 |
- Depth -- Reproduces Depth Relationships From An Image
|
49 |
+
- InPaint -- Use Masks To Define And Modify An Area (not sure how this works)
|
50 |
+
- InstrP2P -- Instruct Pixel2Pixel ("Change X to Y")
|
51 |
+
- LineAnime -- Find And Reuse Small Outlines, Optimizd For Anime
|
52 |
- LineArt -- Find And Reuse Small Outlines
|
53 |
- MLSD -- Find And Reuse Straight Lines And Edges
|
54 |
+
- NormalBAE -- Reproduce Depth Relationships Using Surface Normal Depth Maps
|
55 |
- OpenPose -- Copy Body Poses
|
56 |
- Scribble -- Freehand Sketch As Input
|
57 |
+
- Segmentation -- Find And Reuse Distinct Areas
|
58 |
+
- Shuffle -- Find And Reorder Major Elements
|
59 |
- SoftEdge -- Find And Reuse Soft Edges
|
60 |
- Tile -- Subtle Variations In Batch Runs
|