Content

Unlocking the Power of Stable Diffusion 3.5: Your Ultimate Guide to Cloud-Based Image Creation

Unlocking the Power of Stable Diffusion 3.5: Your Ultimate Guide to Cloud-Based Image Creation

Unlocking the Power of Stable Diffusion 3.5: Your Ultimate Guide to Cloud-Based Image Creation

Danny Roman

December 9, 2024

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

Dive into the world of generative AI with Stable Diffusion 3.5! In this guide, we'll walk you through setting up this powerful open-source text-to-image model using the cloud-based GPU service, Vulture. Get ready to create stunning images effortlessly!

🚀 Introduction to Stable Diffusion 3.5

Stable Diffusion 3.5 is not just any text-to-image model; it’s a revolutionary open-source powerhouse that lets your creativity run wild. Imagine generating breathtaking images with just a few words! Whether you're crafting art for a project, designing marketing materials, or simply exploring your imagination, this tool is your new best friend.

What makes it even more appealing? It’s completely free! You can set it up on your local machine or, as we’re doing today, unleash its full potential using a cloud GPU service. This means no heavyweight hardware is needed on your end. Just a stable internet connection and a sprinkle of tech-savviness!

☁️ Why Choose Cloud Services?

Why struggle with local installations and hardware limitations when you can harness the power of cloud services? Here are some reasons why cloud computing is the way to go:

  • Cost-effective: No need to invest in expensive GPUs. Pay only for what you use!

  • Accessibility: Access your projects from anywhere, anytime. All you need is an internet connection.

  • Scalability: Scale your resources up or down based on your project needs. Perfect for fluctuating workloads.

  • Maintenance-free: Forget about hardware upkeep. The cloud provider handles everything.

With services like Vulture, you can set up everything in a matter of minutes. Ready to dive in? Let’s get that account created!

🛠️ Setting Up Your Vulture Account

Getting started with Vulture is a breeze! Follow these steps to set up your account:

  1. Go to the Vulture website and click on “Sign Up.”

  2. Fill in your details and confirm your email address.

  3. During sign-up, use the code Berman300 to receive $300 in credits for your first month. That's a sweet deal!

  4. Once signed up, log in to your account.

Now that you’re in, let’s get that cloud GPU instance running!

🌐 Deploying Your Cloud GPU Instance

Ready to deploy your GPU instance? Follow these steps:

  1. In your Vulture dashboard, click on the Products tab on the left side.

  2. Select Cloud Compute from the options.

  3. Click on Deploy to create a new instance.

  4. Choose Cloud GPU as the type and select the location closest to you.

  5. Pick the Ubuntu operating system as your OS.

  6. For the plan, select the NVIDIA L40s, which is perfect for our needs.

  7. Deselect Auto Backups to keep things simple.

  8. Hit Deploy Now and wait for the setup to complete.

Vulture Cloud GPU instance running

🔐 Accessing Your Cloud GPU via SSH

Once your instance is up and running, it’s time to access it via SSH. Here’s how:

  1. Click on the three dots next to your instance and select Server Details.

  2. Open your terminal on your local machine.

  3. Copy the IP address of your instance.

  4. Type ssh root@your_ip_address and hit enter.

  5. When prompted for a password, go back to Vulture, copy the password, and paste it in.

And just like that, you’re in! Now let’s get that Docker image downloaded.

🐳 Downloading the Docker Image

With SSH access established, it’s time to pull the Docker image. Here’s how:

  1. In your SSH terminal, type docker pull comfyui and hit enter.

  2. Wait for the image to download. If you've done this before, it might say it's already downloaded.

Downloading Docker image

📁 Creating Storage for Your Files

Now that you’ve got the Docker image, let’s create a storage directory for your files:

  1. Type mkdir -p storage in your terminal and hit enter.

This command creates a new folder named storage in your current directory. Simple, right?

🚀 Running the Docker Image

