Instructions to use bean980310/headswap-xl-animagine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bean980310/headswap-xl-animagine with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cagliostrolab/animagine-xl-3.1", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("bean980310/headswap-xl-animagine") prompt = "masterpiece, best quality, very aesthetic, absurdres, digital art, outdoors, cowboy shot, solo, a girl with the head of a boy and very handsome shortcut hair and very handsome face and perfect female body and large breasts wearing white and blue military uniform with epaulettes and aiguillette and (military white jacket with white long sleeves:1.4) and white buttoned shirt on top and (white lace trim bridal gloves:1.2) on hands and (white cape with shoulder cape:1.2) on shoulders and brown belt with gold belt buckle and (pleated blue miniskirt with white stripes:1.3) on bottom and (white thighhighs with floral lace trim:1.2) on legs and standing with legs together and gentle face" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,13 @@ tags:
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- text: >-
|
| 9 |
masterpiece, best quality, very aesthetic, absurdres, digital art, indoors, solo, a girl with the head of a boy and very boyish shortcut hair and very boyish face and perfect female body and large breasts wearing female butler uniform and tight miniskirt and thighhighs and high heels and gentle face
|
| 10 |
parameters:
|
|
@@ -28,6 +35,7 @@ license: creativeml-openrail-m
|
|
| 28 |
<Gallery />
|
| 29 |
|
| 30 |
## Model description
|
|
|
|
| 31 |

|
| 32 |

|
| 33 |
|
|
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
masterpiece, best quality, very aesthetic, absurdres, digital art, outdoors, cowboy shot, solo, a girl with the head of a boy and very handsome shortcut hair and very handsome face and perfect female body and large breasts wearing white and blue military uniform with epaulettes and aiguillette and (military white jacket with white long sleeves:1.4) and white buttoned shirt on top and (white lace trim bridal gloves:1.2) on hands and (white cape with shoulder cape:1.2) on shoulders and brown belt with gold belt buckle and (pleated blue miniskirt with white stripes:1.3) on bottom and (white thighhighs with floral lace trim:1.2) on legs and standing with legs together and gentle face
|
| 10 |
+
parameters:
|
| 11 |
+
negative_prompt: >-
|
| 12 |
+
embedding:sdxl/negativeXL_D, embedding:sdxl/unaestheticXLv31, nsfw, lowres, worst quality, low quality, large head, extra digits, fewer digits, normal quality, bad anatomy, bad hands, text, error, cropped, jpeg artifacts, signature, watermark, username, mutation, missing limbs, missing fingers, missing legs, missing arms, extra limbs, extra fingers, extra legs, extra arms, mutated hands, fused fingers, blurry, bad eyes, bad pupils, empty eyes, simple background, ugly, shade, painting, sketch, oldest, early, girlish face, girly hair, muscular body
|
| 13 |
+
output:
|
| 14 |
+
url: images/ComfyUI_00187_.png
|
| 15 |
- text: >-
|
| 16 |
masterpiece, best quality, very aesthetic, absurdres, digital art, indoors, solo, a girl with the head of a boy and very boyish shortcut hair and very boyish face and perfect female body and large breasts wearing female butler uniform and tight miniskirt and thighhighs and high heels and gentle face
|
| 17 |
parameters:
|
|
|
|
| 35 |
<Gallery />
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
+

|
| 39 |

|
| 40 |

|
| 41 |
|