mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
Enhance README with v0.7.36 release notes and update utils.py with credit attribution
This commit is contained in:
@@ -13,6 +13,14 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### v0.7.36
|
||||||
|
* Enhanced LoRA details view with model descriptions and tags display
|
||||||
|
* Added tag filtering system for improved model discovery
|
||||||
|
* Implemented editable trigger words functionality
|
||||||
|
* Improved TriggerWord Toggle node with new group mode option for granular control
|
||||||
|
* Added new Lora Stacker node with cross-compatibility support (works with efficiency nodes, ComfyRoll, easy-use, etc.)
|
||||||
|
* Fixed several bugs
|
||||||
|
|
||||||
### v0.7.35-beta
|
### v0.7.35-beta
|
||||||
* Added base model filtering
|
* Added base model filtering
|
||||||
* Implemented bulk operations (copy syntax, move multiple LoRAs)
|
* Implemented bulk operations (copy syntax, move multiple LoRAs)
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ class AnyType(str):
|
|||||||
def __ne__(self, __value: object) -> bool:
|
def __ne__(self, __value: object) -> bool:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
# Credit to Regis Gaughan, III (rgthree)
|
||||||
class FlexibleOptionalInputType(dict):
|
class FlexibleOptionalInputType(dict):
|
||||||
"""A special class to make flexible nodes that pass data to our python handlers.
|
"""A special class to make flexible nodes that pass data to our python handlers.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user