Spaces:
Sleeping
Sleeping
tori29umai
commited on
Commit
•
beb8e73
1
Parent(s):
239a7c2
app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ class Img2Img:
|
|
151 |
|
152 |
# インプットとアウトプットの設定
|
153 |
inputs = [
|
154 |
-
input_image_path,
|
155 |
prompt,
|
156 |
nega,
|
157 |
controlnet_conditioning_scale,
|
|
|
151 |
|
152 |
# インプットとアウトプットの設定
|
153 |
inputs = [
|
154 |
+
self.input_image_path,
|
155 |
prompt,
|
156 |
nega,
|
157 |
controlnet_conditioning_scale,
|