37 lines
		
	
	
		
			687 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			687 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
 "cells": [
 | 
						|
  {
 | 
						|
   "cell_type": "code",
 | 
						|
   "execution_count": null,
 | 
						|
   "metadata": {
 | 
						|
    "id": "VjYy0F2gZIPR"
 | 
						|
   },
 | 
						|
   "outputs": [],
 | 
						|
   "source": [
 | 
						|
    "!pip install pygit2==1.12.2\n",
 | 
						|
    "%cd /content\n",
 | 
						|
    "!git clone https://github.com/lllyasviel/Fooocus.git\n",
 | 
						|
    "%cd /content/Fooocus\n",
 | 
						|
    "!cp colab_fix.txt user_path_config.txt\n",
 | 
						|
    "!python entry_with_update.py --preset realistic --share\n"
 | 
						|
   ]
 | 
						|
  }
 | 
						|
 ],
 | 
						|
 "metadata": {
 | 
						|
  "accelerator": "GPU",
 | 
						|
  "colab": {
 | 
						|
   "gpuType": "T4",
 | 
						|
   "provenance": []
 | 
						|
  },
 | 
						|
  "kernelspec": {
 | 
						|
   "display_name": "Python 3",
 | 
						|
   "name": "python3"
 | 
						|
  },
 | 
						|
  "language_info": {
 | 
						|
   "name": "python"
 | 
						|
  }
 | 
						|
 },
 | 
						|
 "nbformat": 4,
 | 
						|
 "nbformat_minor": 0
 | 
						|
}
 |