BAAI / URSA-1.7B-FSQ320

huggingface.co
Total runs: 213
24-hour runs: 0
7-day runs: 40
30-day runs: 189
Model's Last Updated: October 29 2025
text-to-video

Introduction of URSA-1.7B-FSQ320

Model Details of URSA-1.7B-FSQ320

URSA-1.7B-FSQ320 Model Card

Model Details
Examples

Using the 🤗's Diffusers library to run URSA in a simple and efficient manner.

pip install diffusers transformers accelerate imageio[ffmpeg]
pip install git+ssh://[email protected]/baaivision/URSA.git

Running the pipeline:

import os, torch, numpy
from diffnext.pipelines import URSAPipeline
from diffnext.utils import export_to_video
os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "expandable_segments:True"

model_id, height, width = "BAAI/URSA-1.7B-FSQ320", 320, 512
model_args = {"torch_dtype": torch.float16, "trust_remote_code": True}
pipe = URSAPipeline.from_pretrained(model_id, **model_args)
pipe = pipe.to(torch.device("cuda"))

text_prompt = "a lone grizzly bear walks through a misty forest at dawn, sunlight catching its fur."
negative_prompt = "worst quality, low quality, inconsistent motion, static, still, blurry, jittery, distorted, ugly"

# Text-to-Image
prompt = text_prompt
num_frames, num_inference_steps = 1, 25
image = pipe(**locals()).frames[0]
image.save("ursa.jpg")

# Image-to-Video
prompt = f"motion=9.0, {text_prompt}"
num_frames, num_inference_steps = 49, 50
video = pipe(**locals()).frames[0]
export_to_video(video, "ursa_1+48f.mp4", fps=12)

# Text-to-Video
image, video = None, None
prompt = f"motion=9.0, {text_prompt}"
num_frames, num_inference_steps = 49, 50
video = pipe(**locals()).frames[0]
export_to_video(video, "ursa_49f.mp4", fps=12)

# Video-to-Video
prompt = f"motion=5.0, {text_prompt}"
num_frames, num_inference_steps = 49, 50
num_cond_frames, cond_noise_scale = 13, 0.1
for i in range(12):
    video, start_video = video[-num_cond_frames:], video
    video = pipe(**locals()).frames[0]
    video = numpy.concatenate([start_video, video[num_cond_frames:]])
    export_to_video(video, "ursa_{}f.mp4".format(video.shape[0]), fps=12)

Uses

Direct Use

The model is intended for research purposes only. Possible research areas and tasks include

  • Research on generative models.
  • Applications in educational or creative tools.
  • Generation of artworks and use in design and other artistic processes.
  • Probing and understanding the limitations and biases of generative models.
  • Safe deployment of models which have the potential to generate harmful content.

Excluded uses are described below.

Out-of-Scope Use

The model was not trained to be factual or true representations of people or events, and therefore using the model to generate such content is out-of-scope for the abilities of this model.

Misuse and Malicious Use

Using the model to generate content that is cruel to individuals is a misuse of this model. This includes, but is not limited to:

  • Mis- and disinformation.
  • Representations of egregious violence and gore.
  • Impersonating individuals without their consent.
  • Sexual content without consent of the people who might see it.
  • Sharing of copyrighted or licensed material in violation of its terms of use.
  • Intentionally promoting or propagating discriminatory content or harmful stereotypes.
  • Sharing content that is an alteration of copyrighted or licensed material in violation of its terms of use.
  • Generating demeaning, dehumanizing, or otherwise harmful representations of people or their environments, cultures, religions, etc.
Limitations and Bias
Limitations
  • The autoencoding part of the model is lossy.
  • The model cannot render complex legible text.
  • The model does not achieve perfect photorealism.
  • The fingers, .etc in general may not be generated properly.
  • The model was trained on a subset of the web datasets LAION-5B and COYO-700M , which contains adult, violent and sexual content.
Bias

While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.

Runs of BAAI URSA-1.7B-FSQ320 on huggingface.co

213
Total runs
0
24-hour runs
3
3-day runs
40
7-day runs
189
30-day runs

More Information About URSA-1.7B-FSQ320 huggingface.co Model

More URSA-1.7B-FSQ320 license Visit here:

https://choosealicense.com/licenses/apache-2.0

URSA-1.7B-FSQ320 huggingface.co

URSA-1.7B-FSQ320 huggingface.co is an AI model on huggingface.co that provides URSA-1.7B-FSQ320's model effect (), which can be used instantly with this BAAI URSA-1.7B-FSQ320 model. huggingface.co supports a free trial of the URSA-1.7B-FSQ320 model, and also provides paid use of the URSA-1.7B-FSQ320. Support call URSA-1.7B-FSQ320 model through api, including Node.js, Python, http.

