dataautogpt3 commited on
Commit
d82b815
1 Parent(s): 580149e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -99,7 +99,7 @@ vae = AutoencoderKL.from_pretrained(
99
 
100
  # Configure the pipeline
101
  pipe = StableDiffusionXLPipeline.from_pretrained(
102
- "dataautogpt3/ProteusV0.6",
103
  vae=vae,
104
  torch_dtype=torch.float16
105
  )
@@ -137,7 +137,7 @@ Given my goal to allow personal use and commercial use up to a certain revenue t
137
 
138
  ### Polyform Small Business License 1.0.0
139
 
140
- - **Permits**: Use by individuals and entities with annual gross revenues under a specified amount (e.g., $1 million USD).
141
  - **Requires**: Entities exceeding the revenue threshold to obtain a commercial license from me.
142
 
143
  For more details, see the [Polyform Small Business License](https://polyformproject.org/licenses/small-business/1.0.0/).
 
99
 
100
  # Configure the pipeline
101
  pipe = StableDiffusionXLPipeline.from_pretrained(
102
+ "dataautogpt3/Proteusv0.6",
103
  vae=vae,
104
  torch_dtype=torch.float16
105
  )
 
137
 
138
  ### Polyform Small Business License 1.0.0
139
 
140
+ - **Permits**: Use by individuals and entities with annual gross revenues under a specified amount (e.g., $5 million USD).
141
  - **Requires**: Entities exceeding the revenue threshold to obtain a commercial license from me.
142
 
143
  For more details, see the [Polyform Small Business License](https://polyformproject.org/licenses/small-business/1.0.0/).