thank you alice-san. Your video is amazing and helpful as always. I really want to learn more by myself. Maybe it's time for me to start.. Do you have a discord that you recommend for learning the latest information ?
「if control.control_model_type not in [ControlModelType.IPAdapter, ControlModelType.Controlllite]: File "C:\Users\okuzawa shinichi\AppData\Local\Programs\Python\Python310\lib\enum.py", line 437, in __getattr__ raise AttributeError(name) from None AttributeError: IPAdapter 」 これがエラーの原因なようで、copilotに解決方法を質問してみたところ、「このエラーは、ControlNetのモジュールで発生しているようです。ControlNetは、画像生成の制御を行うためのツールで、IP-Adapterという画像をプロンプトとして扱える技術を含んでいます1。エラーの原因としては、以下の可能性が考えられます。 ControlNetのバージョンが古いか、インストールされていない。 IP-Adapter用のモデルがダウンロードされていないか、正しい場所に保存されていない。 IP-Adapterのプリプロセッサとモデルの設定が間違っている。」