weathon
commited on
Commit
·
1dc3e2a
1
Parent(s):
a5d8cc1
app.py
CHANGED
|
@@ -25,7 +25,7 @@ pipe = VSFStableDiffusion3Pipeline.from_pretrained(
|
|
| 25 |
"stabilityai/stable-diffusion-3.5-large-turbo",
|
| 26 |
torch_dtype=torch.bfloat16,
|
| 27 |
hf_token=os.environ.get("HF_TOKEN", None)
|
| 28 |
-
)
|
| 29 |
import os
|
| 30 |
@spaces.GPU
|
| 31 |
def generate_video(positive_prompt, negative_prompt, guidance_scale, bias, step, seed, progress=gr.Progress(track_tqdm=False)):
|
|
|
|
| 25 |
"stabilityai/stable-diffusion-3.5-large-turbo",
|
| 26 |
torch_dtype=torch.bfloat16,
|
| 27 |
hf_token=os.environ.get("HF_TOKEN", None)
|
| 28 |
+
)
|
| 29 |
import os
|
| 30 |
@spaces.GPU
|
| 31 |
def generate_video(positive_prompt, negative_prompt, guidance_scale, bias, step, seed, progress=gr.Progress(track_tqdm=False)):
|