mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 13:42:12 -03:00
- Deleted the `__init__.py`, `cli.py`, `extension_manager.py`, `integration_example.py`, `README.md`, `simple_test.py`, `test_parser.py`, `verify_workflow.py`, and `workflow_parser.py` files as they are no longer needed. - Updated `.gitignore` to exclude new output files and test scripts. - Cleaned up the node processors directory by removing all processor implementations and their registration logic.
15 lines
597 B
JSON
15 lines
597 B
JSON
{
|
|
"loras": "<lora:pp-enchanted-whimsy:0.9> <lora:ral-frctlgmtry_flux:1> <lora:pp-storybook_rank2_bf16:0.8>",
|
|
"gen_params": {
|
|
"prompt": "in the style of ppWhimsy, ral-frctlgmtry, ppstorybook,Stylized geek cat artist with glasses and a paintbrush, smiling at the viewer while holding a sign that reads 'Stay tuned!', solid white background",
|
|
"negative_prompt": "",
|
|
"steps": "25",
|
|
"sampler": "dpmpp_2m",
|
|
"scheduler": "beta",
|
|
"cfg": "1",
|
|
"seed": "48",
|
|
"guidance": 3.5,
|
|
"size": "896x1152",
|
|
"clip_skip": "2"
|
|
}
|
|
} |