Instructions to use akrav8/noa-schwartz-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
Noa Schwartz LoRA
LoRA model trained on Tensor.art for generating images of Noa Schwartz character.
Trigger word
Use the keyword noa_schwartz in your prompts to activate this LoRA.
Model Details
- Training Platform: Tensor.art
- Base Model: Stable Diffusion XL
- LoRA Weight: 1.2 (recommended)
Usage
With Replicate
hf_lora = "akrav8/noa-schwartz-lora"
With Hugging Face Diffusers
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained(
"stabilityai/stable-diffusion-xl-base-1.0",
torch_dtype=torch.float16
).to("cuda")
pipeline.load_lora_weights("akrav8/noa-schwartz-lora")
image = pipeline("noa_schwartz in a beach dress").images[0]
License
This model is licensed under the OpenRAIL License.
Model tree for akrav8/noa-schwartz-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0