Update README.md
Browse files
README.md
CHANGED
@@ -42,9 +42,9 @@ However, as training progresses, the performance of the Union model will continu
|
|
42 |
|:------------:|:-----------:|:-----------:|
|
43 |
|0|canny|🟢high|
|
44 |
|1|tile|🟢high|
|
45 |
-
|2|depth
|
46 |
|3|blur|🟢high|
|
47 |
-
|4|pose
|
48 |
|5|gray|🔴low|
|
49 |
|6|lq|🟢high|
|
50 |
|
@@ -67,8 +67,8 @@ pipe.to("cuda")
|
|
67 |
|
68 |
# image cfg
|
69 |
width, height = 1024, 1024
|
70 |
-
controlnet_conditioning_scale = 0.
|
71 |
-
seed =
|
72 |
|
73 |
# canny
|
74 |
control_image = load_image("https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union-alpha/resolve/main/images/canny.jpg")
|
|
|
42 |
|:------------:|:-----------:|:-----------:|
|
43 |
|0|canny|🟢high|
|
44 |
|1|tile|🟢high|
|
45 |
+
|2|depth|🟢high|
|
46 |
|3|blur|🟢high|
|
47 |
+
|4|pose|🟢high|
|
48 |
|5|gray|🔴low|
|
49 |
|6|lq|🟢high|
|
50 |
|
|
|
67 |
|
68 |
# image cfg
|
69 |
width, height = 1024, 1024
|
70 |
+
controlnet_conditioning_scale = 0.5
|
71 |
+
seed = 6666
|
72 |
|
73 |
# canny
|
74 |
control_image = load_image("https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union-alpha/resolve/main/images/canny.jpg")
|