Spaces:
Configuration error
Configuration error
Linoy Tsaban
commited on
Commit
•
109e94b
1
Parent(s):
0e8db4a
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def sample(zs, wts, prompt_tar="", cfg_scale_tar=15, skip=36, eta = 1):
|
|
103 |
latnets = wts.value[-1].expand(1, -1, -1, -1)
|
104 |
img = pipe(prompt=prompt_tar,
|
105 |
init_latents=latnets,
|
106 |
-
guidance_scale =
|
107 |
# num_images_per_prompt=1,
|
108 |
# num_inference_steps=steps,
|
109 |
# use_ddpm=True,
|
|
|
103 |
latnets = wts.value[-1].expand(1, -1, -1, -1)
|
104 |
img = pipe(prompt=prompt_tar,
|
105 |
init_latents=latnets,
|
106 |
+
guidance_scale = cfg_scale_tar,
|
107 |
# num_images_per_prompt=1,
|
108 |
# num_inference_steps=steps,
|
109 |
# use_ddpm=True,
|