How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline

controlnet = ControlNetModel.from_pretrained("brothelsnsprout/Training_image_generator")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"stabilityai/stable-diffusion-2-1", controlnet=controlnet
)

Custom AI Art Style Transfer

This is a Gradio app for transforming input images into a desired art style using your custom AI model.

How to Run

pip install -r requirements.txt
python app.py
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for brothelsnsprout/Training_image_generator

Adapter
(347)
this model