Instructions to use HeartandSoul/Michaela with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HeartandSoul/Michaela with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HeartandSoul/Michaela") prompt = "a photo, 1girl, Michaela, long brown hair,blue eyes,natural hands, friendly look, yellow lingerie, looking to the viewer,full body shot,holding a well filled fruit basket with red apples, BREAK, orchard with apple trees, BREAK, depth of field, cinematic composition, high micro‑detail, 85mm lens, crisp edges, sharp focus, high-resolution, extreme quality, high pixel rating, dense pixels, realistic" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/28339627-b1ef-4ec3-9a1e-7c7a369f9c75.png | |
| text: 'a photo, 1girl, Michaela, long brown hair,blue eyes,natural hands, friendly look, yellow lingerie, looking to the viewer,full body shot,holding a well filled fruit basket with red apples, | |
| BREAK, | |
| orchard with apple trees, | |
| BREAK, | |
| depth of field, cinematic composition, high micro‑detail, 85mm lens, crisp edges, sharp focus, high-resolution, extreme quality, high pixel rating, dense pixels, realistic' | |
| - output: | |
| url: images/c7c26f25-97a2-4a51-8a85-e9ee20288b7b.png | |
| text: 'a photo, 1girl, Michaela, long brown hair,blue eyes,natural hands, friendly look, yellow lingerie, looking to the viewer,full body shot,holding a well filled fruit basket with red apples, | |
| BREAK, | |
| orchard with apple trees, | |
| BREAK, | |
| depth of field, cinematic composition, high micro‑detail, 85mm lens, crisp edges, sharp focus, high-resolution, extreme quality, high pixel rating, dense pixels, realistic' | |
| - output: | |
| url: images/abd67073-5fa0-4e45-9fb0-409d949e6d60.png | |
| text: 'a photo, 1girl, Michaela, long brown hair,blue eyes,natural hands, friendly look, yellow lingerie, looking to the viewer,full body shot,holding a well filled fruit basket with red apples, | |
| BREAK, | |
| orchard with apple trees, | |
| BREAK, | |
| depth of field, cinematic composition, high micro‑detail, 85mm lens, crisp edges, sharp focus, high-resolution, extreme quality, high pixel rating, dense pixels, realistic' | |
| - output: | |
| url: images/3d01f0b7-0a1c-4026-bc4d-f3fdaa3c694e.png | |
| text: 'a photo, 1girl, Michaela, long brown hair,blue eyes,natural hands, friendly look, yellow lingerie, looking to the viewer,full body shot,holding a well filled fruit basket with red apples, | |
| BREAK, | |
| orchard with apple trees, | |
| BREAK, | |
| depth of field, cinematic composition, high micro‑detail, 85mm lens, crisp edges, sharp focus, high-resolution, extreme quality, high pixel rating, dense pixels, realistic' | |
| - output: | |
| url: images/2b4aa080-023d-4ec8-a718-e765cf285186.png | |
| text: 'a photo, 1girl, Michaela, long brown hair,blue eyes,natural hands, friendly look, pink bikini, looking to the viewer,swimming, full body shot, | |
| BREAK, | |
| a pool in Norway, snow, | |
| BREAK, | |
| depth of field, cinematic composition, high micro‑detail, 85mm lens, crisp edges, sharp focus, high-resolution, extreme quality, high pixel rating, dense pixels, realistic' | |
| - output: | |
| url: images/39969923-7fe4-44dc-b27a-58ee44ad16c4.png | |
| text: 'a photo, 1girl, Michaela, long brown hair,blue eyes,natural hands, friendly look, pink bikini, looking to the viewer,sunbathing, full body shot, | |
| BREAK, | |
| beach in Thailand, | |
| BREAK, | |
| depth of field, cinematic composition, high micro‑detail, 85mm lens, crisp edges, sharp focus, high-resolution, extreme quality, high pixel rating, dense pixels, realistic' | |
| - output: | |
| url: images/76c3110b-6b7a-44c7-98c3-fa6ca375b766.png | |
| text: 'a photo, 1girl, Michaela, long brown hair,blue eyes,natural hands, friendly look, yellow lingerie, looking to the viewer,full body shot, | |
| BREAK, | |
| orchard with apple trees, | |
| BREAK, | |
| depth of field, cinematic composition, high micro‑detail, 85mm lens, crisp edges, sharp focus, high-resolution, extreme quality, high pixel rating, dense pixels, realistic' | |
| - output: | |
| url: images/bb8345fa-721f-4a0c-9756-cc4182f15083.png | |
| text: 'a photo, 1girl, Michaela, long brown hair,blue eyes,natural hands, friendly look, yellow lingerie, looking to the viewer,full body shot, | |
| BREAK, | |
| orchard with apple trees, | |
| BREAK, | |
| depth of field, cinematic composition, high micro‑detail, 85mm lens, crisp edges, sharp focus, high-resolution, extreme quality, high pixel rating, dense pixels, realistic' | |
| base_model: Tongyi-MAI/Z-Image | |
| instance_prompt: Michaela | |
| # Michaela | |
| <Gallery /> | |
| ## Model description | |
| About this version | |
| First version, training images have been made with SD 1.5 (a personal merged model). Lora was trained with 2 datasets: | |
| 1) style data set | |
| 2) character data set | |
| ## Trigger words | |
| You should use `Michaela` to trigger the image generation. | |
| ## Download model | |
| [Download](/HeartandSoul/Michaela/tree/main) them in the Files & versions tab. | |