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 Settings
- Draw Things
- DiffusionBee
Add generated example
#2
by LinAnnJose - opened
- README.md +5 -0
- images/example_s27tzenw2.png +0 -0
README.md
CHANGED
|
@@ -16,6 +16,11 @@ widget:
|
|
| 16 |
green background and wearing grey color dress
|
| 17 |
output:
|
| 18 |
url: images/example_2zp84c040.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
---
|
| 21 |
|
|
|
|
| 16 |
green background and wearing grey color dress
|
| 17 |
output:
|
| 18 |
url: images/example_2zp84c040.png
|
| 19 |
+
- text: >-
|
| 20 |
+
single full body photo of sks charctr_cgl is laughing with a plain green
|
| 21 |
+
background and wearing grey color dress
|
| 22 |
+
output:
|
| 23 |
+
url: images/example_s27tzenw2.png
|
| 24 |
|
| 25 |
---
|
| 26 |
|
images/example_s27tzenw2.png
ADDED
|