Instructions to use LyliaEngine/Semi-realism_illustrious with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/Semi-realism_illustrious with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/Semi-realism_illustrious") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -58,6 +58,13 @@ cartoon, lineless, flat color
|
|
| 58 |
|
| 59 |
You should use `Semi-realism` to trigger the image generation.
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
## Download model
|
| 63 |
|
|
|
|
| 58 |
|
| 59 |
You should use `Semi-realism` to trigger the image generation.
|
| 60 |
|
| 61 |
+
## Source
|
| 62 |
+
|
| 63 |
+
https://civitai.com/models/534506/niji-semi-realism
|
| 64 |
+
|
| 65 |
+
## Credit
|
| 66 |
+
|
| 67 |
+
https://civitai.com/user/Zoropaton
|
| 68 |
|
| 69 |
## Download model
|
| 70 |
|