Moji AI commited on
Commit
25dd24c
·
verified ·
1 Parent(s): cc24316

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
- Like I mentioned above, you can use this model in [**`Diffusers`**](https://huggingface.co/docs/diffusers/en/index) library easily
34
 
35
  Make sure you have installed Diffusers and necessary libraries
36
  ```shell
@@ -47,6 +47,9 @@ pipe.scheduler = EulerDiscreteScheduler.from_config(pipeline.scheduler.config)
47
  prompt = "some cool prompt here"
48
  image = pipe(prompt).images[0]
49
  ```
 
 
 
50
 
51
  **Recommended settings**:
52
  - `CFG`: 5.5~7
 
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
 
54
  **Recommended settings**:
55
  - `CFG`: 5.5~7