URSA-1.7B-FSQ320 huggingface.co Url

https://huggingface.co/BAAI/URSA-1.7B-FSQ320

BAAI URSA-1.7B-FSQ320 online free

URSA-1.7B-FSQ320 huggingface.co is an online trial and call api platform, which integrates URSA-1.7B-FSQ320's modeling effects, including api services, and provides a free online trial of URSA-1.7B-FSQ320, you can try URSA-1.7B-FSQ320 online for free by clicking the link below.

BAAI URSA-1.7B-FSQ320 online free url in huggingface.co:

https://huggingface.co/BAAI/URSA-1.7B-FSQ320

URSA-1.7B-FSQ320 install

URSA-1.7B-FSQ320 is an open source model from GitHub that offers a free installation service, and any user can find URSA-1.7B-FSQ320 on GitHub to install. At the same time, huggingface.co provides the effect of URSA-1.7B-FSQ320 install, users can directly use URSA-1.7B-FSQ320 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

URSA-1.7B-FSQ320 install url in huggingface.co:

https://huggingface.co/BAAI/URSA-1.7B-FSQ320

Url of URSA-1.7B-FSQ320

URSA-1.7B-FSQ320 huggingface.co Url

Provider of URSA-1.7B-FSQ320 huggingface.co

BAAI
ORGANIZATIONS

Other API from BAAI

huggingface.co

Total runs: 64.6M
Run Growth: -9.1M
Growth Rate: -14.02%
Updated:February 22 2024
huggingface.co

Total runs: 38.1M
Run Growth: 2.6M
Growth Rate: 6.81%
Updated:July 03 2024
huggingface.co

Total runs: 12.1M
Run Growth: -754.9K
Growth Rate: -6.26%
Updated:February 21 2024
huggingface.co

Total runs: 10.5M
Run Growth: -1.1M
Growth Rate: -10.36%
Updated:February 21 2024
huggingface.co

Total runs: 2.4M
Run Growth: 1.9M
Growth Rate: 78.66%
Updated:April 17 2024
huggingface.co

Total runs: 813.7K
Run Growth: -585.3K
Growth Rate: -71.93%
Updated:October 12 2023
huggingface.co

Total runs: 223.4K
Run Growth: -1.2M
Growth Rate: -549.69%
Updated:December 13 2023
huggingface.co

Total runs: 67.8K
Run Growth: 60.2K
Growth Rate: 88.75%
Updated:October 12 2023
huggingface.co

Total runs: 66.0K
Run Growth: -3.8K
Growth Rate: -5.82%
Updated:July 13 2026
huggingface.co

Total runs: 58.4K
Run Growth: -23.2K
Growth Rate: -39.65%
Updated:October 12 2023
huggingface.co

Total runs: 52.4K
Run Growth: -111.9K
Growth Rate: -213.70%
Updated:October 12 2023
huggingface.co

Total runs: 49.7K
Run Growth: 27.1K
Growth Rate: 54.42%
Updated:November 14 2023
huggingface.co

Total runs: 39.0K
Run Growth: -21.1K
Growth Rate: -54.13%
Updated:January 15 2025
huggingface.co

Total runs: 15.8K
Run Growth: 229
Growth Rate: 1.45%
Updated:April 16 2025
huggingface.co

Total runs: 10.7K
Run Growth: -14.3K
Growth Rate: -133.45%
Updated:October 12 2023
huggingface.co

Total runs: 5.5K
Run Growth: 4.9K
Growth Rate: 89.12%
Updated:April 19 2024
huggingface.co

Total runs: 4.9K
Run Growth: -7.9K
Growth Rate: -161.57%
Updated:May 20 2025
huggingface.co

Total runs: 3.6K
Run Growth: 2.6K
Growth Rate: 73.62%
Updated:September 11 2026
huggingface.co

Total runs: 2.1K
Run Growth: 1.6K
Growth Rate: 75.18%
Updated:December 31 2022
huggingface.co

Total runs: 1.8K
Run Growth: -13.4K
Growth Rate: -731.78%
Updated:January 15 2025
huggingface.co

Total runs: 1.7K
Run Growth: -306
Growth Rate: -18.66%
Updated:April 10 2026
huggingface.co

Total runs: 1.7K
Run Growth: -1.1K
Growth Rate: -71.89%
Updated:April 10 2026
huggingface.co

Total runs: 1.4K
Run Growth: 968
Growth Rate: 70.61%
Updated:November 28 2024
huggingface.co

Total runs: 1.3K
Run Growth: 635
Growth Rate: 49.61%
Updated:October 23 2024
huggingface.co

