{"id":16153354,"url":"https://github.com/danielesteban/diffusers","last_synced_at":"2025-09-21T21:08:38.299Z","repository":{"id":143495762,"uuid":"614084797","full_name":"danielesteban/diffusers","owner":"danielesteban","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-19T02:22:34.000Z","size":227,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T00:23:39.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://diffusers.gatunes.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielesteban.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-03-14T21:27:28.000Z","updated_at":"2024-04-23T16:26:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"59875c0c-d43e-46db-911b-ba91f2ac9def","html_url":"https://github.com/danielesteban/diffusers","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/danielesteban/diffusers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fdiffusers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fdiffusers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fdiffusers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fdiffusers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielesteban","download_url":"https://codeload.github.com/danielesteban/diffusers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fdiffusers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276306129,"owners_count":25619578,"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","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-10T01:11:33.215Z","updated_at":"2025-09-21T21:08:38.281Z","avatar_url":"https://github.com/danielesteban.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e A public network of distributed diffusers workers\n\n```bash\necho \"@danielesteban:registry=https://npm.pkg.github.com\" \u003e\u003e .npmrc\npnpm install @danielesteban/diffusers\n```\n\n```js\nimport Diffusers from '@danielesteban/diffusers';\n\n// Create an application key at:\n// https://diffusers.gatunes.com\nconst diffusers = new Diffusers(\n  'YourApplicationKey'\n);\n\nconst input = await fetch('https://example.com/input_image.png');\nconst image = await input.blob();\nconst generated = await diffusers.diffusion(\n  image,\n  {\n    prompt: 'disco dancer with colorful lights',\n    negativePrompt: 'deformed, distorted, disfigured',\n    strength: '0.5',\n  }\n);\nconst upscaled = await diffusers.upscale(generated);\n\nwindow.open(URL.createObjectURL(upscaled));\n```\n\n### Worker\n\nDocker compose\n\n```yaml\nservices:\n  worker:\n    image: ghcr.io/danielesteban/diffusers/worker:v0.0.2\n    restart: always\n    environment:\n     - PIPELINES_DEPTH=True\n     - PIPELINES_DIFFUSION=True\n     - PIPELINES_UPSCALE=True\n    volumes:\n     - models:/home/worker/models\nvolumes:\n  models:\n```\n\nWindows GUI\n\n[diffusers-worker-0.0.2.exe](https://github.com/danielesteban/diffusers/releases/download/v0.0.2/diffusers-worker-0.0.2.exe)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielesteban%2Fdiffusers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielesteban%2Fdiffusers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielesteban%2Fdiffusers/lists"}