Instructions to use Shinhati2023/Jeanico with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shinhati2023/Jeanico with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("votepurchase/animagine-xl-3.1", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shinhati2023/Jeanico") prompt = "A beautiful girl, smiles, glossy lips, lqz" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
Jean Ico.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96825e4e1dc381197a971352cad0bc6f0973693ba92507231f53e93c5089e739
|
| 3 |
+
size 456488092
|
images/images - 2024-05-14T142050.609.jpeg
ADDED
|
Git LFS Details
|