add pix2pix
This commit is contained in:
@@ -88,3 +88,8 @@ class Config(BaseModel):
|
||||
paint_by_example_seed: int = 42
|
||||
paint_by_example_match_histograms: bool = False
|
||||
paint_by_example_example_image: Image = None
|
||||
|
||||
# InstructPix2Pix
|
||||
p2p_steps: int = 50
|
||||
p2p_image_guidance_scale: float = 1.5
|
||||
p2p_guidance_scale: float = 7.5
|
||||
|
||||
Reference in New Issue
Block a user