BAAI / URSA-0.6B-FSQ320

huggingface.co
Total runs: 133
24-hour runs: 0
7-day runs: 6
30-day runs: 71
Model's Last Updated: November 02 2025
text-to-video

Introduction of URSA-0.6B-FSQ320

Model Details of URSA-0.6B-FSQ320

URSA-0.6B-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-0.6B-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-0.6B-FSQ320 on huggingface.co

133
Total runs
0
24-hour runs
3
3-day runs
6
7-day runs
71
30-day runs

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

More URSA-0.6B-FSQ320 license Visit here:

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

URSA-0.6B-FSQ320 huggingface.co

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

URSA-0.6B-FSQ320 huggingface.co Url

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

BAAI URSA-0.6B-FSQ320 online free

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

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

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

URSA-0.6B-FSQ320 install

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

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

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

Url of URSA-0.6B-FSQ320

URSA-0.6B-FSQ320 huggingface.co Url

Provider of URSA-0.6B-FSQ320 huggingface.co

BAAI
ORGANIZATIONS

Other API from BAAI

huggingface.co

Total runs: 64.0M
Run Growth: -10.2M
Growth Rate: -16.01%
Updated:February 22 2024
huggingface.co

Total runs: 37.6M
Run Growth: 2.0M
Growth Rate: 5.31%
Updated:July 03 2024
huggingface.co

Total runs: 12.6M
Run Growth: -89.9K
Growth Rate: -0.71%
Updated:February 21 2024
huggingface.co

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

Total runs: 2.3M
Run Growth: 1.7M
Growth Rate: 77.24%
Updated:April 17 2024
huggingface.co

Total runs: 792.7K
Run Growth: -700.0K
Growth Rate: -88.30%
Updated:October 12 2023
huggingface.co

Total runs: 225.2K
Run Growth: -1.3M
Growth Rate: -588.78%
Updated:December 13 2023
huggingface.co

Total runs: 57.4K
Run Growth: -114.8K
Growth Rate: -199.94%
Updated:October 12 2023
huggingface.co

Total runs: 53.0K
Run Growth: -34.8K
Growth Rate: -65.63%
Updated:October 12 2023
huggingface.co

Total runs: 48.4K
Run Growth: 40.8K
Growth Rate: 84.18%
Updated:October 12 2023
huggingface.co

Total runs: 47.4K
Run Growth: 24.5K
Growth Rate: 51.73%
Updated:November 14 2023
huggingface.co

Total runs: 37.5K
Run Growth: -24.2K
Growth Rate: -64.57%
Updated:January 15 2025
huggingface.co

Total runs: 15.9K
Run Growth: 675
Growth Rate: 4.26%
Updated:April 16 2025
huggingface.co

Total runs: 11.0K
Run Growth: -15.4K
Growth Rate: -140.42%
Updated:October 12 2023
huggingface.co

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

Total runs: 4.5K
Run Growth: -9.3K
Growth Rate: -203.11%
Updated:May 20 2025
huggingface.co

Total runs: 3.5K
Run Growth: 2.4K
Growth Rate: 72.02%
Updated:September 11 2026
huggingface.co

Total runs: 1.8K
Run Growth: 1.2K
Growth Rate: 63.45%
Updated:December 31 2022
huggingface.co

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

Total runs: 1.4K
Run Growth: -494
Growth Rate: -34.50%
Updated:April 10 2026
huggingface.co

Total runs: 1.4K
Run Growth: -791
Growth Rate: -53.92%
Updated:April 10 2026
huggingface.co

Total runs: 1.3K
Run Growth: -139
Growth Rate: -10.78%
Updated:November 28 2024
huggingface.co

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

Total runs: 1.2K
Run Growth: 573
Growth Rate: 46.59%
Updated:October 23 2024
huggingface.co

Total runs: 1.1K
Run Growth: -337
Growth Rate: -31.44%
Updated:February 07 2024
huggingface.co

Total runs: 1.0K
Run Growth: 775
Growth Rate: 73.95%
Updated:October 24 2024
huggingface.co

Total runs: 751
Run Growth: -167
Growth Rate: -22.24%
Updated:May 23 2025
huggingface.co

Total runs: 596
Run Growth: -166
Growth Rate: -27.85%
Updated:July 13 2026
huggingface.co

Total runs: 479
Run Growth: -22
Growth Rate: -4.59%
Updated:July 13 2026
huggingface.co

Total runs: 461
Run Growth: 181
Growth Rate: 38.92%
Updated:April 10 2026
huggingface.co

Total runs: 430
Run Growth: -120
Growth Rate: -27.91%
Updated:October 27 2023
huggingface.co

Total runs: 411
Run Growth: -427
Growth Rate: -103.89%
Updated:April 18 2023
huggingface.co

Total runs: 392
Run Growth: -230
Growth Rate: -59.13%
Updated:August 11 2026
huggingface.co

Total runs: 366
Run Growth: -783
Growth Rate: -198.73%
Updated:August 11 2026
huggingface.co

Total runs: 358
Run Growth: -265
Growth Rate: -69.55%
Updated:December 25 2025
huggingface.co

Total runs: 334
Run Growth: 150
Growth Rate: 44.91%
Updated:July 13 2026
huggingface.co

Total runs: 323
Run Growth: 42
Growth Rate: 13.00%
Updated:July 13 2026
huggingface.co

Total runs: 294
Run Growth: 207
Growth Rate: 70.41%
Updated:August 18 2026
huggingface.co

Total runs: 291
Run Growth: -848
Growth Rate: -297.54%
Updated:December 25 2025
huggingface.co

Total runs: 290
Run Growth: -64
Growth Rate: -22.07%
Updated:July 13 2026
huggingface.co

Total runs: 283
Run Growth: -146
Growth Rate: -51.59%
Updated:March 07 2024
huggingface.co

Total runs: 282
Run Growth: -3.8K
Growth Rate: -1338.60%
Updated:April 10 2026
huggingface.co

Total runs: 259
Run Growth: 21
Growth Rate: 8.17%
Updated:February 11 2025
huggingface.co

Total runs: 253
Run Growth: -35
Growth Rate: -13.46%
Updated:April 10 2026
huggingface.co

Total runs: 213
Run Growth: -106
Growth Rate: -48.62%
Updated:July 17 2026
huggingface.co

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

Total runs: 205
Run Growth: -98
Growth Rate: -47.34%
Updated:June 06 2025
huggingface.co

Total runs: 201
Run Growth: -123
Growth Rate: -61.19%
Updated:October 23 2024
huggingface.co

Total runs: 192
Run Growth: -63
Growth Rate: -32.81%
Updated:July 13 2026
huggingface.co

Total runs: 189
Run Growth: 50
Growth Rate: 26.46%
Updated:April 02 2024
huggingface.co

Total runs: 181
Run Growth: 17
Growth Rate: 9.39%
Updated:July 13 2026
huggingface.co

Total runs: 175
Run Growth: -94
Growth Rate: -53.71%
Updated:May 13 2024
huggingface.co

Total runs: 167
Run Growth: -25
Growth Rate: -14.97%
Updated:May 13 2024
huggingface.co

Total runs: 166
Run Growth: -50
Growth Rate: -30.30%
Updated:April 10 2026
huggingface.co

Total runs: 166
Run Growth: -16
Growth Rate: -9.64%
Updated:May 31 2024
huggingface.co

Total runs: 164
Run Growth: -998
Growth Rate: -608.54%
Updated:June 24 2024
huggingface.co

Total runs: 163
Run Growth: -16
Growth Rate: -9.82%
Updated:May 13 2024
huggingface.co

Total runs: 163
Run Growth: 45
Growth Rate: 27.61%
Updated:August 23 2023
huggingface.co

Total runs: 156
Run Growth: 152
Growth Rate: 100.00%
Updated:September 05 2026
huggingface.co

Total runs: 151
Run Growth: -49
Growth Rate: -32.45%
Updated:July 13 2026
huggingface.co

Total runs: 148
Run Growth: 24
Growth Rate: 16.22%
Updated:July 13 2026
huggingface.co

Total runs: 145
Run Growth: 49
Growth Rate: 35.51%
Updated:March 13 2026