You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the "guider" is still not included in the pipeline config and will not be saved into the `modular_model_index.json` since it remains a `from_config` component:
@@ -908,14 +891,9 @@ Of course, you can also directly modify the `modular_model_index.json` to add a
908
891
909
892
<Tip>
910
893
911
-
💡 **Guidance Techniques Summary**:
912
-
-**ClassifierFreeGuidance (CFG)**: The standard choice, best for general use and prompt adherence
913
-
-**PerturbedAttentionGuidance (PAG)**: Enhances attention-based features by perturbing attention mechanisms
914
-
-**SkipLayerGuidance (SLG)**: Improves structure and anatomy coherence by skipping specific layers
915
-
-**SmoothedEnergyGuidance (SEG)**: Helps with energy distribution smoothing
916
-
-**AdaptiveProjectedGuidance (APG)**: Adaptive guidance that projects predictions for better quality
894
+
Experiment with different techniques and parameters to find what works best for your specific use case! You can find all the guider class we support [here](TODO: API doc)
917
895
918
-
Experiment with different techniques and parameters to find what works best for your specific use case! Additionally, you can write your own guider implementations, for example, CFG Zero* combined with Skip Layer Guidance, and they should be compatible out-of-the-box with modular diffusers!
896
+
Additionally, you can write your own guider implementations, for example, CFG Zero* combined with Skip Layer Guidance, and they should be compatible out-of-the-box with modular diffusers!
0 commit comments