Instructions to use Raxephion/Tim-Burtonise-V1-Krea2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Raxephion/Tim-Burtonise-V1-Krea2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Raxephion/Tim-Burtonise-V1-Krea2") prompt = "In the style of tim_burtonise, fog, town, trees, scarecrow, corn fields" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -85,4 +85,6 @@ image.save("output.png")
|
|
| 85 |
📜 Usage Disclaimer:
|
| 86 |
This LoRA is strictly for personal, non-commercial use only.
|
| 87 |
You are not allowed to repost, sell, merge, or otherwise profit from this model in any form.
|
| 88 |
-
It is allowed for personal use only. Unauthorized redistribution or monetization is prohibited.
|
|
|
|
|
|
|
|
|
| 85 |
📜 Usage Disclaimer:
|
| 86 |
This LoRA is strictly for personal, non-commercial use only.
|
| 87 |
You are not allowed to repost, sell, merge, or otherwise profit from this model in any form.
|
| 88 |
+
It is allowed for personal use only. Unauthorized redistribution or monetization is prohibited.
|
| 89 |
+
|
| 90 |
+
**Official Distribution**: This model is only officially available on **Hugging Face** and **CivitAI**. Unauthorised redistribution, rehosting, or modification of these model weights is strictly prohibited. If you encounter this model on any other platform, it has been uploaded without permission.
|