{"id":27772379,"url":"https://github.com/ktiseos-nyx/scripts","last_synced_at":"2026-02-13T23:11:11.965Z","repository":{"id":207856609,"uuid":"720270594","full_name":"Ktiseos-Nyx/scripts","owner":"Ktiseos-Nyx","description":"Code scripts from repositories - but with minor edits. Likely aren't really working, but if they are they are being used in our colab and notebook spaces.","archived":false,"fork":false,"pushed_at":"2025-01-30T08:41:19.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T23:59:23.872Z","etag":null,"topics":["comfyui","python-script","stable-diffusion","stable-diffusion-webui"],"latest_commit_sha":null,"homepage":"https://www.end-media.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ktiseos-Nyx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-18T01:13:53.000Z","updated_at":"2025-02-12T06:08:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1cddd5b-249d-4300-b1b6-03946e13cfeb","html_url":"https://github.com/Ktiseos-Nyx/scripts","commit_stats":null,"previous_names":["duskfallcrew/scripts","ktiseos-nyx/scripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ktiseos-Nyx%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ktiseos-Nyx%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ktiseos-Nyx%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ktiseos-Nyx%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ktiseos-Nyx","download_url":"https://codeload.github.com/Ktiseos-Nyx/scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251602813,"owners_count":21615963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comfyui","python-script","stable-diffusion","stable-diffusion-webui"],"created_at":"2025-04-29T23:59:28.628Z","updated_at":"2026-02-13T23:11:11.897Z","avatar_url":"https://github.com/Ktiseos-Nyx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripts\nThis repository contains a collection of code scripts primarily designed for use in our Colab and notebook spaces. These scripts have been sourced from various repositories and modified to suit our specific needs. While we strive for functionality, please note that these scripts may not be fully operational or optimized, as we are not expert programmers. Contributions and improvements from the community are highly encouraged!\n\nCurrent Focus: Hugging Face Diffusers VAE Conversion\nOne of our primary focuses is converting Variational Autoencoder (VAE) models, particularly those in .safetensors, .pt, and .ckpt formats used with Stable Diffusion 1.5, into the diffusers library format, specifically targeting the .bin output.\n\n## Challenges\nWe are currently facing issues with the VAE conversion process:\n\nThe script is producing .bin files that are only 9KB instead of the expected size (around 300MB), indicating that the conversion is not working as intended.\n\nWe're working to modify the script to correctly handle the .bin format, but we need a better understanding of the underlying logic.\n\nOur current approach involves pulling a JSON file with KL encoder details, which we're considering handling either directly in this script or in a Colab notebook.\n\nAny assistance or guidance on resolving these issues would be greatly appreciated!\n\n### New File: textmaker.py\nWe've recently added textmaker.py, a script developed with the help of ChatGPT, designed to simplify the creation of text files alongside image datasets.\n\n### Functionality\nPurpose: textmaker.py creates a corresponding .txt file for each image file in a specified directory. It's useful for adding single-line text descriptions or tags to images, though it's not a full-fledged image tagging script.\n\nPerformance: Efficient and fast, taking approximately 5 seconds to process on a 2019 Mac.\n\n## Usage\nCommand Line:\n```\npython textmaker.py /path/to/your/folder \"Your words here\"\nUse code with caution.\n```\n#### Example:\n```\npython textmaker.py \"/Users/YourUserName/Path/To/Your/Images\" \"Your desired text here\"\n```\nNote: Replace /path/to/your/folder and \"Your words here\" with your actual file path and desired text. The example path has been modified for privacy.\n\n## In Progress Scripts \nComfyUI Nodes for Hugging Face Hub\nHF Hub Upload ComfyUI Node\nFunctionality: This node is intended to facilitate uploading files from ComfyUI to the Hugging Face Hub, streamlining the process compared to manual uploads.\n\nTesting Status: Not yet tested.\n\nHF Download ComfyUI Node\nFunctionality: Designed to download from CivitAI, Hugging Face, and possibly other sources. It's built as a ComfyUI node.\n\nDependencies: May require Aria2. Further details on dependencies are not fully clear at this time.\n\nContributions\nWe welcome contributions, suggestions, and improvements to these scripts. If you have expertise in any of these areas, especially regarding the VAE conversion or ComfyUI nodes, your input would be invaluable.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktiseos-nyx%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fktiseos-nyx%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktiseos-nyx%2Fscripts/lists"}