Moji AI
commited on
Update model card
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ base_model: runwayml/stable-diffusion-v1-5
|
|
30 |
![#](https://i.postimg.cc/Kz8zskqM/Comfy-UI-00030.png)
|
31 |
|
32 |
## Usage
|
33 |
-
|
34 |
|
35 |
Make sure you have installed Diffusers and necessary libraries
|
36 |
```shell
|
@@ -47,7 +47,7 @@ pipe.scheduler = EulerDiscreteScheduler.from_config(pipeline.scheduler.config)
|
|
47 |
prompt = "some cool prompt here"
|
48 |
image = pipe(prompt).images[0]
|
49 |
```
|
50 |
-
2. Use in A1111 or ComfyUI
|
51 |
- [A1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui): Download the model [here](./NablaThetaA5-v1.0.safetensors) > Place the model inside the `models/Stable-diffusion` directory of your AUTOMATIC1111 Web UI instance > Refresh your model list or restart the Stable Diffusion Web UI > Select the custom model from the Stable Diffusion checkpoint input field and make awesome images!!
|
52 |
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI): Download the model > place it inside `ComfyUI/models/checkpoints/` directory > Restart ComfyUI and make cool images!!
|
53 |
|
|
|
30 |
![#](https://i.postimg.cc/Kz8zskqM/Comfy-UI-00030.png)
|
31 |
|
32 |
## Usage
|
33 |
+
1. **Using Diffusers**
|
34 |
|
35 |
Make sure you have installed Diffusers and necessary libraries
|
36 |
```shell
|
|
|
47 |
prompt = "some cool prompt here"
|
48 |
image = pipe(prompt).images[0]
|
49 |
```
|
50 |
+
2. **Use in A1111 or ComfyUI**
|
51 |
- [A1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui): Download the model [here](./NablaThetaA5-v1.0.safetensors) > Place the model inside the `models/Stable-diffusion` directory of your AUTOMATIC1111 Web UI instance > Refresh your model list or restart the Stable Diffusion Web UI > Select the custom model from the Stable Diffusion checkpoint input field and make awesome images!!
|
52 |
- [ComfyUI](https://github.com/comfyanonymous/ComfyUI): Download the model > place it inside `ComfyUI/models/checkpoints/` directory > Restart ComfyUI and make cool images!!
|
53 |
|