Skip to content

AUTOMATIC1111: Software for tensor operations, saving tensor data in .safetensors format. ComfyUI: UI library, possibly managing tensor data safely with *.safetensors. InvokeAI: ML platform using *.safetensors for secure tensor storage.

Notifications You must be signed in to change notification settings

PRITHIVSAKTHIUR/AI-Art-Generator-SDXL

Repository files navigation

license pipeline_tag tags widget inference
creativeml-openrail-m
text-to-image
text-to-image
turbo
stable-diffusion
stable-diffusion-xl
text output
natural scenario
url
image7.jpeg
text output
mars rover
url
image1.jpeg
text output
luminescent boat
url
image3.jpeg
text output
tesla robo cartoon
url
image4.jpeg
text output
rusty robot cartoon
url
image5.jpeg
text output
skyscraper cartoon
url
image6.jpeg
parameters
num_inference_steps
8

row01

SDXL Turbo x ComfyUI x Automatic1111

AUTOMATIC1111 : This could refer to a specific software or system named AUTOMATIC1111 that deals with tensor operations or machine learning tasks. The .safetensors extension might be used to save or serialize tensor data in a safe and structured manner.

ComfyUI: ComfyUI might be a user interface library or framework, and *.safetensors could be related to some functionality within it, perhaps for managing data or state related to tensors in a safe manner.

InvokeAI: If InvokeAI is a platform or tool related to artificial intelligence or machine learning, *.safetensors could be a file format used within it for storing tensor-related information securely.

Use it with diffusers 🧨

from diffusers import AutoPipelineForText2Image
import torch
        
pipeline = AutoPipelineForText2Image.from_pretrained('Rodan-SDXL-Turbo-Art-Generator-Engine', torch_dtype=torch.float16).to('cuda')        
image = pipeline('A mecha robot in a favela', num_inference_steps=2).images[0]

ℹ️Recommended to Deploy inside Huggingface Workspaces

🚀Huggingface Model : https://huggingface.co/prithivMLmods/Rodan-SDXL-Turbo-Art-Generator-Engine

🚀Huggingface Spaces : https://huggingface.co/spaces/prithivMLmods/Art-Generator-Engine

ℹ️For the Deployment of Huggingface Workspaces Use Only the Highlighted (Blue Color) Folder Mentioned & Choosing the correct SDK in Huggingface Spaces as follows;

alt text

ℹ️Generated Images in Huggingface Spaces:

🔮Prompt : " natural scenario "

alt text

About

AUTOMATIC1111: Software for tensor operations, saving tensor data in .safetensors format. ComfyUI: UI library, possibly managing tensor data safely with *.safetensors. InvokeAI: ML platform using *.safetensors for secure tensor storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages