Instructions to use Stepheni12/test-model-card-template-textual-inversion-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Stepheni12/test-model-card-template-textual-inversion-sdxl with Diffusers:
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 ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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.
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
- -
Model tree for Stepheni12/test-model-card-template-textual-inversion-sdxl
Base model
runwayml/stable-diffusion-v1-5

