-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
330 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
LORA = [ | ||
{ | ||
"model_id": "DoctorDiffusion/doctor-diffusion-s-xray-xl-lora", | ||
"prompt": "xray <subject>", | ||
"file_name": "DD-xray-v1.safetensors", | ||
"weight": 0.8, | ||
"name": "X-ray" | ||
}, | ||
{ | ||
"model_id": "alvdansen/the-point", | ||
"prompt": "<subject>", | ||
"name": "Point style", | ||
"file_name": "araminta_k_the_point.safetensors", | ||
"weight": 0.6 | ||
}, | ||
{ | ||
"model_id": "KappaNeuro/ukiyo-e-art", | ||
"prompt": "an illustration of <subject> in Ukiyo-e Art style", | ||
"negative": "realistic, portrait, 3d", | ||
"file_name": "Ukiyo-e Art.safetensors", | ||
"weight": 0.8, | ||
"name": "Ukiyo-e Style" | ||
}, | ||
{ | ||
"model_id": "DoctorDiffusion/doctor-diffusion-s-controllable-vector-art-xl-lora", | ||
"prompt": "vector <subject>", | ||
"file_name": "DD-vector-v2.safetensors", | ||
"weight": 0.8, | ||
"name": "Vector Art" | ||
}, | ||
{ | ||
"model_id": "Norod78/sdxl-chalkboarddrawing-lora", | ||
"prompt": "A colorful chalkboard drawing of <subject>", | ||
"name": "Chalkboard drawing", | ||
"file_name": "SDXL_ChalkBoardDrawing_LoRA_r8.safetensors", | ||
"weight": 0.45, | ||
}, | ||
{ | ||
"model_id": "ProomptEngineer/pe-shitty-medieval-paintings", | ||
"prompt": "<subject> in the style of bad medieval art, PEBadMedivalArt", | ||
"weight": 1.0, | ||
"name": "Medieval style", | ||
"file_name": "PE_BadMedivalArt.safetensors" | ||
} | ||
] |
285 changes: 285 additions & 0 deletions
285
notebooks/sdxl-multilora-image-generation/sdxl-multilora-image-generation.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.