MCPcopy Create free account
hub / github.com/OpenImagingLab/FlashVSR / __init__

Method __init__

diffsynth/prompters/base_prompter.py:40–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38
39class BasePrompter:
40 def __init__(self):
41 self.refiners = []
42 self.extenders = []
43
44
45 def load_prompt_refiners(self, model_manager: ModelManager, refiner_classes=[]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected