Instructions to use JujoHotaru/lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JujoHotaru/lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("JujoHotaru/lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
c62ab8d
1
Parent(s): 093f9ae
Update experimental/README.md
Browse files- experimental/README.md +4 -2
experimental/README.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
| 11 |
- [kinoko_v050.safetensors](https://huggingface.co/JujoHotaru/lora/resolve/main/experimental/kinoko_v050.safetensors)
|
| 12 |
- https://twitter.com/JujoHotaru/status/1681552041834070017
|
| 13 |
- [hotarueye_xd_v050.safetensors](https://huggingface.co/JujoHotaru/lora/resolve/main/experimental/hotarueye_xd_v050.safetensors)
|
| 14 |
-
-
|
| 15 |
-
|
|
|
|
|
|
|
| 16 |
[メインページへ戻る](https://huggingface.co/JujoHotaru/lora)
|
|
|
|
| 11 |
- [kinoko_v050.safetensors](https://huggingface.co/JujoHotaru/lora/resolve/main/experimental/kinoko_v050.safetensors)
|
| 12 |
- https://twitter.com/JujoHotaru/status/1681552041834070017
|
| 13 |
- [hotarueye_xd_v050.safetensors](https://huggingface.co/JujoHotaru/lora/resolve/main/experimental/hotarueye_xd_v050.safetensors)
|
| 14 |
+
- https://twitter.com/JujoHotaru/status/1683495789354528770
|
| 15 |
+
- [hotarueye_poptepi_v080.safetensors](https://huggingface.co/JujoHotaru/lora/resolve/main/experimental/hotarueye_poptepi_v080.safetensors)
|
| 16 |
+
- https://twitter.com/JujoHotaru/status/1682756826570571776
|
| 17 |
+
-
|
| 18 |
[メインページへ戻る](https://huggingface.co/JujoHotaru/lora)
|