(self, metadata: dict)
| 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): |