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("Stepheni12/test-model-card-template-textual-inversion-sdxl")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
)

Textual inversion text2image fine-tuning - Stepheni12/test-model-card-template-textual-inversion-sdxl

These are textual inversion adaption weights for runwayml/stable-diffusion-v1-5. You can find some example images in the following.

img_0 img_1 img_2

Intended uses & limitations

How to use

# TODO: add an example code snippet for running this diffusion pipeline

Limitations and bias

[TODO: provide examples of latent issues and potential remediations]

Training details

[TODO: describe the data used to train the model]

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Stepheni12/test-model-card-template-textual-inversion-sdxl

Adapter
(2741)
this model