Ryan Walder

Results 11 issues of Ryan Walder

PtP uses `4k Restoration` as a synonym for `4k Remaster` this will catch that.

Status: Review Needed

Given Jinja is a templating language for Python it would be nice if Black could format Jinja templates as well. Main use case: Formatting the jinja/yaml `sls` format used by...

T: enhancement
C: parser

### Is your feature request related to a problem? Please elaborate. The current logging system is great for interactive running of qbit_manage but it is unfortunately not machine readable which...

feature request

I would like the ability to be able to have the option to shuffle my entire library by Album **Describe the solution you'd like** 1. Go to `Albums` Section 2....

enhancement

![image](https://github.com/repslet/nightwalker/assets/10901150/b3e35e38-0376-4c22-ada4-78f225687e2d) ![image](https://github.com/repslet/nightwalker/assets/10901150/ef2a924e-cfee-4706-bd60-c5cf7a1a4519)

In named.conf.local `file` is optional [see here](http://www.microhowto.info/howto/configure_bind_as_a_slave_dns_server.html#idp23248). Due to the way the formula is written at present this means we need to define an entire site in `available_zones` just to...

**Describe the bug** Extension looks in `$installDir` for data, not `$dataDir`. This leads to file not found errors because the extrension is checking the wrong location. **To Reproduce** 1. Install...

### Feature description Allow setting the facemodel via an input string. Example: ``` ┌──────────────────────────┐ ┌──────────────────────┐ │ │ │ ReActor │ │ String: foo.safetensor *├──────────┤ * face_model_string │ │ │ │...

enhancement
✔ accepted

Fix #54 Updates the `_find_wildcards_folder` function to find where the extension is installed and use that as the base_dir for the wildcards

Reproduce: 1. Create `extra_model_paths.yaml` file in comfyui base directory (EG: `/home/foo/ComfyUI`) 2. Configure custom `custom_nodes` directory in `other_ui` config in `/home/foo/ComfyUI/extra_model_paths.yaml` * ```yaml other_ui: base_path: /path/to/custom/directory custom_nodes: custom_nodes ``` 3....