barreloflube
commited on
Commit
•
1d2edf1
1
Parent(s):
3d3f40a
Refactor image_clip_skip parameter in image_tab function
Browse files- tabs/images/ui.py +1 -1
tabs/images/ui.py
CHANGED
@@ -123,7 +123,7 @@ def image_tab():
|
|
123 |
("Width", "image_width", 64, 2048, 64, 1024, True),
|
124 |
("Num Images Per Prompt", "image_num_images_per_prompt", 1, 4, 1, 1, True),
|
125 |
("Num Inference Steps", "image_num_inference_steps", 1, 100, 1, 20, True),
|
126 |
-
("Clip Skip", "image_clip_skip", 0, 2, 1, 2,
|
127 |
("Guidance Scale", "image_guidance_scale", 0, 20, 0.5, 7.0, True),
|
128 |
("Seed", "image_seed", 0, 100000, 1, random.randint(0, 100000), True),
|
129 |
]
|
|
|
123 |
("Width", "image_width", 64, 2048, 64, 1024, True),
|
124 |
("Num Images Per Prompt", "image_num_images_per_prompt", 1, 4, 1, 1, True),
|
125 |
("Num Inference Steps", "image_num_inference_steps", 1, 100, 1, 20, True),
|
126 |
+
("Clip Skip", "image_clip_skip", 0, 2, 1, 2, False),
|
127 |
("Guidance Scale", "image_guidance_scale", 0, 20, 0.5, 7.0, True),
|
128 |
("Seed", "image_seed", 0, 100000, 1, random.randint(0, 100000), True),
|
129 |
]
|