-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from Visionatrix/mkdocs
docs from Sphinx to MkDocs
Showing
82 changed files
with
1,995 additions
and
5,377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,3 +103,5 @@ scripts/visionatrix | |
tasks_history.db | ||
/flows.zip | ||
flows_publish | ||
hardware_results/ | ||
site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Colorful XL | ||
|
||
A fairly simple flow at the moment, simply using the latest **Colorful XL** model without any post-processing. | ||
|
||
!!! warning | ||
|
||
**Not Safe for Work (NSFW) version.** | ||
|
||
**Supports various aspect ratios.** | ||
|
||
**Supports fast generation using the Align Steps technique** | ||
|
||
## Examples | ||
|
||
![Image](../FlowsResults/Colorful_XL_1.png) | ||
|
||
portrait, half-robot woman, in the dark, contrasting light, realistic, masterpiece | ||
|
||
--- | ||
|
||
![Image](../FlowsResults/Colorful_XL_2.png) | ||
|
||
half-cat woman, in the forest, vivid lights, realistic, masterpiece | ||
|
||
- Fast Run: true, Vibrancy: 3 | ||
|
||
--- | ||
|
||
![Image](../FlowsResults/Colorful_XL_3.png) | ||
|
||
portrait, young man, angel, sky, sun, high contrast | ||
|
||
- Fast Run: true, Vibrancy: 2, Steps number to generate: 60 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# ComicU Anime Portrait | ||
|
||
Create an anime(sketch by default) image from a photo of a person. | ||
|
||
**Prompt** is optional, something like emotions can be used there: *smile, sad, serious, etc*. | ||
|
||
> *If you ticked the "Disable Simple style" you can try to add something like* **line-sketch** *to the prompt.* | ||
Part of the flow runs on the CPU, part on the GPU, the flow is quite fast and convenient for everyday use. | ||
|
||
## Examples | ||
|
||
> As input files, the photos of `Bruce Lee` and `Shakira` were taken from the Internet and used. | ||
![Image](../FlowsResults/ComicuPortrait_1.png) | ||
|
||
![Image](../FlowsResults/ComicuPortrait_2.png) | ||
|
||
![Image](../FlowsResults/ComicuPortrait_3.png) | ||
|
||
![Image](../FlowsResults/ComicuPortrait_4.png) |
Oops, something went wrong.