{"id":22677788,"url":"https://github.com/samedii/perceptor","last_synced_at":"2026-03-16T12:01:36.482Z","repository":{"id":42499412,"uuid":"456099891","full_name":"samedii/perceptor","owner":"samedii","description":"Modular image generation library","archived":false,"fork":false,"pushed_at":"2022-10-23T00:06:57.000Z","size":4216,"stargazers_count":5,"open_issues_count":26,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T09:01:46.074Z","etag":null,"topics":["guided-diffusion","pytorch","stable-diffusion","style-transfer","text-to-image-synthesis","vq-vae"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samedii.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}},"created_at":"2022-02-06T08:53:58.000Z","updated_at":"2024-01-03T14:00:51.000Z","dependencies_parsed_at":"2023-01-20T01:47:18.916Z","dependency_job_id":null,"html_url":"https://github.com/samedii/perceptor","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samedii%2Fperceptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samedii%2Fperceptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samedii%2Fperceptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samedii%2Fperceptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samedii","download_url":"https://codeload.github.com/samedii/perceptor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487688,"owners_count":21112191,"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":["guided-diffusion","pytorch","stable-diffusion","style-transfer","text-to-image-synthesis","vq-vae"],"created_at":"2024-12-09T18:01:21.205Z","updated_at":"2025-10-16T03:36:43.842Z","avatar_url":"https://github.com/samedii.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# perceptor\n\nModular image generation library.\n\n## Install\n\n```bash\npoetry add perceptor\n```\n\nOr, for the old timers:\n\n```bash\npip install perceptor\n```\n\n### CUDA 11.3 (Support RTX cards)\n\n```bash\npoetry run pip uninstall torch torchvision -y \u0026\u0026 poetry run pip install torch==1.12.1 torchvision==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu113\n```\n\n## Interface\n\nShortlist of available features. See the [API reference](https://perceptor.readthedocs.io/en/latest/) for more information.\n\n```python\nperceptor\n  .drawers\n    .BruteDiffusion\n    .DeepImagePrior\n    .Raw\n    .RuDALLE\n    .StyleGANXL\n  .models\n    .AdaBinsDepth\n    .DeepImagePrior\n    .VelocityDiffusion (yfcc_2, yfcc_1, cc12m_1_cfg, wikiart)\n    .latent_diffusion\n      .Text2Image\n      .Face\n      .SuperResolution\n    .GuidedDiffusion (openai, pixelart)\n    .MidasDepth\n    .MonsterDiffusion (all, tinyhero)\n    .StyleGANXL\n    .RuDALLE\n    .StableDiffusion\n    .SuperResolution\n  .losses\n    # Text-image similarity\n    .BLIP\n    .CLIP\n    .CLOOB\n    .LiT\n    .GlideCLIP\n    .OpenCLIP\n    .OWLViT\n    .RuCLIP\n    .SLIP\n    # Other\n    .AestheticVisualAssessment\n    .LPIPS\n    .Memorability\n    .MidasDepth\n    .SimulacraAesthetic\n    .Smoothness\n    .StyleTransfer\n  .transforms\n    .clamp_with_grad\n    .resize\n    .SuperResolution\n  .utils\n    .gradient_checkpoint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamedii%2Fperceptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamedii%2Fperceptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamedii%2Fperceptor/lists"}