INNER CODE UNIT · Python

_init_difix3d_params

jayin92/Skyfall-GS · arguments/__init__.py:276

    def _init_difix3d_params(self):
        """Initialize Difix3D parameters."""
        self.idu_use_difix3d: bool = False
        self.idu_difix3d_model: str = "nvidia/difix"
        self.idu_difix3d_steps: int = 1
        self.idu_difix3d_guidance: float = 0.0
        self.idu_difix3d_timesteps: List[int] = [199]
        self.idu_difix3d_use_reference: bool = False
        self.idu_difix3d_prompt: str = "remove degradation"


def get_combined_args(parser: ArgumentParser) -> Namespace:
    """
    Combine command line arguments with saved configuration file.
    
    Args:
        parser: ArgumentParser with defined arguments
        

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…