mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
- Currently uses `transformers` - Supports model management and correctly loading and unloading models based on what your machine can support - Includes a Text Diffusers 2 workflow to demonstrate text rendering in SD1.5
5 lines
144 B
Python
5 lines
144 B
Python
from fastchat.model.model_adapter import register_model_adapter
|
|
|
|
from .fastchat_adapters import Phi3Adapter
|
|
|
|
register_model_adapter(Phi3Adapter) |