yash
commited on
Commit
·
05a20bc
1
Parent(s):
6c89fea
add prompt
Browse files
app.py
CHANGED
|
@@ -84,6 +84,7 @@ def img_args(
|
|
| 84 |
generator = torch.manual_seed(seed)
|
| 85 |
print(f"manual seed :{seed}")
|
| 86 |
|
|
|
|
| 87 |
init_img = init_img.resize((width,height))
|
| 88 |
print(init_img.size)
|
| 89 |
image = pipe(
|
|
|
|
| 84 |
generator = torch.manual_seed(seed)
|
| 85 |
print(f"manual seed :{seed}")
|
| 86 |
|
| 87 |
+
print("Prompt:",prompt)
|
| 88 |
init_img = init_img.resize((width,height))
|
| 89 |
print(init_img.size)
|
| 90 |
image = pipe(
|