{"id":14988801,"url":"https://github.com/nazililham11/animagine-extra","last_synced_at":"2026-02-03T11:34:58.333Z","repository":{"id":247343609,"uuid":"825553745","full_name":"nazililham11/animagine-extra","owner":"nazililham11","description":"Extra features for animagine's space","archived":false,"fork":false,"pushed_at":"2024-07-22T14:42:14.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-01T01:42:42.276Z","etag":null,"topics":["animagine","animagine-xl","userscript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nazililham11.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-07-08T04:21:55.000Z","updated_at":"2024-08-09T09:09:56.000Z","dependencies_parsed_at":"2024-09-25T00:34:07.716Z","dependency_job_id":null,"html_url":"https://github.com/nazililham11/animagine-extra","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.4545454545454546,"last_synced_commit":"34938b94065103c8b0da9bb7f8572396dfd6800a"},"previous_names":["nazililham11/animagine-extra"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazililham11%2Fanimagine-extra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazililham11%2Fanimagine-extra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazililham11%2Fanimagine-extra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazililham11%2Fanimagine-extra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nazililham11","download_url":"https://codeload.github.com/nazililham11/animagine-extra/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219850158,"owners_count":16556321,"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":["animagine","animagine-xl","userscript"],"created_at":"2024-09-24T14:17:13.482Z","updated_at":"2024-10-14T00:43:11.609Z","avatar_url":"https://github.com/nazililham11.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Animagine Extra\r\nAdditional features for Animagine's huggingface space.\r\n\r\n## Features\r\n- **History :** view and use previous parameters. It currently only stores parameters such as prompt, negative, style, quality, aspec ratio, and whether upscaled.\r\n- **Prompt Editor :** The prompt area was repleaced with CodeMirror TextEditor that uses Sublime Keymap. It has feature like Hint, Move Line `Alt+Up`or`Alt+Down`, Multi curosr `Ctrl+D`, Cut/Copy Lines, etc. Read More about codemirror sublime keymap at https://codemirror.net/5/demo/sublime.html\r\n- **Prompt Hints :** Very useful especially on booru-style prompts. You can use your own hint by importing a `.txt` file containing hint separated by lines, or by putting the file url in the `HINTS_URL`\r\n\r\n\r\n## Limit\r\n- Only works on the `*.hf.space` domain. Because `huggingface.co` uses `iframe` to display spaces so script can't access the HTML DOM.\r\n\r\n## Usage\r\n\r\n### Using Userscript Plugins\r\n- Install a userscript plugin/extention on your browser, such as Tampermonkey\r\n    + on chrome: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en\r\n    + on firefox: https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/\r\n- Go to Tampermonkey Dashboard -\u003e Utilities -\u003e Import From Url\r\n- Paste the script url, and hit Install\r\n```\r\nhttps://raw.githubusercontent.com/nazililham11/animagine-extra/main/animagine-extra.js\r\n```\r\n\r\n\r\n### Without Userscript Plugins\r\nIn case you can't install the userscript plugin or using mobile device. \r\n\r\nGo to the Animagine page, then run this script in the address bar:\r\n\r\n**Note: Some browsers remove the `javascript:` part after you paste the script in address bar.**\r\n\r\n```js\r\njavascript:fetch('https://raw.githubusercontent.com/nazililham11/animagine-extra/main/animagine-extra.js').then(r=\u003er.text()).then(t=\u003e{const x=document.createElement('script');x.innerHTML=t;document.body.append(x)})\r\n```\r\n\r\n#### Clear Saved History / Hint\r\n```js\r\njavascript:localStorage.clear()\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnazililham11%2Fanimagine-extra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnazililham11%2Fanimagine-extra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnazililham11%2Fanimagine-extra/lists"}