Instructions to use Rita7th/Luminastra_XL_Model_Storage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Rita7th/Luminastra_XL_Model_Storage with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Rita7th/Luminastra_XL_Model_Storage", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update Sample/SampleList.md
Browse files- Sample/SampleList.md +1 -1
Sample/SampleList.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
<details><summary>Ver.4.0.0</summary>
|
| 2 |
|
| 3 |
<img src="./Sample_v400_001.png" width= "640px">
|
|
|
|
| 4 |
<img src="./Sample_v400_002.png" width= "640px">
|
| 5 |
<img src="./Sample_v400_003.png" width= "640px">
|
| 6 |
-
<img src="./Sample_v400_004.png" width= "640px">
|
| 7 |
|
| 8 |
</details>
|
| 9 |
|
|
|
|
| 1 |
<details><summary>Ver.4.0.0</summary>
|
| 2 |
|
| 3 |
<img src="./Sample_v400_001.png" width= "640px">
|
| 4 |
+
<img src="./Sample_v400_004.png" width= "640px">
|
| 5 |
<img src="./Sample_v400_002.png" width= "640px">
|
| 6 |
<img src="./Sample_v400_003.png" width= "640px">
|
|
|
|
| 7 |
|
| 8 |
</details>
|
| 9 |
|