MCPcopy
hub / github.com/lllyasviel/Fooocus / to_string

Method to_string

modules/meta_parser.py:302–303  ·  view source on GitHub ↗
(self, metadata: dict)

Source from the content-addressed store, hash-verified

300
301 @abstractmethod
302 def to_string(self, metadata: dict) -> str:
303 raise NotImplementedError
304
305 def set_data(self, raw_prompt, full_prompt, raw_negative_prompt, full_negative_prompt, steps, base_model_name,
306 refiner_model_name, loras, vae_name):

Callers 1

logFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected