Julianne James
Model description
This model is made based off of the Adult actress JulianneJames.
Recommend just keeping the LoRa weight at [.8 to 1]
Going above this tends to have the model lean into a handful of the pictures in the data set too heavily for some reason and the hair tends to get very colorful.
experiment to your hearts content.
All of the example photos are created using my own custom models. You can find some here on civitAI including darkglow and some are on my hugging face account. Some of those models are specifically made for the DiffusionBee file format Specifically.
Trigger words
You should use JulianneJames
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('brushpenbob/julianne-james', weight_name='JulianneJames.safetensors')
image = pipeline('`JulianneJames`').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 7
Model tree for brushpenbob/julianne-james
Base model
runwayml/stable-diffusion-v1-5