forked from kyegomez/swarms
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kye
committed
Dec 1, 2023
1 parent
0555a2b
commit 8d0b751
Showing
6 changed files
with
130 additions
and
71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "swarms" | ||
version = "2.4.7" | ||
version = "2.4.9" | ||
description = "Swarms - Pytorch" | ||
license = "MIT" | ||
authors = ["Kye Gomez <[email protected]>"] | ||
|
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 |
---|---|---|
@@ -1,14 +1,19 @@ | ||
IMAGE_ENRICHMENT_PROMPT = ( | ||
"Create a concise and effective image generation prompt within 400 characters or less, " | ||
"based on Stable Diffusion and Dalle best practices. Starting prompt: \n\n'" | ||
#f"{prompt}'\n\n" | ||
"Improve the prompt with any applicable details or keywords by considering the following aspects: \n" | ||
"1. Subject details (like actions, emotions, environment) \n" | ||
"2. Artistic style (such as surrealism, hyperrealism) \n" | ||
"3. Medium (digital painting, oil on canvas) \n" | ||
"4. Color themes and lighting (like warm colors, cinematic lighting) \n" | ||
"5. Composition and framing (close-up, wide-angle) \n" | ||
"6. Additional elements (like a specific type of background, weather conditions) \n" | ||
"7. Any other artistic or thematic details that can make the image more vivid and compelling." | ||
) | ||
|
||
"Create a concise and effective image generation prompt within" | ||
" 400 characters or less, " | ||
"based on Stable Diffusion and Dalle best practices. Starting" | ||
" prompt: \n\n'" | ||
# f"{prompt}'\n\n" | ||
"Improve the prompt with any applicable details or keywords by" | ||
" considering the following aspects: \n" | ||
"1. Subject details (like actions, emotions, environment) \n" | ||
"2. Artistic style (such as surrealism, hyperrealism) \n" | ||
"3. Medium (digital painting, oil on canvas) \n" | ||
"4. Color themes and lighting (like warm colors, cinematic" | ||
" lighting) \n" | ||
"5. Composition and framing (close-up, wide-angle) \n" | ||
"6. Additional elements (like a specific type of background," | ||
" weather conditions) \n" | ||
"7. Any other artistic or thematic details that can make the" | ||
" image more vivid and compelling." | ||
) |
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