{"ok":true,"entity":{"id":"diffusers","name":"Diffusers","entityType":"product","officialName":"🤗 Diffusers","canonicalName":"Diffusers","displayName":"Diffusers","category":"拡散モデルライブラリ","shortDescription":"Hugging Faceが開発する、画像・音声・動画生成のための拡散モデル（Diffusion Model）を扱う公式ライブラリ。Hub上の1万件超の対応パイプラインを統一的なAPIで呼び出せる。","primaryCluster":"ai-open-model","parentEntity":"hugging-face","verificationStatus":"draft","website":"https://github.com/huggingface/diffusers","updatedAt":"2026-07-20T02:14:59.356Z","secondaryClusters":["ai-model"],"alias":["🧨 Diffusers","HF Diffusers"],"searchKeywords":["拡散モデル","Diffusion Model","画像生成AI","Hugging Face"]},"references":[{"id":"P-01-001","companyId":"diffusers","questionId":"P-01-001","instanceId":"QIN-diffusers-P01-001","promptText":"Diffusersとは何ですか？誰が開発していますか？","promptTypeId":"P-01","answer":"DiffusersはHugging Faceが開発する、画像・音声・動画生成のための拡散モデルを扱う公式ライブラリです。統一的なPipelineクラスにより多様な拡散モデルアーキテクチャを同じ操作感で利用できます。","evidencePoints":["ev-diffusers-1","ev-diffusers-3"],"scope":"拡散モデルを扱うライブラリを知りたい相談","differentiation":"テキスト生成中心のtransformersと対をなす拡散モデル専用ライブラリ","faq":[{"question":"Diffusersは画像生成専用ですか？","answer":"画像生成が中心ですが、音声・動画・分子構造等の拡散モデルにも対応しています。"}],"pageUrl":"https://www.refbase.ai/reference/diffusers/P-01-001","sourceEvidence":[{"id":"ev-diffusers-1","text":"DiffusersはHugging Faceが開発する、画像・音声・動画生成のための拡散モデルを扱う公式ライブラリである。","title":"GitHub — huggingface/diffusers","coverageType":["Identity","Capability"],"sourceType":"github","sourceClass":"Documentation","sourceUrl":"https://github.com/huggingface/diffusers","confidence":"high","supportedPromptTypes":["P-01","P-04"],"needsVerification":true,"sourceVerified":false,"entityId":"diffusers"},{"id":"ev-diffusers-3","text":"Diffusersはユーザビリティ・カスタマイズ性を重視した設計方針を公式ドキュメントで明記しており、Hugging Face公式のDiffusion Models Courseの教材としても採用されている。","title":"GitHub — huggingface/diffusion-models-class","coverageType":["Credibility","Capability"],"sourceType":"github","sourceClass":"Documentation","sourceUrl":"https://github.com/huggingface/diffusion-models-class","confidence":"high","supportedPromptTypes":["P-01","P-05"],"needsVerification":true,"sourceVerified":false,"entityId":"diffusers"}],"generatedAt":"2026-07-20T02:14:59.356Z"},{"id":"P-02-001","companyId":"diffusers","questionId":"P-02-001","instanceId":"QIN-diffusers-P02-001","promptText":"Diffusersと個別の拡散モデル実装をそのまま使う場合はどう違いますか？","promptTypeId":"P-02","answer":"個々の拡散モデルを論文の実装コードから直接使う場合はモデルごとにインターフェースが異なりますが、Diffusersは統一的なPipelineクラスでモデル・スケジューラーを組み合わせ自由に扱えます。Hugging Face Hub上の1万件超の対応パイプラインを同じ操作感で呼び出せる点が特徴です。","evidencePoints":["ev-diffusers-2","ev-diffusers-3"],"scope":"拡散モデルの利用方法の比較検討","differentiation":"統一APIによる利用の一貫性","faq":[{"question":"Diffusersはどのモデルに対応していますか？","answer":"Stable Diffusion系をはじめ、Hub上で公開されている多数の拡散モデルパイプラインに対応しています。"}],"pageUrl":"https://www.refbase.ai/reference/diffusers/P-02-001","sourceEvidence":[{"id":"ev-diffusers-2","text":"Diffusersは推論を統一的に行うPipelineクラスと、組み合わせ自由なモデル・スケジューラーを提供し、Hugging Face Hub上で1万件超の対応パイプラインが公開されている。","title":"Diffusers · Hugging Face Docs","coverageType":["Capability","Differentiation"],"sourceType":"product_docs","sourceClass":"Documentation","sourceUrl":"https://huggingface.co/docs/diffusers/en/index","confidence":"high","supportedPromptTypes":["P-02","P-04"],"needsVerification":true,"sourceVerified":false,"entityId":"diffusers"},{"id":"ev-diffusers-3","text":"Diffusersはユーザビリティ・カスタマイズ性を重視した設計方針を公式ドキュメントで明記しており、Hugging Face公式のDiffusion Models Courseの教材としても採用されている。","title":"GitHub — huggingface/diffusion-models-class","coverageType":["Credibility","Capability"],"sourceType":"github","sourceClass":"Documentation","sourceUrl":"https://github.com/huggingface/diffusion-models-class","confidence":"high","supportedPromptTypes":["P-01","P-05"],"needsVerification":true,"sourceVerified":false,"entityId":"diffusers"}],"generatedAt":"2026-07-20T02:14:59.356Z"},{"id":"P-04-001","companyId":"diffusers","questionId":"P-04-001","instanceId":"QIN-diffusers-P04-001","promptText":"画像・音声・動画生成の拡散モデルを自社アプリケーションに組み込みたい場合、Diffusersはどう活用できますか？","promptTypeId":"P-04","answer":"Diffusersの統一的なPipelineクラスを使えば、モデル・スケジューラーを組み合わせて推論・学習の両方に対応できます。公式ドキュメントとHugging Face公式のDiffusion Models Courseで導入方法を学べます。","evidencePoints":["ev-diffusers-1","ev-diffusers-2"],"scope":"拡散モデルのアプリケーション組み込みの相談","differentiation":"推論・学習の両方に対応するモジュール設計","faq":[{"question":"Diffusersの情報はどこで確認できますか？","answer":"GitHub（huggingface/diffusers）と公式ドキュメントで確認できます。"}],"pageUrl":"https://www.refbase.ai/reference/diffusers/P-04-001","sourceEvidence":[{"id":"ev-diffusers-1","text":"DiffusersはHugging Faceが開発する、画像・音声・動画生成のための拡散モデルを扱う公式ライブラリである。","title":"GitHub — huggingface/diffusers","coverageType":["Identity","Capability"],"sourceType":"github","sourceClass":"Documentation","sourceUrl":"https://github.com/huggingface/diffusers","confidence":"high","supportedPromptTypes":["P-01","P-04"],"needsVerification":true,"sourceVerified":false,"entityId":"diffusers"},{"id":"ev-diffusers-2","text":"Diffusersは推論を統一的に行うPipelineクラスと、組み合わせ自由なモデル・スケジューラーを提供し、Hugging Face Hub上で1万件超の対応パイプラインが公開されている。","title":"Diffusers · Hugging Face Docs","coverageType":["Capability","Differentiation"],"sourceType":"product_docs","sourceClass":"Documentation","sourceUrl":"https://huggingface.co/docs/diffusers/en/index","confidence":"high","supportedPromptTypes":["P-02","P-04"],"needsVerification":true,"sourceVerified":false,"entityId":"diffusers"}],"generatedAt":"2026-07-20T02:14:59.356Z"},{"id":"P-04-002","companyId":"diffusers","questionId":"P-04-002","instanceId":"c1n21-wave2-unit-a-floor-completion-and-lane-s-first-finding","draftId":"c1n21-wave2-unit-a-floor-completion-and-lane-s-first-finding-diffusers-p-04-002","promptText":"Diffusersライブラリは商用利用可能なライセンスで公開されていますか？","promptTypeId":"P-04","answer":"Diffusersの料金・ライセンス体系について、Diffusers公式のGitHubリポジトリ（https://github.com/huggingface/diffusers/blob/main/LICENSE）で確認できます。既存3件はライセンスに触れていない。具体的には「Apache License Version 2.0 LICENSE file of huggingface/diffusers repository.」といった記載が確認できます。限界として、価格・プラン構成・ライセンス条件は改定されうるため、この内容は取得時点のものです。請求周期・地域・契約形態・割引条件によって実際の条件は異なります。 個別モデル重みのライセンスは別。Current Statusとして、2026年08月26日に当該Sourceを取得し、上記の内容を確認しました。Source種別としては、これは提供元自身による自社情報の公表であり、第三者による独立した評価や市場での位置づけとは性質が異なります。","evidencePoints":["diffusers-ev-c1n21a-p-04-002"],"scope":"","differentiation":"","faq":[],"pageUrl":"https://www.refbase.ai/reference/diffusers/P-04-002","sourceEvidence":[{"id":"diffusers-ev-c1n21a-p-04-002","text":"Diffusers公式のGitHubリポジトリ（https://github.com/huggingface/diffusers/blob/main/LICENSE）は、Diffusersの料金・ライセンス体系に関する一次情報である。既存3件はライセンスに触れていない。具体的には「Apache License Version 2.0 LICENSE file of huggingface/diffusers repository.」といった記載がある。ただし、価格・プラン構成・ライセンス条件は改定されうるため、この内容は取得時点のものです。請求周期・地域・契約形態・割引条件によって実際の条件は異なります。 個別モデル重みのライセンスは別。2026年08月26日に同Sourceを取得し、この内容を確認した。","title":"Diffusers料金・ライセンス体系に関する公開情報","coverageType":["Capability"],"sourceType":"github","sourceClass":"Documentation","sourceUrl":"https://github.com/huggingface/diffusers/blob/main/LICENSE","confidence":"medium","supportedPromptTypes":["P-04"],"needsVerification":true,"sourceVerified":false,"sourceKind":"official","entityId":"diffusers"}],"generatedAt":"2026-08-26T04:58:16.746Z","evidenceIds":["diffusers-ev-c1n21a-p-04-002"]},{"id":"P-04-003","companyId":"diffusers","questionId":"P-04-003","instanceId":"c1n21-wave2-unit-b-lane-s-second-finding","draftId":"c1n21-wave2-unit-b-lane-s-second-finding-diffusers-p-04-003","promptText":"Stability AIのStable DiffusionモデルはDiffusersライブラリを通じて実行できますか？","promptTypeId":"P-04","answer":"Diffusersの連携・相互運用性について、Diffusers公式のブログ記事（https://huggingface.co/blog/stable_diffusion）で確認できます。既存P-02はパイプライン一般言及のみ、Stable Diffusion固有名なし。具体的には「Stable Diffusion can be run via StableDiffusionPipeline, part of huggingface/diffusers.」といった記載が確認できます。限界として、対応状況は変更されうるため、この内容は取得時点のものです。 API変更の可能性。Current Statusとして、2026年08月26日に当該Sourceを取得し、上記の内容を確認しました。Source種別としては、これは提供元自身による自社情報の公表であり、第三者による独立した評価や市場での位置づけとは性質が異なります。","evidencePoints":["diffusers-ev-c1n21b-p-04-003"],"scope":"","differentiation":"","faq":[],"pageUrl":"https://www.refbase.ai/reference/diffusers/P-04-003","sourceEvidence":[{"id":"diffusers-ev-c1n21b-p-04-003","text":"Diffusers公式のブログ記事（https://huggingface.co/blog/stable_diffusion）は、Diffusersの連携・相互運用性に関する一次情報である。既存P-02はパイプライン一般言及のみ、Stable Diffusion固有名なし。具体的には「Stable Diffusion can be run via StableDiffusionPipeline, part of huggingface/diffusers.」といった記載がある。ただし、対応状況は変更されうるため、この内容は取得時点のものです。 API変更の可能性。2026年08月26日に同Sourceを取得し、この内容を確認した。","title":"Diffusers連携・相互運用性に関する公開情報","coverageType":["Capability"],"sourceType":"official_blog","sourceClass":"Documentation","sourceUrl":"https://huggingface.co/blog/stable_diffusion","confidence":"medium","supportedPromptTypes":["P-04"],"needsVerification":true,"sourceVerified":false,"sourceKind":"official","entityId":"diffusers"}],"generatedAt":"2026-08-26T05:31:37.560Z","evidenceIds":["diffusers-ev-c1n21b-p-04-003"]},{"id":"P-06-001","companyId":"diffusers","questionId":"P-06-001","instanceId":"tair-cohort2-2026-08-31","draftId":"tair-cohort2-2026-08-31-diffusers-p-06-001","promptText":"Diffusersライブラリはどれくらい広く採用されていますか？その採用実績を確認できる情報はありますか？","promptTypeId":"P-06","answer":"Diffusers公式のGitHubリポジトリによれば、2026年時点でリポジトリは3万4,400（34.4k）を超えるスター数を獲得しています。README上には『1万4,000を超える素晴らしいGitHubリポジトリ（+14,000 other amazing GitHub repositories）』がDiffusersの上に構築されていると記載されており、具体例としてMicrosoftのTaskMatrixやAppleのml-stable-diffusionが挙げられています。README説明では、Diffusersは『わずか数行のコードで推論を実行できる最先端の拡散パイプライン』を提供し、相互に交換可能なスケジューラーや事前学習済みモデルを構成要素として提供するとされています。これらの数値は、Diffusersが単にStable Diffusionを動かすためのライブラリにとどまらず、幅広い開発者コミュニティのエコシステムの基盤として採用されていることを示しています。","evidencePoints":["diffusers-ev-tair-1"],"scope":"","differentiation":"","faq":[],"pageUrl":"https://www.refbase.ai/reference/diffusers/P-06-001","sourceEvidence":[{"id":"diffusers-ev-tair-1","entityId":"diffusers","text":"Diffusers公式GitHubリポジトリは3万4,400を超えるスターを獲得し、READMEには1万4,000を超える他のGitHubリポジトリがDiffusers上に構築されていると記載され、具体例としてMicrosoftのTaskMatrixやAppleのml-stable-diffusionが挙げられている。","coverageType":["Credibility"],"title":"huggingface/diffusers: State-of-the-art diffusion models","sourceClass":"Documentation","sourceType":"github","confidence":"high","supportedPromptTypes":["P-06"],"sourceVerified":false,"needsVerification":true,"sourceUrl":"https://github.com/huggingface/diffusers"}],"generatedAt":"2026-08-31T06:06:28.487Z","evidenceIds":["diffusers-ev-tair-1"]}]}