It’s time to get the Docker image up and running! Follow these steps:

  1. Type the command to run the Docker image. Don’t worry; I’ll drop all the commands in the description below.

  2. Hit enter and watch as your Docker image starts running!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

Running Docker image

🔧 Additional Setup for Smooth Sailing

To ensure everything runs smoothly, we need to do a couple more things:

  1. Allow the port in the firewall by typing ufw allow 8188.

  2. Next, install the Hugging Face CLI with pip install -u huggingface_hub.

  3. Log in to Hugging Face by typing huggingface-cli login and following the prompts.

Once you’ve logged in, it’s time to download the model files!

🔐 Configuring Firewall Settings

Before we dive deeper, let’s ensure our firewall is set up to allow traffic through the necessary port. This is crucial for accessing Comfy UI without a hitch.

  1. In your SSH terminal, type ufw allow 8188 and hit enter.

  2. This command opens up the port we’ll be using to access the application. Simple, right?

Configuring firewall settings

🤖 Installing Hugging Face CLI

Next up, we need to install the Hugging Face CLI. This tool is essential for downloading models and managing your Hugging Face account.

  1. Type pip install -u huggingface_hub in your terminal and hit enter.

  2. Watch as it swiftly installs all the required packages!

Installing Hugging Face CLI

🔑 Generating and Using Your Token

Now that the CLI is installed, let’s generate a token that allows you to access different models.

  1. Go to huggingface.co/settings/tokens in your browser.

  2. Create a new token, name it something like comfy_ui-vulture, and set it as a read token.

  3. Once created, copy the token and return to your terminal.

  4. Log in to Hugging Face by typing huggingface-cli login and paste your token when prompted.

And just like that, you’re logged in and ready to download all the models you need!

Generating Hugging Face token

🌐 Accessing Comfy UI

With everything set up, let’s access Comfy UI and see the magic unfold. This is where the fun begins!

  1. Grab your server's IP address from the Vulture dashboard.

  2. In your browser, enter your_ip_address:8188 and hit enter.

  3. Voila! You should see the Comfy UI loading up. It’s time to unleash your creativity!

Accessing Comfy UI

📂 Moving Files and Final Setup

