Upload the converted model LatentLabs-360 embeds
Browse files
README.md
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
pipeline_tag: text-to-image
|
4 |
-
tags:
|
5 |
-
- lora
|
6 |
-
- safetensors
|
7 |
---
|
8 |
-
|
|
|
9 |
|
10 |
-
|
11 |
|
12 |
-
The Latent Labs 360 LoRA makes it easy to produce breathtaking panoramic images that enable you to explore every aspect of the environment. For optimal image quality, it's recommended that you install the following Auto1111 extensions: asymmetric tiling and sd-webui-additional-networks. You should create your images using a 2:1 aspect ratio, such as 1024 x 512, and activate the asymmetric tiling on the X axis.
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
+
### LatentLabs-360 model on Stable Diffusion using [Stable Diffusion Deluxe](https://colab.research.google.com/github/Skquark/AI-Friends/blob/main/Stable_Diffusion_Deluxe.ipynb)
|
5 |
+
#### model by AlanB
|
6 |
|
7 |
+
Converted from https://civitai.com/models/10753/latentlabs360
|
8 |
|
|
|
9 |
|
10 |
+
You can also train your own models and upload them to the library by using [this notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_training.ipynb).
|
11 |
+
And you can run your new concept via `diffusers`: [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb), [Spaces with the Public Concepts loaded](https://huggingface.co/spaces/sd-dreambooth-library/stable-diffusion-dreambooth-concepts)
|
12 |
+
|
13 |
+
|