Instructions to use LyliaEngine/Anima_Detail_Tweaker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/Anima_Detail_Tweaker with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LyliaEngine/anima_baseV10", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/Anima_Detail_Tweaker") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,6 +44,13 @@ The instance image is provided by @storyAura
|
|
| 44 |
|
| 45 |
You should use `None` to trigger the image generation.
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
## Download model
|
| 49 |
|
|
|
|
| 44 |
|
| 45 |
You should use `None` to trigger the image generation.
|
| 46 |
|
| 47 |
+
## Source
|
| 48 |
+
|
| 49 |
+
https://civitai.red/models/2620171/anima-detail-tweaker?modelVersionId=2947492
|
| 50 |
+
|
| 51 |
+
## Credit
|
| 52 |
+
|
| 53 |
+
https://civitai.red/user/lse14
|
| 54 |
|
| 55 |
## Download model
|
| 56 |
|