Text-to-Image
Diffusers
Trained with AutoTrain
stable-diffusion-xl
stable-diffusion-xl-diffusers
lora
template:sd-lora
Instructions to use LinAnnJose/Girlcharactergeneration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LinAnnJose/Girlcharactergeneration with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LinAnnJose/Girlcharactergeneration") prompt = "single full body photo of sks charctr_cgl is laughing with a plain green background and wearing grey color dress" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#10
by LinAnnJose - opened
- README.md +6 -0
- images/example_1s72pexib.png +0 -0
README.md
CHANGED
|
@@ -46,6 +46,12 @@ widget:
|
|
| 46 |
green background and wearing grey color dress
|
| 47 |
output:
|
| 48 |
url: images/example_k2dv47cc5.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
---
|
| 51 |
|
|
|
|
| 46 |
green background and wearing grey color dress
|
| 47 |
output:
|
| 48 |
url: images/example_k2dv47cc5.png
|
| 49 |
+
- text: >-
|
| 50 |
+
single full body child sketch of sks charctr_cgl wearing grey color dress
|
| 51 |
+
and is sleeping and lying on a bed with a plain green background without
|
| 52 |
+
grey border
|
| 53 |
+
output:
|
| 54 |
+
url: images/example_1s72pexib.png
|
| 55 |
|
| 56 |
---
|
| 57 |
|
images/example_1s72pexib.png
ADDED
|