wavymulder commited on
Commit
cb5615e
1 Parent(s): 080f66a

Update README.md

Browse files

updated read.me to reflect Diffusers added, enabled inference

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -7,7 +7,8 @@ tags:
7
  - stable-diffusion
8
  - text-to-image
9
  - safetensors
10
- inference: false
 
11
  ---
12
 
13
 
@@ -22,7 +23,7 @@ Use the activation token **collage style** in your prompt (I recommend at the st
22
 
23
  I have the most fun with this model when I use simple prompts and let the model go crazy. If you want a model that strictly adheres to your prompt, this isn't that.
24
 
25
- Trained from 1.5 with VAE. No diffusers available on this release because none of the ckpt->diffusers spaces are working for me, and I trained it a while ago so no longer have the original diffusers.
26
 
27
  Please see [this document where I share the parameters (prompt, sampler, seed, etc.) used for all example images.](https://huggingface.co/wavymulder/collage-diffusion/resolve/main/parameters_for_samples.txt)
28
 
7
  - stable-diffusion
8
  - text-to-image
9
  - safetensors
10
+ - diffusers
11
+ inference: true
12
  ---
13
 
14
 
23
 
24
  I have the most fun with this model when I use simple prompts and let the model go crazy. If you want a model that strictly adheres to your prompt, this isn't that.
25
 
26
+ Trained from 1.5 with VAE.
27
 
28
  Please see [this document where I share the parameters (prompt, sampler, seed, etc.) used for all example images.](https://huggingface.co/wavymulder/collage-diffusion/resolve/main/parameters_for_samples.txt)
29