Before we start generating images, we need to ensure that our downloaded files are in the right place. Let’s move them into the storage folder we created earlier.

  1. Use the command: mv ~/path_to_downloaded_files/* storage/ to move your model files.

  2. Then, type mv ~/path_to_text_encoders/* storage/ to move the text encoders.

After moving the files, refresh the Comfy UI page, and it should work seamlessly!

Moving files to storage

🖼️ Exploring Image Generation Capabilities

Now comes the most exciting part: generating images! With Comfy UI, you can create stunning visuals with just a few prompts.

  • Type in your desired prompt. For example: “A Bulldog painting a sunset”.

  • Hit the “Cue Prompt” button and watch as the magic unfolds!

Feel free to experiment with different prompts and settings. The GPU is powerful, so expect speedy results!

Exploring image generation

🏁 Conclusion and Final Thoughts

And there you have it! You’ve successfully set up Stable Diffusion 3.5 on Vulture. Now, unleash your creativity and explore the endless possibilities of image generation!

Remember, the only limit is your imagination. Dive in, play around with different workflows, and create something amazing. Happy generating!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

Dive into the world of generative AI with Stable Diffusion 3.5! In this guide, we'll walk you through setting up this powerful open-source text-to-image model using the cloud-based GPU service, Vulture. Get ready to create stunning images effortlessly!

🚀 Introduction to Stable Diffusion 3.5

Stable Diffusion 3.5 is not just any text-to-image model; it’s a revolutionary open-source powerhouse that lets your creativity run wild. Imagine generating breathtaking images with just a few words! Whether you're crafting art for a project, designing marketing materials, or simply exploring your imagination, this tool is your new best friend.

What makes it even more appealing? It’s completely free! You can set it up on your local machine or, as we’re doing today, unleash its full potential using a cloud GPU service. This means no heavyweight hardware is needed on your end. Just a stable internet connection and a sprinkle of tech-savviness!

☁️ Why Choose Cloud Services?

Why struggle with local installations and hardware limitations when you can harness the power of cloud services? Here are some reasons why cloud computing is the way to go:

  • Cost-effective: No need to invest in expensive GPUs. Pay only for what you use!

  • Accessibility: Access your projects from anywhere, anytime. All you need is an internet connection.

  • Scalability: Scale your resources up or down based on your project needs. Perfect for fluctuating workloads.

  • Maintenance-free: Forget about hardware upkeep. The cloud provider handles everything.

With services like Vulture, you can set up everything in a matter of minutes. Ready to dive in? Let’s get that account created!

🛠️ Setting Up Your Vulture Account

Getting started with Vulture is a breeze! Follow these steps to set up your account:

  1. Go to the Vulture website and click on “Sign Up.”

  2. Fill in your details and confirm your email address.

  3. During sign-up, use the code Berman300 to receive $300 in credits for your first month. That's a sweet deal!

  4. Once signed up, log in to your account.

Now that you’re in, let’s get that cloud GPU instance running!

🌐 Deploying Your Cloud GPU Instance

Ready to deploy your GPU instance? Follow these steps:

  1. In your Vulture dashboard, click on the Products tab on the left side.

  2. Select Cloud Compute from the options.

  3. Click on Deploy to create a new instance.

  4. Choose Cloud GPU as the type and select the location closest to you.

  5. Pick the Ubuntu operating system as your OS.

  6. For the plan, select the NVIDIA L40s, which is perfect for our needs.

  7. Deselect Auto Backups to keep things simple.

  8. Hit Deploy Now and wait for the setup to complete.

Vulture Cloud GPU instance running

🔐 Accessing Your Cloud GPU via SSH

Once your instance is up and running, it’s time to access it via SSH. Here’s how:

  1. Click on the three dots next to your instance and select Server Details.

  2. Open your terminal on your local machine.

  3. Copy the IP address of your instance.

  4. Type ssh root@your_ip_address and hit enter.

  5. When prompted for a password, go back to Vulture, copy the password, and paste it in.

And just like that, you’re in! Now let’s get that Docker image downloaded.

🐳 Downloading the Docker Image

With SSH access established, it’s time to pull the Docker image. Here’s how:

  1. In your SSH terminal, type docker pull comfyui and hit enter.

  2. Wait for the image to download. If you've done this before, it might say it's already downloaded.

Downloading Docker image

📁 Creating Storage for Your Files

Now that you’ve got the Docker image, let’s create a storage directory for your files:

  1. Type mkdir -p storage in your terminal and hit enter.

This command creates a new folder named storage in your current directory. Simple, right?

🚀 Running the Docker Image

It’s time to get the Docker image up and running! Follow these steps:

  1. Type the command to run the Docker image. Don’t worry; I’ll drop all the commands in the description below.

  2. Hit enter and watch as your Docker image starts running!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

Running Docker image

🔧 Additional Setup for Smooth Sailing

To ensure everything runs smoothly, we need to do a couple more things:

  1. Allow the port in the firewall by typing ufw allow 8188.

  2. Next, install the Hugging Face CLI with pip install -u huggingface_hub.

  3. Log in to Hugging Face by typing huggingface-cli login and following the prompts.

Once you’ve logged in, it’s time to download the model files!

🔐 Configuring Firewall Settings

Before we dive deeper, let’s ensure our firewall is set up to allow traffic through the necessary port. This is crucial for accessing Comfy UI without a hitch.

  1. In your SSH terminal, type ufw allow 8188 and hit enter.

  2. This command opens up the port we’ll be using to access the application. Simple, right?

Configuring firewall settings

🤖 Installing Hugging Face CLI

Next up, we need to install the Hugging Face CLI. This tool is essential for downloading models and managing your Hugging Face account.

  1. Type pip install -u huggingface_hub in your terminal and hit enter.

  2. Watch as it swiftly installs all the required packages!

Installing Hugging Face CLI

🔑 Generating and Using Your Token

Now that the CLI is installed, let’s generate a token that allows you to access different models.

  1. Go to huggingface.co/settings/tokens in your browser.

  2. Create a new token, name it something like comfy_ui-vulture, and set it as a read token.

  3. Once created, copy the token and return to your terminal.

  4. Log in to Hugging Face by typing huggingface-cli login and paste your token when prompted.

And just like that, you’re logged in and ready to download all the models you need!

Generating Hugging Face token

🌐 Accessing Comfy UI

With everything set up, let’s access Comfy UI and see the magic unfold. This is where the fun begins!

  1. Grab your server's IP address from the Vulture dashboard.

  2. In your browser, enter your_ip_address:8188 and hit enter.

  3. Voila! You should see the Comfy UI loading up. It’s time to unleash your creativity!

Accessing Comfy UI

📂 Moving Files and Final Setup

Before we start generating images, we need to ensure that our downloaded files are in the right place. Let’s move them into the storage folder we created earlier.

  1. Use the command: mv ~/path_to_downloaded_files/* storage/ to move your model files.

  2. Then, type mv ~/path_to_text_encoders/* storage/ to move the text encoders.

After moving the files, refresh the Comfy UI page, and it should work seamlessly!

Moving files to storage

🖼️ Exploring Image Generation Capabilities

Now comes the most exciting part: generating images! With Comfy UI, you can create stunning visuals with just a few prompts.

  • Type in your desired prompt. For example: “A Bulldog painting a sunset”.

  • Hit the “Cue Prompt” button and watch as the magic unfolds!

Feel free to experiment with different prompts and settings. The GPU is powerful, so expect speedy results!

Exploring image generation

🏁 Conclusion and Final Thoughts

And there you have it! You’ve successfully set up Stable Diffusion 3.5 on Vulture. Now, unleash your creativity and explore the endless possibilities of image generation!

Remember, the only limit is your imagination. Dive in, play around with different workflows, and create something amazing. Happy generating!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

Dive into the world of generative AI with Stable Diffusion 3.5! In this guide, we'll walk you through setting up this powerful open-source text-to-image model using the cloud-based GPU service, Vulture. Get ready to create stunning images effortlessly!

🚀 Introduction to Stable Diffusion 3.5

Stable Diffusion 3.5 is not just any text-to-image model; it’s a revolutionary open-source powerhouse that lets your creativity run wild. Imagine generating breathtaking images with just a few words! Whether you're crafting art for a project, designing marketing materials, or simply exploring your imagination, this tool is your new best friend.

What makes it even more appealing? It’s completely free! You can set it up on your local machine or, as we’re doing today, unleash its full potential using a cloud GPU service. This means no heavyweight hardware is needed on your end. Just a stable internet connection and a sprinkle of tech-savviness!

☁️ Why Choose Cloud Services?

Why struggle with local installations and hardware limitations when you can harness the power of cloud services? Here are some reasons why cloud computing is the way to go:

  • Cost-effective: No need to invest in expensive GPUs. Pay only for what you use!

  • Accessibility: Access your projects from anywhere, anytime. All you need is an internet connection.

  • Scalability: Scale your resources up or down based on your project needs. Perfect for fluctuating workloads.

  • Maintenance-free: Forget about hardware upkeep. The cloud provider handles everything.

With services like Vulture, you can set up everything in a matter of minutes. Ready to dive in? Let’s get that account created!

🛠️ Setting Up Your Vulture Account

Getting started with Vulture is a breeze! Follow these steps to set up your account:

  1. Go to the Vulture website and click on “Sign Up.”

  2. Fill in your details and confirm your email address.

  3. During sign-up, use the code Berman300 to receive $300 in credits for your first month. That's a sweet deal!

  4. Once signed up, log in to your account.

Now that you’re in, let’s get that cloud GPU instance running!

🌐 Deploying Your Cloud GPU Instance

Ready to deploy your GPU instance? Follow these steps:

  1. In your Vulture dashboard, click on the Products tab on the left side.

  2. Select Cloud Compute from the options.

  3. Click on Deploy to create a new instance.

  4. Choose Cloud GPU as the type and select the location closest to you.

  5. Pick the Ubuntu operating system as your OS.

  6. For the plan, select the NVIDIA L40s, which is perfect for our needs.

  7. Deselect Auto Backups to keep things simple.

  8. Hit Deploy Now and wait for the setup to complete.

Vulture Cloud GPU instance running

🔐 Accessing Your Cloud GPU via SSH

Once your instance is up and running, it’s time to access it via SSH. Here’s how:

  1. Click on the three dots next to your instance and select Server Details.

  2. Open your terminal on your local machine.

  3. Copy the IP address of your instance.

  4. Type ssh root@your_ip_address and hit enter.

  5. When prompted for a password, go back to Vulture, copy the password, and paste it in.

And just like that, you’re in! Now let’s get that Docker image downloaded.

🐳 Downloading the Docker Image

With SSH access established, it’s time to pull the Docker image. Here’s how:

  1. In your SSH terminal, type docker pull comfyui and hit enter.

  2. Wait for the image to download. If you've done this before, it might say it's already downloaded.

Downloading Docker image

📁 Creating Storage for Your Files

Now that you’ve got the Docker image, let’s create a storage directory for your files:

  1. Type mkdir -p storage in your terminal and hit enter.

This command creates a new folder named storage in your current directory. Simple, right?

🚀 Running the Docker Image

It’s time to get the Docker image up and running! Follow these steps:

  1. Type the command to run the Docker image. Don’t worry; I’ll drop all the commands in the description below.

  2. Hit enter and watch as your Docker image starts running!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

Running Docker image

🔧 Additional Setup for Smooth Sailing

To ensure everything runs smoothly, we need to do a couple more things:

  1. Allow the port in the firewall by typing ufw allow 8188.

  2. Next, install the Hugging Face CLI with pip install -u huggingface_hub.

  3. Log in to Hugging Face by typing huggingface-cli login and following the prompts.

Once you’ve logged in, it’s time to download the model files!

🔐 Configuring Firewall Settings

Before we dive deeper, let’s ensure our firewall is set up to allow traffic through the necessary port. This is crucial for accessing Comfy UI without a hitch.

  1. In your SSH terminal, type ufw allow 8188 and hit enter.

  2. This command opens up the port we’ll be using to access the application. Simple, right?

Configuring firewall settings

🤖 Installing Hugging Face CLI

Next up, we need to install the Hugging Face CLI. This tool is essential for downloading models and managing your Hugging Face account.

  1. Type pip install -u huggingface_hub in your terminal and hit enter.

  2. Watch as it swiftly installs all the required packages!

Installing Hugging Face CLI

🔑 Generating and Using Your Token

Now that the CLI is installed, let’s generate a token that allows you to access different models.

  1. Go to huggingface.co/settings/tokens in your browser.

  2. Create a new token, name it something like comfy_ui-vulture, and set it as a read token.

  3. Once created, copy the token and return to your terminal.

  4. Log in to Hugging Face by typing huggingface-cli login and paste your token when prompted.

And just like that, you’re logged in and ready to download all the models you need!

Generating Hugging Face token

🌐 Accessing Comfy UI

With everything set up, let’s access Comfy UI and see the magic unfold. This is where the fun begins!

  1. Grab your server's IP address from the Vulture dashboard.

  2. In your browser, enter your_ip_address:8188 and hit enter.

  3. Voila! You should see the Comfy UI loading up. It’s time to unleash your creativity!

Accessing Comfy UI

📂 Moving Files and Final Setup

Before we start generating images, we need to ensure that our downloaded files are in the right place. Let’s move them into the storage folder we created earlier.

  1. Use the command: mv ~/path_to_downloaded_files/* storage/ to move your model files.

  2. Then, type mv ~/path_to_text_encoders/* storage/ to move the text encoders.

After moving the files, refresh the Comfy UI page, and it should work seamlessly!

Moving files to storage

🖼️ Exploring Image Generation Capabilities

Now comes the most exciting part: generating images! With Comfy UI, you can create stunning visuals with just a few prompts.

  • Type in your desired prompt. For example: “A Bulldog painting a sunset”.

  • Hit the “Cue Prompt” button and watch as the magic unfolds!

Feel free to experiment with different prompts and settings. The GPU is powerful, so expect speedy results!

Exploring image generation

🏁 Conclusion and Final Thoughts

And there you have it! You’ve successfully set up Stable Diffusion 3.5 on Vulture. Now, unleash your creativity and explore the endless possibilities of image generation!

Remember, the only limit is your imagination. Dive in, play around with different workflows, and create something amazing. Happy generating!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

Dive into the world of generative AI with Stable Diffusion 3.5! In this guide, we'll walk you through setting up this powerful open-source text-to-image model using the cloud-based GPU service, Vulture. Get ready to create stunning images effortlessly!

🚀 Introduction to Stable Diffusion 3.5

Stable Diffusion 3.5 is not just any text-to-image model; it’s a revolutionary open-source powerhouse that lets your creativity run wild. Imagine generating breathtaking images with just a few words! Whether you're crafting art for a project, designing marketing materials, or simply exploring your imagination, this tool is your new best friend.

What makes it even more appealing? It’s completely free! You can set it up on your local machine or, as we’re doing today, unleash its full potential using a cloud GPU service. This means no heavyweight hardware is needed on your end. Just a stable internet connection and a sprinkle of tech-savviness!

☁️ Why Choose Cloud Services?

Why struggle with local installations and hardware limitations when you can harness the power of cloud services? Here are some reasons why cloud computing is the way to go:

  • Cost-effective: No need to invest in expensive GPUs. Pay only for what you use!

  • Accessibility: Access your projects from anywhere, anytime. All you need is an internet connection.

  • Scalability: Scale your resources up or down based on your project needs. Perfect for fluctuating workloads.

  • Maintenance-free: Forget about hardware upkeep. The cloud provider handles everything.

With services like Vulture, you can set up everything in a matter of minutes. Ready to dive in? Let’s get that account created!

🛠️ Setting Up Your Vulture Account

Getting started with Vulture is a breeze! Follow these steps to set up your account:

  1. Go to the Vulture website and click on “Sign Up.”

  2. Fill in your details and confirm your email address.

  3. During sign-up, use the code Berman300 to receive $300 in credits for your first month. That's a sweet deal!

  4. Once signed up, log in to your account.

Now that you’re in, let’s get that cloud GPU instance running!

🌐 Deploying Your Cloud GPU Instance

Ready to deploy your GPU instance? Follow these steps:

  1. In your Vulture dashboard, click on the Products tab on the left side.

  2. Select Cloud Compute from the options.

  3. Click on Deploy to create a new instance.

  4. Choose Cloud GPU as the type and select the location closest to you.

  5. Pick the Ubuntu operating system as your OS.

  6. For the plan, select the NVIDIA L40s, which is perfect for our needs.

  7. Deselect Auto Backups to keep things simple.

  8. Hit Deploy Now and wait for the setup to complete.

Vulture Cloud GPU instance running

🔐 Accessing Your Cloud GPU via SSH

Once your instance is up and running, it’s time to access it via SSH. Here’s how:

  1. Click on the three dots next to your instance and select Server Details.

  2. Open your terminal on your local machine.

  3. Copy the IP address of your instance.

  4. Type ssh root@your_ip_address and hit enter.

  5. When prompted for a password, go back to Vulture, copy the password, and paste it in.

And just like that, you’re in! Now let’s get that Docker image downloaded.

🐳 Downloading the Docker Image

With SSH access established, it’s time to pull the Docker image. Here’s how:

  1. In your SSH terminal, type docker pull comfyui and hit enter.

  2. Wait for the image to download. If you've done this before, it might say it's already downloaded.

Downloading Docker image

📁 Creating Storage for Your Files

Now that you’ve got the Docker image, let’s create a storage directory for your files:

  1. Type mkdir -p storage in your terminal and hit enter.

This command creates a new folder named storage in your current directory. Simple, right?

🚀 Running the Docker Image

It’s time to get the Docker image up and running! Follow these steps:

  1. Type the command to run the Docker image. Don’t worry; I’ll drop all the commands in the description below.

  2. Hit enter and watch as your Docker image starts running!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

Running Docker image

🔧 Additional Setup for Smooth Sailing

To ensure everything runs smoothly, we need to do a couple more things:

  1. Allow the port in the firewall by typing ufw allow 8188.

  2. Next, install the Hugging Face CLI with pip install -u huggingface_hub.

  3. Log in to Hugging Face by typing huggingface-cli login and following the prompts.

Once you’ve logged in, it’s time to download the model files!

🔐 Configuring Firewall Settings

Before we dive deeper, let’s ensure our firewall is set up to allow traffic through the necessary port. This is crucial for accessing Comfy UI without a hitch.

  1. In your SSH terminal, type ufw allow 8188 and hit enter.

  2. This command opens up the port we’ll be using to access the application. Simple, right?

Configuring firewall settings

🤖 Installing Hugging Face CLI

Next up, we need to install the Hugging Face CLI. This tool is essential for downloading models and managing your Hugging Face account.

  1. Type pip install -u huggingface_hub in your terminal and hit enter.

  2. Watch as it swiftly installs all the required packages!

Installing Hugging Face CLI

🔑 Generating and Using Your Token

Now that the CLI is installed, let’s generate a token that allows you to access different models.

  1. Go to huggingface.co/settings/tokens in your browser.

  2. Create a new token, name it something like comfy_ui-vulture, and set it as a read token.

  3. Once created, copy the token and return to your terminal.

  4. Log in to Hugging Face by typing huggingface-cli login and paste your token when prompted.

And just like that, you’re logged in and ready to download all the models you need!

Generating Hugging Face token

🌐 Accessing Comfy UI

With everything set up, let’s access Comfy UI and see the magic unfold. This is where the fun begins!

  1. Grab your server's IP address from the Vulture dashboard.

  2. In your browser, enter your_ip_address:8188 and hit enter.

  3. Voila! You should see the Comfy UI loading up. It’s time to unleash your creativity!

Accessing Comfy UI

📂 Moving Files and Final Setup

Before we start generating images, we need to ensure that our downloaded files are in the right place. Let’s move them into the storage folder we created earlier.

  1. Use the command: mv ~/path_to_downloaded_files/* storage/ to move your model files.

  2. Then, type mv ~/path_to_text_encoders/* storage/ to move the text encoders.

After moving the files, refresh the Comfy UI page, and it should work seamlessly!

Moving files to storage

🖼️ Exploring Image Generation Capabilities

Now comes the most exciting part: generating images! With Comfy UI, you can create stunning visuals with just a few prompts.

  • Type in your desired prompt. For example: “A Bulldog painting a sunset”.

  • Hit the “Cue Prompt” button and watch as the magic unfolds!

Feel free to experiment with different prompts and settings. The GPU is powerful, so expect speedy results!

Exploring image generation

🏁 Conclusion and Final Thoughts

And there you have it! You’ve successfully set up Stable Diffusion 3.5 on Vulture. Now, unleash your creativity and explore the endless possibilities of image generation!

Remember, the only limit is your imagination. Dive in, play around with different workflows, and create something amazing. Happy generating!

ChatPlayground AI | Chat and compare the best AI Models in one interface, including ChatGPT-4o, Google Gemini 1.5 Pro, Claude 3.5 Sonnet, Bing Copilot, Llama 3.1, Perplexity, and Mixtral Large!

Share: