1# pip install "git+https://github.com/rotem154154/sana_bullet.git"
2from sana_bullet import generate_image
3
4image = generate_image(
5 "a cinematic portrait of a fox in soft winter light",
6 model="irotem98/sana_bullet",
7)
8image
1# pip install "git+https://github.com/rotem154154/sana_bullet.git"
2from sana_bullet import SanaBulletPipeline
3
4pipe = SanaBulletPipeline.from_pretrained("irotem98/sana_bullet")
5image = pipe.generate("a retro-futuristic motorcycle speeding through neon rain")
6image
1pip install "git+https://github.com/rotem154154/sana_bullet.git"
2export SANA_BULLET_CHECKPOINT_REPO_ID="irotem98/sana_bullet"
3python -m sana_bullet.ui_server