rtarun1/mirage18k
Viewer • Updated • 46.3k • 9.42k • 1
How to use rtarun1/silica-v1-0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("rtarun1/silica-v1-0", torch_dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]SILICA is a unified, single-step latent regression model that repurposes text-to-image diffusion priors for joint glass segmentation and glass-aware monocular depth estimation.
Using task-specific CLIP text prompts injected into cross-attention layers, SILICA establishes a spatial hierarchy that resolves foreground-background visual ambiguities inherent to transparent surfaces.
This work has been accepted for publication at IROS 2026.
For setup instructions, Python standalone inference, environment setup via uv/pip, and ROS2 (Humble) integration, please refer directly to the Official GitHub Repository.
Base model
CompVis/stable-diffusion-v1-4