Total runs: 1.2K
Run Growth: 307
Growth Rate: 24.98%
Updated:September 11 2026
huggingface.co

Total runs: 1.1K
Run Growth: 814
Growth Rate: 75.86%
Updated:October 24 2024
huggingface.co

Total runs: 920
Run Growth: -536
Growth Rate: -58.26%
Updated:February 07 2024
huggingface.co

Total runs: 768
Run Growth: -86
Growth Rate: -11.20%
Updated:May 23 2025
huggingface.co

Total runs: 565
Run Growth: -139
Growth Rate: -24.60%
Updated:July 13 2026
huggingface.co

Total runs: 491
Run Growth: 168
Growth Rate: 34.57%
Updated:April 10 2026
huggingface.co

Total runs: 450
Run Growth: -17
Growth Rate: -3.78%
Updated:July 13 2026
huggingface.co

Total runs: 417
Run Growth: -439
Growth Rate: -105.28%
Updated:April 18 2023
huggingface.co

Total runs: 390
Run Growth: -205
Growth Rate: -52.56%
Updated:October 27 2023
huggingface.co

Total runs: 377
Run Growth: -255
Growth Rate: -63.91%
Updated:August 11 2026
huggingface.co

Total runs: 368
Run Growth: -862
Growth Rate: -222.16%
Updated:August 11 2026
huggingface.co

Total runs: 355
Run Growth: 185
Growth Rate: 52.11%
Updated:July 13 2026
huggingface.co

Total runs: 323
Run Growth: 31
Growth Rate: 9.60%
Updated:July 13 2026
huggingface.co

Total runs: 319
Run Growth: 231
Growth Rate: 72.41%
Updated:August 18 2026
huggingface.co

Total runs: 310
Run Growth: -937
Growth Rate: -320.89%
Updated:December 25 2025
huggingface.co

Total runs: 291
Run Growth: -138
Growth Rate: -47.42%
Updated:March 07 2024
huggingface.co

Total runs: 287
Run Growth: -75
Growth Rate: -26.13%
Updated:July 13 2026
huggingface.co

Total runs: 286
Run Growth: -372
Growth Rate: -115.89%
Updated:December 25 2025
huggingface.co

Total runs: 275
Run Growth: -3.9K
Growth Rate: -1413.50%
Updated:April 10 2026
huggingface.co

Total runs: 267
Run Growth: -115
Growth Rate: -44.92%
Updated:April 10 2026
huggingface.co

Total runs: 223
Run Growth: -119
Growth Rate: -54.34%
Updated:June 06 2025
huggingface.co

Total runs: 223
Run Growth: -70
Growth Rate: -31.25%
Updated:July 17 2026
huggingface.co

Total runs: 208
Run Growth: -82
Growth Rate: -39.42%
Updated:July 13 2026
huggingface.co

Total runs: 202
Run Growth: -65
Growth Rate: -32.18%
Updated:July 13 2026
huggingface.co

Total runs: 200
Run Growth: 65
Growth Rate: 32.50%
Updated:April 02 2024
huggingface.co

Total runs: 182
Run Growth: 7
Growth Rate: 3.85%
Updated:July 13 2026
huggingface.co

Total runs: 179
Run Growth: -173
Growth Rate: -96.65%
Updated:October 23 2024
huggingface.co

Total runs: 171
Run Growth: 165
Growth Rate: 100.00%
Updated:September 05 2026
huggingface.co

Total runs: 169
Run Growth: -2
Growth Rate: -1.18%
Updated:June 24 2024
huggingface.co

Total runs: 169
Run Growth: 50
Growth Rate: 29.59%
Updated:August 23 2023
huggingface.co

Total runs: 168
Run Growth: -73
Growth Rate: -43.98%
Updated:April 10 2026
huggingface.co

Total runs: 162
Run Growth: 40
Growth Rate: 24.69%
Updated:July 13 2026
huggingface.co

Total runs: 161
Run Growth: 108
Growth Rate: 67.50%
Updated:November 02 2025
huggingface.co

Total runs: 157
Run Growth: -36
Growth Rate: -22.93%
Updated:May 13 2024
huggingface.co

Total runs: 157
Run Growth: -77
Growth Rate: -49.04%
Updated:May 13 2024
huggingface.co

Total runs: 154
Run Growth: 54
Growth Rate: 35.53%
Updated:March 13 2026
huggingface.co

Total runs: 152
Run Growth: -57
Growth Rate: -37.50%
Updated:July 13 2026
huggingface.co

Total runs: 152
Run Growth: -41
Growth Rate: -26.97%
Updated:May 13 2024
huggingface.co

Total runs: 152
Run Growth: -44
Growth Rate: -28.95%
Updated:May 31 2024