Skip to content

Commit

Permalink
Merge branch 'release/v0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpixel committed Sep 10, 2024
2 parents cc2b379 + 8b77c69 commit 6157864
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 15 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

v0.1.2 / 2024-09-10
==================

* Fixes to integrate with ComfyUI Manager

v0.1.1 / 2024-09-10
==================

Expand Down
2 changes: 0 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__version__ = "0.1.1"

import logging
import random
import re
Expand Down
2 changes: 0 additions & 2 deletions modules/checkpoints.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__version__ = "0.0.7"

from pathlib import Path
from .utils.darkdata import DarkData
import folder_paths
Expand Down
3 changes: 0 additions & 3 deletions modules/convert.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
__version__ = "0.0.7"


import logging
from .utils.darkdata import DarkFolderBase

Expand Down
2 changes: 0 additions & 2 deletions modules/faces.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__version__ = "0.0.7"

import logging
import random

Expand Down
3 changes: 0 additions & 3 deletions modules/files.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
__version__ = "0.0.7"


import logging
from .utils.darkdata import DarkFolderBase

Expand Down
2 changes: 0 additions & 2 deletions modules/prompts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__version__ = "0.0.7"

import logging
import random
import re
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "darkprompts"
description = "Slightly better random prompt generation tools that allow combining and picking prompts from both file and text input sources."
version = "0.1.0"
version = "0.1.2"
license = { file = "LICENSE" }

[project.urls]
Expand Down

0 comments on commit 6157864

Please sign in to comment.