Instructions to use dranzerstar/SD-textual-inversion-embeddings-repo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dranzerstar/SD-textual-inversion-embeddings-repo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dranzerstar/SD-textual-inversion-embeddings-repo", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
SD-textual-inversion-embeddings/Lora repo
Lora Networks
Still Exploring on this training process
prompt: masterpiece, best_quality, clear details,1girl, cowboy_shot, simple_background
Lora characters and outfits
using char-* and outfit-* togeather
masterpiece, best_quality, clear details,1girl, reverse_outfit (pasties) (maebari) high_heels <lora:outfit-reverseoutfit:1>, (fullbody), looking_at_viewer, floor , <lora:char-seia:0.9>,
Textual inversion embeddings
stable diffusion emeddings of characters and outfits
Check each image's PNG info inthe preview folder for excat gen params
Sample of shinymas/character embeddings
generated with the same prompt with interchanging character phrase (char-X)
prompt: masterpiece, best_quality, clear details, char-kogane ,shirt,1girl,upper body
Negative prompt: fake_animal_ears, bad_prompt:0.8, (Cropped head), (Extra hands), (extra legs), (cropped), (missing legs), (duplicate), (morbid), cropped, (error), (bad anatomy), text, jpeg artifacts, (ugly), (morbid), (blurry), (low quality), (long leg), (poorly drawn), (bad proportions),
Sample of char-toru wearing various outfit embeddings
generated with the same prompt with interchanging outfit phrase (char-X)
prompt: masterpiece, best_quality, clear details, illustration of char-toru standing wearing outfit-null:1.1, ((full body)) , (smile),(solo), boots, floor,
Negative prompt: fake_animal_ears, bad_prompt:0.8, (Cropped head), (Extra hands), (extra legs), (cropped), (missing legs), (duplicate), (morbid), cropped, (error), (bad anatomy), text, jpeg artifacts, (ugly), (morbid), (blurry), (low quality), (long leg), (poorly drawn), (bad proportions),
license: osl-3.0
- Downloads last month
- -









