mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
Update Custom Diffusion Documentation for Multiple Concept Inference This PR updates the Custom Diffusion documentation to correctly demonstrate multiple concept inference by: - Initializing the pipeline from a proper foundation model (e.g., "CompVis/stable-diffusion-v1-4") instead of a fine-tuned model. - Defining model_id explicitly to avoid NameError. - Correcting method calls for loading attention processors and textual inversion embeddings.