2 min to read
This guide provides detailed instructions for installing and running the DeepSeek Janus-Pro 1 B model on Linux/Ubuntu system using ComfyUI. Follow these steps to ensure a successful setup.
Run DeepSeek Janus-Pro 7B on Linux/Ubuntu Using ComfyUI
Ensure your system meets the following:
sudo apt update && sudo apt upgrade -y
sudo apt install git python3 python3-pip -y
If your system uses an older Python version:
sudo apt install python3.10 python3.10-distutils
For NVIDIA GPU users:
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
Note: Replace cu118
with cu121
for CUDA 12.1.
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI
pip install -r requirements.txt
model.safetensors
config.json
, tokenizer.json
, and other configuration files.Create this folder structure inside ComfyUI/models/
:
Janus-Pro/
└── Janus-Pro-1B/
├── config.json
├── model.safetensors
├── tokenizer.json
└── ... (other config files)
cd ComfyUI/custom_nodes
git clone https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro.git
http://localhost:8188
in your browser.Launch ComfyUI:
python3 app.py
Janus-Pro-1B
from the dropdown menu.steps
, cfg scale
, and sampler
for quality/speed trade-offs.Example workflow for generating futuristic cityscape:
# Example node configuration (pseudo-code for illustration)
prompt = "a futuristic cityscape, neon lights, cyberpunk style"
sampler_config = {"steps": 30, "cfg": 7.5}
generate_image(prompt=prompt, num_images=4)
Issue | Solution |
---|---|
Model not appearing in ComfyUI | Ensure files are in ComfyUI/models/Janus-Pro-1B/ . |
CUDA errors | Reinstall PyTorch with the correct CUDA version. |
Missing dependencies | Run pip install --upgrade -r requirements.txt . |
nvidia-smi
during generation.Connect with top remote developers instantly. No commitment, no risk.
Tags
Discover our most popular articles and guides
Running Android emulators on low-end PCs—especially those without Virtualization Technology (VT) or a dedicated graphics card—can be a challenge. Many popular emulators rely on hardware acceleration and virtualization to deliver smooth performance.
The demand for Android emulation has soared as users and developers seek flexible ways to run Android apps and games without a physical device. Online Android emulators, accessible directly through a web browser.
Discover the best free iPhone emulators that work online without downloads. Test iOS apps and games directly in your browser.
Top Android emulators optimized for gaming performance. Run mobile games smoothly on PC with these powerful emulators.
The rapid evolution of large language models (LLMs) has brought forth a new generation of open-source AI models that are more powerful, efficient, and versatile than ever.
ApkOnline is a cloud-based Android emulator that allows users to run Android apps and APK files directly from their web browsers, eliminating the need for physical devices or complex software installations.
Choosing the right Android emulator can transform your experience—whether you're a gamer, developer, or just want to run your favorite mobile apps on a bigger screen.
The rapid evolution of large language models (LLMs) has brought forth a new generation of open-source AI models that are more powerful, efficient, and versatile than ever.