Instructions to use sazyou-roukaku/BracingEvoMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sazyou-roukaku/BracingEvoMix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sazyou-roukaku/BracingEvoMix", 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 Settings
- Draw Things
- DiffusionBee
Commit ·
bac9b37
1
Parent(s): ec67cfb
Upload 8 files
Browse files- MergeModel_LicenseSS_v1/Evt_V4_e04_ema_2023-05-31 004627.png +0 -0
- MergeModel_LicenseSS_v1/diamondCoalMix_diamondCoalv2_2023-05-31 004553.png +0 -0
- MergeModel_LicenseSS_v1/dreamshaper_5Bakedvae_2023-05-31 004001.png +0 -0
- MergeModel_LicenseSS_v1/dreamshaper_6Bakedvae_2023-05-31 003935.png +0 -0
- MergeModel_LicenseSS_v1/epicrealism_newAge_2023-05-31 004014.png +0 -0
- MergeModel_LicenseSS_v1/epicrealism_newEra_2023-05-31 003824.png +0 -0
- MergeModel_LicenseSS_v1/sxd_10Pruned_2023-05-31 003729.png +0 -0
- MergeModel_LicenseSS_v1/v1_MergeModel_License.txt +22 -0
MergeModel_LicenseSS_v1/Evt_V4_e04_ema_2023-05-31 004627.png
ADDED
|
MergeModel_LicenseSS_v1/diamondCoalMix_diamondCoalv2_2023-05-31 004553.png
ADDED
|
MergeModel_LicenseSS_v1/dreamshaper_5Bakedvae_2023-05-31 004001.png
ADDED
|
MergeModel_LicenseSS_v1/dreamshaper_6Bakedvae_2023-05-31 003935.png
ADDED
|
MergeModel_LicenseSS_v1/epicrealism_newAge_2023-05-31 004014.png
ADDED
|
MergeModel_LicenseSS_v1/epicrealism_newEra_2023-05-31 003824.png
ADDED
|
MergeModel_LicenseSS_v1/sxd_10Pruned_2023-05-31 003729.png
ADDED
|
MergeModel_LicenseSS_v1/v1_MergeModel_License.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The images in this folder are saved as evidence of the license information for each material model, captured as screenshots on May 31th, 2023 (Japan Standard Time).
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
Recorded on 5/31:
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
dreamshaper_5Bakedvae
|
| 8 |
+
dreamshaper_6Bakedvae
|
| 9 |
+
(https://civitai.com/models/4384)
|
| 10 |
+
|
| 11 |
+
epicrealism_newAge
|
| 12 |
+
epicrealism_newEra
|
| 13 |
+
(https://civitai.com/models/25694)
|
| 14 |
+
|
| 15 |
+
diamondCoalMix_diamondCoalv2
|
| 16 |
+
(https://civitai.com/models/41415)
|
| 17 |
+
|
| 18 |
+
sxd_10Pruned
|
| 19 |
+
(https://civitai.com/models/1169)
|
| 20 |
+
|
| 21 |
+
Evt_V4_e04_ema
|
| 22 |
+
(https://huggingface.co/haor/Evt_V4-preview)
|